@charset "utf-8";
/* CSS Document */
.textos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #1F1F10;
	text-decoration: none;
	line-height: 14pt;
	font-weight: normal;

}

.titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
	text-decoration: none;
	line-height: 18pt;
	font-weight: bold;

}

.text-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #425064;
	text-decoration: none;
	font-weight: bold;
}

.textos-peq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #425064;
	text-decoration: none;
	font-weight: normal;
	line-height: 12pt;
}

.caixa {
	border: 1px solid #E6E6E6;
}

a:hover {color: #CC7B02;}
