.linkTEXTOpreto {	COLOR: #000000; 
			TEXT-DECORATION: none;
			font-family: Tahoma;
			line-height:14px; 
			font-size: 12px;		}

.linkTEXTOpreto:hover {	COLOR: #000000; TEXT-DECORATION: underline;
				 }
				 
.linkTEXTOpreto2 {	COLOR: #000000; 
			TEXT-DECORATION: none;
			font-family: Tahoma;
			line-height:14px; 
			font-size: 11px;		}

.linkTEXTOpreto2:hover {	COLOR: #000000; TEXT-DECORATION: underline;
				 }

.fontetextopreto { FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Tahoma; font-weight: normal; line-height:14px}

.fontetextopreto2 { FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma; font-weight: normal; line-height:14px}

.fontetextoBOLDpreto { FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Tahoma; font-weight: bold; line-height:14px}

.fontetextoBOLDpreto2 { FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma; font-weight: bold; line-height:14px}

.fontetextoBOLDpreto3 { FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma; font-weight: bold; line-height:14px; text-transform:uppercase}

.fontetextoUNDERLINEpreto { FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Tahoma; font-weight: normal; text-decoration:underline; line-height:14px}

.fontetextoUNDERLINEpreto2 { FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma; font-weight: normal; text-decoration:underline; line-height:14px}

.fontetextoTITULO { FONT-SIZE: 14px; COLOR: #FFFFFF; FONT-FAMILY: Tahoma; font-weight: bold; line-height:12px}



.linkTEXTObranco {	COLOR: #FFFFFF; 
			TEXT-DECORATION: none;
			font-family: Tahoma;
			line-height:14px; 
			font-size: 12px;		}

.linkTEXTObranco:hover {	COLOR: #FFFFFF; TEXT-DECORATION: underline;
				 }

.fontetextobranco { FONT-SIZE: 12px; COLOR: #FFFFFF; FONT-FAMILY: Tahoma; font-weight: normal; line-height:14px}

.fontetextoBOLDbranco { FONT-SIZE: 12px; COLOR: #FFFFFF; FONT-FAMILY: Tahoma; font-weight: bold; line-height:14px}

.fontetextoUNDERLINEbranco { FONT-SIZE: 12px; COLOR: #FFFFFF; FONT-FAMILY: Tahoma; font-weight: normal; text-decoration:underline; line-height:14px}




.linkRODAPE {	COLOR: #e1e1e1; 
			TEXT-DECORATION: none;
			font-family: Tahoma;
			line-height:12px; 
			font-size: 10px;		}

.linkRODAPE:hover {	COLOR: #e1e1e1; TEXT-DECORATION: underline;
				 }

.fontetextoRODAPEcinzaClaro { FONT-SIZE: 10px; COLOR: #e1e1e1; FONT-FAMILY: Tahoma; font-weight: normal; line-height:12px}

.fontetextoRODAPEcinzaEscuro { FONT-SIZE: 10px; COLOR: #959595; FONT-FAMILY: Tahoma; font-weight: normal; line-height:12px}


*{
	margin:0; padding:0;
}

#tudo {
	width:900px;
	margin:0 auto;
	position:relative;
}

td {
	font-family: Tahoma;
	font-size: 11px;
	color: #7c7c7c;
}

a {	color: #7c7c7c; }

a:hover { color: #226d9c; }



/* Formulários */

form {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.campo{
	color: #000000;
	font-size: 12px;
	padding: 2px;
	display: block;
	width: 200px;
	height: 20px;
	margin-top:3px;
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
}

input{
	color: #999999;
	font-size: 10px;
	display: block;
	width: 50px;
	height: 20px;
	margin-top:3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #08408C;
}

textarea {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	display: block;
	height: 225px;
	width: 270px;
	margin-top:3px;
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
}

maiusculo {
	text-transform:uppercase
}

/* Divs */

#table { width: 100%; min-height:100%; }

/* Títulos */
.titulo_01 {font-size:18px; color:#226d9c; }
.titulo_02 {font-size:11px; color:#226d9c; font-weight:bold; }
.titulo_03 {font-size:11px; color:#98c30a; font-weight:bold; }
.titulo_04 {font-size:10px; color:#226d9c; }
.titulo_05 {font-weight:bold; }



/* Textos */
.texto_1 { color:#4b4b4b; }

/* Links */
.link_01 		{ color: #7c7c7c; text-decoration: none; }
.link_01:hover  { color: #226d9c; }
.link_02		{ color: #226d9c; text-decoration: none; }
.link_02:hover	{ color: #226d9c; text-decoration: underline;}



#geral {
	width:630px;
	height:auto;
	margin-bottom:20px;
	margin-top:20px;
	margin-left:50px;

}

#celula {
	width:200px;
	height:auto;
	
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.imagem {
	text-align:center;
	
}

.imagem img{
	border:solid #666666 2px;

}


.descricao {
	height:auto;
	width:auto;
	padding-left:23px;
	padding-right:23px;
	margin-bottom:20px;

}

.descricao p {
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: Tahoma; 
	font-weight: normal; 
	line-height:14px;
	

}

.descricao a {
	text-decoration:none;

}

.descricao a:hover, .descricao a.hover {
	text-decoration:underline;

}






























