/* CORES DE FUNDO  ///////////////////////////////////////////////////////////////////////
//
// bgColor01 é a cor de fundo da página. Essa definição também está no "icone.css"
// bgColor02 é a cor de fundo da parte direita do slide show.
// bgColor03 é a cor de fundo da parte esquerda do slide show. 
// bgColor04 é a cor de fundo das notícias
//
//////////////////////////////////////////////////////////////////////////////////////////
*/
.bgColor04{
background-color:#FFFFFF;

}
.bgColor03{
background-color:#F2D741;

}
.bgColor02{
background-color:#629425;

}
.bgColor01{
background-color:#2B2B2B;

}

/* CORES DO TEXTO */
/* links */
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration:none;
	line-height: 16px;
}

a:hover {
color: #eee;
background:#222;
}
a:visited{
/*color:#333*/
}

/* texto */
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
}

.simple {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #bbb;
	line-height: 16px;
}

.tamanho01{
width: 134px;
}

.tamanho02{
width: 276px;
}

/* notícias */
.noticiasEsquerdaTitulo{
    font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 16px;
}

.noticiasEsquerdaTexto{
    font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #4B7E15;
	line-height: 16px;
}

.noticiasTitulo{
    font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #B04040;
	line-height: 16px;
}

.noticiasTexto{
    font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #696969;
	line-height: 16px;
}
.noticiasTextoBold{
font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #6b6b6b;
	line-height: 16px;
}

/*links das noticias*/
.noticias_a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: ##eee;
	text-decoration:none;
	line-height: 16px;
}

noticias_hover {
color: #4B7E15;
background:#4B7E15;
}
noticias_visited{
color:#4B7E15
}



