@charset "utf-8";
/* TEXTO GERAL */

.texto_verdana_comum_12 { 
	font-family:Verdana; 
	font-size:12px; 
	font-weight:100; 
	color:#000000;
	text-align:justify;
}

.texto_verdana_margem { 
	font-family:Verdana; 
	font-size:12px; 
	font-weight:100;
	text-align:justify;
	color:#000000; 
	padding-right:30px;
}

.texto_verdana_margem_14 { 
	font-family:Verdana; 
	font-size:18px; 
	font-weight:bold; 
	color:#000000;
	text-align:justify;

}

.texto_titulo_branco {
	font-family:Verdana;
	font-size:11px; 
	font-weight:bold; 
	color:#FFF;
	text-align:justify;
}

.texto_branco {
	font-family:Verdana;
	font-size:10px; 
	font-weight:100; 
	color:#FFF;
	text-align:justify;
}

.texto_azul_link {
	font-family:Verdana;
	font-size:12px; 
	font-weight:100; 
	color:#222d74;
	text-align:justify;
}

.texto_azul_link: hover {
	font-family:Verdana;
	font-size:12px; 
	font-weight:100; 
	color:#000;
	text-align:justify;
	text-decoration: underline;
}

/* Textos - IMPRENSA */

.titulo_azul_12 {
	font-family:Verdana;
	font-size:12px; 
	font-weight:100; 
	color:#222d74;
	text-align:justify;
}

.texto_comum_11 {
	font-family:Verdana;
	font-size:11px; 
	font-weight:100; 
	color:#000;
	text-align: justify;
}

.mais_resultados_10 {
	font-family:Verdana;
	font-size:10px; 
	font-weight:100; 
	color:#222d74;
	text-align:justify;
}

/* TEXTOS - BOTÕES FORMULÁRIOS */

.texto_formulario_11 {
	font-family:Verdana;
	font-size:11px; 
	font-weight:100; 
	color:#000;
	text-align:center;
}