@charset "utf-8";
/* CSS Document */


#news_content {
width:80%;
height:auto;
margin: 0 auto;
	background-image:url(img_gen/bak_news1.gif);
background-repeat:no-repeat;
background-position: right top;
}

a:link {
	color: #004080;
	text-decoration:none;
}
a:visited {
	color: #004080;
	text-decoration:none;
}
a:hover {
	color: #666666;
}
a:active {
	color: #004080;
	text-decoration:none;
}
.imgnews{


}
.titolo_news{
width:470px;
margin-bottom:0px;
margin-left:5px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #004080;
	font-size:14px;
	font-weight:bold;
}
.commenti_news{
width:470px;
margin-left:5px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:10px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	}
.descrizione_news{
width:470px;
margin-left:5px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:11px;
text-align: justify;
}
#moreinfo{
position:absolute;
left:365px;
top:235px;
}


