body{

	background-color: #FFFFFF;
}
.cabecalho{

	background-image: url(../imagens/cabecalho.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.rodape{

	background-image: url(../imagens/rodape.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
} 

.titulo-simples {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
	text-align: left;
	padding: 1px 3px;
}

.texto-simples {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: gray;
	text-decoration: none;
	text-align: left;
	padding: 1px 3px;
}

.titulo {
	font: bold 16px Verdana;
	font-style: normal;
	color: #336699;
	text-align: justify;
}

.busca {
	font: bold 14px Verdana;
	font-style: normal;
	color: #F5F5F5;
	text-align: left;
}

.barra-noticias{

	font: bold 13px Verdana;
	font-style: normal;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../imagens/noticias.gif);
	background-repeat: no-repeat;
	background-color: #F5F5F5;
}

.botao {
	border: 2px solid #666666;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	background-color: #CCCCCC;
	text-align: center;
	cursor: hand;
}

.item:link {
	text-decoration: none;
	color: #336699;
	font: 12px Verdana;
	font-style: normal;

}
.item:visited {
	text-decoration: none;
	color: #336699;
	font: 12px Verdana;
	font-style: normal;
}
.item:hover {
	text-decoration: underline;
	color: #336699;
	font: 12px Verdana;
	font-style: normal;
}
.item:active {
	text-decoration: underline;
	color: #336699;
	font: 12px Verdana;
	font-style: normal;
}

.titulo-paginas {
	font: bold 18px Verdana;
	font-style: normal;
	color: #336699;
	text-align: center;
}

.texto {
	font: 12px Verdana;
	font-style: normal;
	color: gray;
	text-align: left;
}

.conteudo-noticia {
	font: 12px Verdana;
	font-style: normal;
	color: gray;
	text-align: justify;
}

a:link {
	text-decoration: none;
	color: #336699;
	font: Verdana;
	font-style: normal;

}
a:hover {
	text-decoration: underline;
	color: #336699;
	font: Verdana;
	font-style: normal;

}
a:visited {
	text-decoration: none;
	color: #336699;
	font: Verdana;
	font-style: normal;
}

a:active {
	text-decoration: underline;
	color: #336699;
	font: Verdana;
	font-style: normal;
}
.caixa-de-texto {
	border: 1px solid #999999;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: gray;
	display: table;
	background-color: #FFFFFF;
}

.caixa-de-selecao {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: gray;
	display: table;
	background-color: #FFFFFF;
}