@charset "utf-8";
/* CSS Document */

body {
	background-color: #E4E4E4;
}
.texto {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #628AA4;
	font-size: 13px;
}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 10pt;
}
.titulos2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #EE2A2C;
	font-weight: bold;
	font-size: 10pt;
}

.vinculos {
	color: #EE2A2C;
	font-weight: bold;
	font: verdana;
	font-size: 12px;
}
a:link {
	color: ee2a2c;
	text-decoration: none;
}
a:visited {
	color: #364F5F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
