*{
	font-family: "Trebuchet MS";
}

.fundo {
	background-image: url(../imagens/fundo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #008707;
}
.link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.link:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFE400;
	text-decoration: none;
}

.link_comentario {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #746D00;
	text-decoration: none;
}

.link_comentario:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #746D00;
	text-decoration: underline;
}

.link_add {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.link_add:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}


.texto {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.titulo {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
.textopreto {

	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

#box-noticias{
	background:url(../imagens/box-noticias.jpg) no-repeat; 
	width:220px; 
	height:80px;
	font-weight:bold;
}
.texto-noticias{
	padding:30px 0px 0px 0px;
	width:210px;
	color:#fff;
}
