
* {margin:0; padding:0;}

h3 {
	font-size: 10px;
}

a {
	text-decoration: none;
}

#bar-ferramenta-not {
	background: #f2f2f2;
	padding: 10px 10px;
	text-align: right;
	font-size: 14px;
	border-bottom: 2px solid black; 
}
#bar-ferramenta-not a {
	text-decoration: none;
	color: black;
}

#bar-ferramenta-not a:hover {
	text-decoration: none;
	color: red;
}

#bar-ferramenta-not a:visited {
	text-decoration: none;
	color: black;
}

#texto-noticia {
	font-family: "Georgia", Trebuchet MS, Verdana, Arial, sans-serif;
}

#texto-noticia .titulo {
	text-transform: none;
	border:0;
	font-size: 30px;
	color: red;
}
#texto-noticia .data-public {
	font-size: 12px;
	font-weight: normal;
	color: black;
	padding-bottom: 40px;
}
#texto-noticia h1 {
	border:0;
	font-size: 12px;
}

#noticias-recentes {
	float:left;
	border: 0px solid #ddd;
	width: 280px;		
	height: 309px;
	margin: 10px 0 10px 5px;
	padding-left: 40px;
	BACKGROUND: white url(noticias.jpg) no-repeat 0px 0px;
	padding-right: 10px;
	}

#noticias-recentes #historico-noticias {
	border: 0px solid #ddd;	
	font-size: 12px;
	margin-top: 10px;	
	}	
	
#noticias-recentes #historico-noticias dt {
	border: 0px solid #ddd;
	font-weight: bold;
	padding: 7px 5px;	
	background: #e3e3e3;
	width: 110px;	
	}

#noticias-recentes #historico-noticias dd {
	padding: 10px 5px;
	border: 0px solid #ddd;
	width: 81px;
	height: 30px;
	background: #f2f2f2;	
	float: left;
	}

#noticias-recentes #historico-noticias dd a {
	display: block;
}



