/*CSS per gli scroller RSS*/

#box {
	width: 100%;
	height: 160px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.rssclass .rssdate {
	color: gray;
}

.rsstitle {
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0;
}
.rssclass a {
	text-decoration: none;
	color : #0000CC;
}
.rssclass a:hover {
    text-decoration : underline;
    color : #FF0000;
}
.newsbigtitle {
	color : #000000;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	background-image:  url(../images2/backgrounds/newsbigtitle.gif);
	background-repeat: no-repeat;
	height: 20px;
	text-indent: 10px;
	text-align: left;
}
.newsbackground {
	text-decoration : none;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #FFFFFF;
	border-top-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
}