/* CSS Document */

.texto {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}
.texto2 {
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}
.titulos {
	font-size: 12px;
	font-weight: bold;
	color: #0033cc;
}
.subtitulos {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.subtitulos2 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.legendas {
	font-size: 10px;
	color: #666666;
}
.destaque1 {
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}