/* ############################
######## CSS DOCUMENT #########
##### POR ORDEM ALFABETICA ####
############################ */ 

form {
	margin:0px;
}	
	
a {
	font-family:Tahoma, MS Trebuchet, Arial, Verdana;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.linkBranco {
	font-family:Tahoma, MS Trebuchet, Arial, Verdana;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

.linkCinza {
	border-color:#777;
}

.linkBranco:hover {
	text-decoration:underline;
}

.texto_azul {
	font-family:Tahoma, MS Trebuchet, Arial, Verdana;
	font-size:11px;
	color:#dbeff6;
	text-decoration:none;
}


.texto_brancol {
	font-family:Tahoma, MS Trebuchet, Arial, Verdana;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	text-align:justify;
}

.texto_brancol a.branco {
	text-decoration:underline;
	color: white;
}

.texto_brancol a.branco:hover {
	color: white;
	text-decoration:none;
}

.texto_vermelho {
	font-family:Tahoma, MS Trebuchet, Arial, Verdana;
	font-size:11px;
	color:#941A03;
	text-decoration:none;
}

.input_text{
	border:solid 1px #666666;
	font-family:Tahoma, MS Trebuchet, Arial, Verdana;
	font-size:11px;
	color:#666666;
	padding:5px;
	text-decoration:none;	

}
