/**index.vem por ai**/

a.cinza:visited {
	color: #DBE1E7;
	text-decoration: underline;
}
a.cinza:link {
	color: #DBE1E7;
	text-decoration: underline;
}
a.cinza:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/**index.ultimas noticias**/

a.vermelho:visited {
	color: #CC0000;
	text-decoration: underline;
}
a.vermelho:link {
	color: #CC0000;
	text-decoration: underline;
}
a.vermelho:hover {
	color: #FF0000;
	text-decoration: underline;
}


body {
background: transparent url(/images/background/pattern.jpg);
}

/**Textos**/
.texto_geral{
font-size:10pt;
font-family:verdana;
margin-top:0px;
color:#666666;
font-weight:normal;
}

.texto_geralvermelho{
font-size:10pt;
font-family:verdana;
margin-top:0px;
color:red;
font-weight:normal;
}

.texto_new{
font-size:12pt;
font-family:verdana;
margin-top:0px;
color:#FF9900;
font-weight:bold;
font-style:italic; 
}


.texto_geralcinza{
font-size:11pt;
font-family:verdana;
margin-top:0px;
color:#CCCCCC;
font-weight:bold;
font-style:italic;
}

.texto_geralpreto{
font-size:10pt;
font-family:verdana;
margin-top:0px;
color:#000000;
font-weight:bold;
}

.texto_categoria{
font-size:12pt;
font-family:verdana;
margin-top:0px;
color:#4E718B;
font-weight:bold;
font-style:italic;
}

.texto_geral_branco{
font-size:10pt;
font-family:verdana;
margin-top:0px;
color:#FFFFFF;
font-weight:normal;
}