/* scroller background: iframe BODY object */
.Back {
	background: #F3F7FF;
}
/* style to be applyed to all items' bodies - DIV
	all local stylesheets of external files if any are to be ignored */
.ItemBody {
	font-family: Helvetica;
	font-size: 12px;
	padding: 5px;
	color:#333333;
}

.ItemBody a {text-decoration:none; color:#333333;}

.noutati {
	font-size:12px;
	margin-bottom:30px;
}
.noutati a {
	color:#007BC3;
	text-decoration:none;
}
.noutati a:hover, .noutati a:visited:hover {
	text-decoration:underline;
}
.noutati a:visited {
	color:#999999;;
	text-decoration:none;
}
