

/* Estilo de fonte normal para news em letra branca*/
.link_news_corpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.link_news_corpo A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.link_news_corpo A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

.link_news_corpo A.active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
}



/* Estilo de fonte normal para rodape em letra cinza*/
.link_rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d8b173;
	text-decoration: none;
	font-weight: normal;
}

.link_rodape A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d8b173;
	text-decoration: none;
	font-weight: normal;
}
.link_rodape A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

.link_rodape A.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d8b173;
	font-weight: normal;
}




/* Estilo de fonte maior para titulos em letra Azul*/
.link_news_titulo_maior {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5cadc1;
	text-decoration: none;
	font-weight: bold;
}



/* Efeito para o form de contato*/
.form_text {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background-color: #380e03;
	padding:2px;
	border:#170602 1px solid
}






/*-------------------------- TEXTOS SITE---------------------------*/


/*texto para os box*/
.texto_ultimas_news {
	font-family:Arial, sans-serif;
	font-size:14px;
	color: #d8b173;
	font-weight:normal;
	text-align:center;
	padding:8px;
}



/*texto para as ultimas news*/
.texto_ultimas_news_box {
	font-family:Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight: normal;
	color: #FFF;
	text-align:justify;
}

.texto_ultimas_news_box A {
	font-family:Arial, sans-serif;
	font-size:12px;
	color: #FFF;
	text-decoration:underline;
	font-weight: normal;
	text-align:justify;
}

.texto_ultimas_news_box A:hover {
	font-family:Arial, sans-serif;
	font-size:12px;
	color: #d8b173;
	text-decoration:underline;
	font-weight: normal;
	text-align:justify;
}

.texto_ultimas_news_box A.active {
	font-family:Arial, sans-serif;
	font-size:12px;
	color: #FFF;
	text-decoration:underline;
	font-weight: normal;
	text-align:justify;
}


/*texto para as ultimas DATA*/
.texto_ultimas_data_box {
	font-family:Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
	color: #8d3003;
}



/*texto para título NOTÍCIAS*/
.texto_titulo_noticias {
	font-family:Arial, sans-serif;
	font-size:14px;
	color: #d8b173;
	padding:1px;
	font-weight:normal;
	text-decoration:none;
}

.texto_titulo_noticias A {
	font-family:Arial, sans-serif;
	font-size:14px;
	color: #d8b173;
	padding:1px;
	font-weight:normal;
	text-decoration:none;
}


.texto_titulo_noticias A:hover {
	font-family:Arial, sans-serif;
	font-size:14px;
	color: #FFF;
	padding:1px;
	font-weight:normal;
	text-decoration:underline;
}


.texto_titulo_noticias A.active {
	font-family:Arial, sans-serif;
	font-size:14px;
	color: #d8b173;
	padding:1px;
	font-weight:normal;
	text-decoration:none;
}






/*texto para título HOME*/
.texto_titulo_noticias_home {
	font-family:Arial, sans-serif;
	font-size:14px;
	padding:2px;
	color: #d8b173;
	font-weight:normal;
	text-decoration:none;
}