@charset "utf-8";
.noticiaData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4f6689;
}
.texto {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana;
	font-size: 12px;
	color: #333333;
}
.textoArialAllCapsBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.textoArialAllCapsLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
}
.textoNoticia {
    font-family: Arial, Verdana;
	font-size: 11px;
	color: #000000;
}
.textoBoldAzul {
    font-family: Arial, Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #4f6689;
}
.textoBoldAzulUnderline {
	font-size: 12px;
	font-weight:bold;
	color: #4f6689;
	text-decoration: underline;
}
.textoBoldAzulGrande {
    font-family: Arial, Verdana;
	font-size: 14px;
	font-weight:bold;
	color: #4f6689;
}
.textoBig {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana;
	font-size: 14px;
	color: #333333;
}
.textoCaminho {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana;
	font-size: 12px;
	color:#C0C0C0;
}
.textoAzulMargem10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #233d58;
	padding-left: 10px;
}
.textoTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #233d58;
}
.textoBotao{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.textoBotaoHover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#F8F8F8;
}