/*classe das margens do body e BG*/
.body {
	margin: 0px;
	background-color: #C1E8CB;
	background-image: url(../img/bg_footer.jpg);
}

/*texto universal verde*/
.texto_verde_normal {
	font-family: Tahoma;
	font-size: 11px;
	color: #266934;
}

/*classe da tabela noticias da principal*/
.noticia_data {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.noticia_titulo {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #266934;
}
.noticia_conteudo {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}
.vermais:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #266934;
	text-decoration: none;
}
.vermais:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #266934;
	text-decoration: none;
}
.vermais:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #266934;
	text-decoration: underline;
}
.vermais:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #266934;
	text-decoration: none;
}

/* menu rodapé */

.menur:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #266934;
	text-decoration: none;
}
.menur:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #266934;
	text-decoration: none;
}
.menur:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #266934;
	text-decoration: underline;
}
.menur:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #266934;
	text-decoration: none;
}

/*form contato*/

.form_contato {
	background-color: #FFFFFF;
	border:1px solid #266934;
	color: #266934;
	font-size: 10px;
	font-family: Tahoma;
}

select { 
	background-color: #FFFFFF;
	border:1px solid #266934;
	font: 10px Tahoma;
	color: #266934; 
	
}

.td_div {
/*	_font-family: Verdana, Arial, Helvetica, sans-serif;
	_font-size: 10px;
	_color: #003366;*/
	_padding:5px; 
	_width:200px; 
	_height:307px;
	_overflow:auto;
	padding:5px; 
	width:200px; 
	height:307px;
	overflow:auto;
	 
}