/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link{color:#FFFFFF;text-decoration:none;} 
a:visited{color:#FFFFFF;text-decoration:none;}
a:hover{color:#5B94D2;}
a:active{color:#FFFFFF;text-decoration:none;}

.noticias{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
	
.TituloChamadas{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.conteudointerno {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 17px;	
	
}
	

