.data {
	font-family: tahoma;
	font-size: 9px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}

.titulo_noticia {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #eaeaea;
	text-decoration: none;
}

.titulo_preto {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.texto_preto {
	font-family: tahoma;
	font-size: 10px;
	font-weight: nomral;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}


.descricao_noticia {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #c3c3c3;
	text-decoration: none;
}
.descricao_noticia_preto {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}


a:link {
	font-family: tahoma;
	font-size: 11px;
	color: #c3c3c3;
	text-decoration: none;
}
a:active {
	font-family: tahoma;
	font-size: 11px;
	color: #c3c3c3;
	text-decoration: none;
}
a:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #c3c3c3;
	text-decoration: none;
}
a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #c3c3c3;
	text-decoration: none;
}



a.preto:link {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.preto:active {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.preto:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.preto:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}