/* Documento CSS */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.bgDireita {
	background-color: #000000;
	background-image: url(../_img/bg-direito.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgEsquerda {
	background-color: #000000;
	background-image: url(../_img/bg-esquerdo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bgMenuVerde {
	background-color: #84A40D;
	background-image: url(../_img/bg-menu-verde.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	cursor: hand;
	padding-bottom:3px;
}
.bgMenuVerdeOn {
	background-color: #84A40D;
	background-image: url(../_img/bg-menu-verde-on.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	cursor: hand;
	padding-bottom:3px;
}
.textoPreto {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.textoPreto2 {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}
.textoCinza {
	font-family: Tahoma;
	font-size: 10px;
	color: #5E5E5E;
}
.textoAzul {
	font-family: Tahoma;
	font-size: 10px;
	color: #7F8D98;
}
.textoVerde-b {
	font-family: Tahoma;
	font-size: 10px;
	color: #84A40D;
	font-weight:bold;
}
.textoTituloPagina {
	font-family: Verdana;
	font-size: 16px;
	color: #000000;
	font-weight: bold;	
}
td {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
A:link  { color: #000000; font-size: 10px; font-family: Tahoma; text-decoration: underline;  }
A:visited  { color: #000000; font-size: 10px; font-family: Tahoma; text-decoration: none; }
A:hover { color: #666666; font-size: 10px; font-family: Tahoma; text-decoration: underline;  }
A:active { color: #666666; font-size: 10px; font-family: Tahoma; text-decoration: none; }
A:link.verde  { color: #84A40D; font-size: 10px; font-family: Tahoma; font-weight:bold; text-decoration: none;  }
A:visited.verde  { color: #84A40D; font-size: 10px; font-family: Tahoma; font-weight:bold; text-decoration: none; }
A:hover.verde { color: #84A40D; font-size: 10px; font-family: Tahoma; font-weight:bold; text-decoration: underline;  }
A:active.verde { color: #666666; font-size: 10px; font-family: Tahoma; font-weight:bold; text-decoration: none; }


.texto  { color: #000000; font-size: 10px; width: 300px; height: 18px; font-family: Tahoma; }
