/* CSS Document */


#titulo {
	width: 730px;
	height: 80px;
	margin: 7px auto 0 auto;
	background: url(../img/fototitulo_noticias.jpg) no-repeat;
	display: block;
	padding-top: 24px;
	clear: both;
}

#titulo h3 {
	background: url(../img/titulo_noticias.gif) no-repeat;
	margin-left: 102px;
	width: 628px;
	height: 32px;
	display: block;
}

#titulo h3 span { display: none; }


#texto {
	margin: 0 0 0 120px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#texto ul {
	list-style-type: none;
	margin-top: 10px;
}

#texto li {
	margin: 3px 0 5px 5px;
	color: #333333;
}

#texto li a {
	color: #656565;
	font-weight: bold;
	text-decoration: none;
}

#paginacao {
	margin-top: 10px;
	font-weight: bold;
	color: #006699;
}

#paginacao a {
	color:#003366;
	text-decoration: none;
}

