/* scroller background: iframe BODY object */
body{
	background-color:#ccccff;
}

.Back {
	/*background-image: url(../../../images/sfondo_ultimenotizie.gif);*/
	/*
	background-image:url(../../images_restyle/box_news.png);
	background-repeat:no-repeat;
	*/
	background-color:#ccccff;
	
}
/* style to be applyed to all items' bodies - DIV
	all local stylesheets of external files if any are to be ignored */
.ItemBody {
	background-color:#ccccff;
}

.titolo_news {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7e7d7d;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#FFFFFF;
}
	
a.titolo_news:visited { color:#7e7d7d; text-decoration: none;}
a.titolo_news:link { color:#7e7d7d; text-decoration: none;}
a.titolo_news:hover { color:#e57c19; text-decoration: none;}

.testo_news {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5e5e5e;
}
	
a.testo_news:visited { color:#5e5e5e; text-decoration: none;}
a.testo_news:link { color:#5e5e5e; text-decoration: none;}
a.testo_news:hover { color:#015486; text-decoration: none;}

hr{
	color: #5e5e5e;
	background-color: #5e5e5e;
	height: 1px; 
	border: 0;
	width: 100%;
}

.testo_grigio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

