.bg_diario {
	background-color: #006600;
	background-image: url(../imagens/background.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #513600;
}
.bordas_principais {
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #513600;
	border-left-color: #513600;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #513600;
	background-color: #F7E8C8;
}
.bg_titulo_noticias {
	background-image: url(../imagens/tit_madeira_grd.png);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	height: 35px;
	width: 570px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 10px;
}
.txt_noticias {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	line-height: 20px;
}
.bg_fala_max {
	color: #FFFFFF;
	background-image: url(../imagens/fala_max.jpg);
	height: 94px;
	width: 420px;
	padding-top: 10px;
	text-align: justify;
	vertical-align: top;
	padding-left: 140px;
	font-size: 14px;
	line-height: 20px;
	padding-right: 20px;
}

.txt_noticias a:link {
	text-decoration: none;
	color: #513600;
}
.txt_noticias a:visited {
	text-decoration: none;
	color: #513600;
}
.txt_noticias a:hover {
	text-decoration: underline;
	color: #993300;
}
.txt_noticias a:active {
	text-decoration: none;
	color: #513600;
}
