.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFF3F5;
}

.textobranco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
.titulo-azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #0056A9;
	font-weight: bold;
}
.titulo-cinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	font-weight: bold;
}
.link-cinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #809EB3;
	font-weight: bold;
	text-decoration: none;
}
.titulo-azul-p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #495678;
	font-weight: bold;
}
.link-azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0056A9;
	font-weight: bold;
	text-decoration: none;
}
