.menu {
	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}

.rodape {
	font-family: Verdana;
	font-size: 7pt;
	color: #999999;
	text-decoration: none;
}

.titulo {
	font-family: Tahoma;
	font-size: 10pt;
	color: #e10915;
	text-decoration: none;
	text-transform:uppercase;
}


.texto {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

.cabecalho_listagem{
	font-family: Tahoma;
	font-size: 7pt;
	color: #5D8262;
	text-decoration: none;
	font-weight: bold;
}
.titulo_listagem{
	font-family: Tahoma;
	font-size: 7pt;
	color: #C5C5C5;
	text-decoration: none;
}
.conteudo_listagem{
	font-family: Tahoma;
	font-size: 7pt;
	color: #999999;
	text-decoration: none;
}
.paginas{
	font-family: Tahoma;
	font-size: 7pt;
	color: #CCCCCC;
	text-decoration: none;
}
.paginas:hover{
	color: #FF9900;
	text-decoration: none;
}
.voltar{
	font-family: Tahoma;
	font-size: 7pt;
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, select, textarea{
	border:1px solid #cccccc; 
	font-family: "Tahoma";
	font-size: 8pt; 
	padding: 2px;
}

.botao{
	border:0px; 
	color: #FFFFFF;
	background-color: #a9c215;
	font-family: "Verdana";
	font-size: 8pt; 
	padding: 2px;
}