.texto {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.texto2 {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.texto3 {
	font-family: Arial;
	font-size: 11px;
	color: #d20323;
	text-decoration: none;
}



.cabecalho {
	font-family: Verdana;
	font-size: 10px;
	color: #fa062c;
	text-decoration: none;
}

.cabecalho:hover {
	color: #143387;
	text-decoration: underline;
}

.rodape {
	font-family: Arial;
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
}



a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



input, select, textarea{
	border:1px solid #90a5b5;
 	background-color:#ffffff;
	font-family: "Arial";
	font-size: 11px; 
	color: #666666;
	padding: 1px;

}


.bot_imagem{
	border:0px; 
	color: #FFFFFF;
	padding: 0px;
}

.botao, .form2b, .formu2{
	border:0px; 
	color: #FFFFFF;
	background-color: #cf0323;
	font-family: "Arial";
	font-size: 8pt; 
	padding: 2px;
}

.normal { background-color: #eeeeee; }
.highlight { background-color: #e0e0e0; }
