/* scroller background: iframe BODY object */
.Back {
	margin: 0;
	background-image: url(/imgs/new2010/prato.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* style to be applyed to all items' bodies - DIV
	all local stylesheets of external files if any are to be ignored */

.ItemBody {
	font-family: Verdana;
	font-size:11px;
	padding: 3px;
	text-align: justify;
	background:transparent;
}

.sponsortitle {
	color: #0000FF;
    font-size: 1.1em;
	font-weight: bold;
	background:transparent;
}

.sponsortable {
	color: #000000;
    font-size: 1em;
	padding:5px;
	background:transparent;
}

