.texto {
	font-style: normal;
	font-weight: normal;
	color: #8c8c8c;
}
.texto_italico {
	font-style: italic;
	font-weight: normal;
	color: #8c8c8c;
}

.subtitulo {
	font-style: normal;
	font-weight: normal;
	color: #8c8c8c;
}
.subtitulo_azul {
	font-style: normal;
	font-weight: bold;
	color: #405AF5;
}
.subtitulo_azul_escuro {
	font-style: normal;
	font-weight: bold;
	color: #003399;
}
.subtitulo_laranja {
	font-style: normal;
	font-weight: bold;
	color: #ff9900;
}