/* CSS Document */
A {color: #8a8a8a; text-decoration : none;}
A:visited {text-decoration : none;}
A:hover {text-decoration: underline;}
A:active {text-decoration: underline;}

body,td,th {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #787878;
}
.azul {color: #1f89ac}
.texto{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 11px;
color: #8a8a8a;
}
.texto-azul{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 11px;
color: #1F89AC;
}
.capituar-cinza{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 16px;
color: #929292;
}
.capituar-gr{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 20px;
color: #1F89AC;
}
.campos_formulario{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 10px;
color: dimgray;
background-color: #DCDCDC;
border: 1px inset;
}
.botao_enviar{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 10px;
color: white;
background-color: #0091D6;
border:none;
}
.botao_buscar{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 10px;
color: dimgray;
background-color: white;
border:none;
}
.justif {  text-align: justify}