.tituloprincipal {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-transform: capitalize;
}
.titulosecundario {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-transform: none;
}
.titulosecundarioazul {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-transform: none;
}
.texto {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
}
.textoBoldazul {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 150%;
}
.textoBoldVerm {


	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 150%;
}
.textopequeno {

	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
	line-height: 150%;
}

