/* CSS Document */


/*FONTES ---------------------------------------------------------------------------------- */
.bodytext, .bodytext a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color: #333333;	
}	
.bodytext a {text-decoration:none;}
.bodytext a:hover {text-decoration: underline;}

.datetext, .datetext a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color: #999999;	
}	
.datetext a {text-decoration:none;}
.datetext a:hover {text-decoration: underline;}


.newsboxtext, .newsboxtext a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color: #333333;	
}	
.newsboxtext a {text-decoration:none;}
.newsboxtext a:hover {text-decoration: underline;}

.newsboxdatetext, .newsboxdatetext a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color: #999999;	
}	
.newsboxdatetext a {text-decoration:none;}
.newsboxdatetext a:hover {text-decoration: underline;}


.bodytitle, .bodytitle a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	color: #213460;	
}	
.bodytitle a {text-decoration:none;}
.bodytitle a:hover {text-decoration: underline;}


.copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	padding: 0px 0px 0px 5px;/*top right bottom left*/
}


.asterisco {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size:14px;	
	color: #8f3323;
	text-decoration:none;
}


ul {
	list-style:none;
	margin:10px;
	padding:0px;
}
li {
	background:url(imgs/bullet.gif) no-repeat left center;
	padding:0px 0px 0px 12px;
}











