/* scroller background: iframe BODY object */
.Back {
	background-color:#bddeef;
	margin: 0px;
	padding: 0px;
}
/* style to be applyed to all items' bodies - DIV
	all local stylesheets of external files if any are to be ignored */
.ItemBody {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	margin: 0px;
}
.testo_arancio {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#f68429;
	text-decoration: none;
	font-weight: bold;
}

a.testo_arancio:visited { color:#f68429; text-decoration: none; }
a.testo_arancio:link { color:#f68429; text-decoration: none; }
a.testo_arancio:hover { color:#f68429; text-decoration: underline; }

.testo_blu {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#4383a0;
	text-decoration: none;
	font-weight: bold;
}

a.testo_blu:visited { color:#4383a0; text-decoration: underline; }
a.testo_blu:link { color:#4383a0; text-decoration: underline; }
a.testo_blu:hover { color:#4383a0; text-decoration: underline; }


.testo_nero {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#202020;
	text-decoration: none;
	font-weight: bold;
}

a.testo_nero:visited { color:#202020; text-decoration: underline; }
a.testo_nero:link { color:#202020; text-decoration: underline; }
a.testo_nero:hover { color:#202020; text-decoration: underline; }