/* scroller background: iframe BODY object */
.Back {
	background-image: url(../transparent.png);
}
/* 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: 1px;
	text-align: center;
}
.scrolltitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	background-color: #996633;
	text-align: center;
	padding: 10px;
}


