/* scroller background: iframe BODY object */
.Back {
	margin: 0;
	background-repeat:repeat;
	background-color: #FFFFFF;
}
/* for on-demand mode only:
	control (arrow) to scroll items backward - DIV
	use to position the control */
.ArrowUp {
	top: 205px;
	left: 260px;
	height: 16px;
	width: 16px;
}
/* for on-demand mode only:
	control (arrow) to scroll items forward - DIV
	use to position the control */
.ArrowDn {
	top: 205px;
	left: 280px;
	height: 16px;
	width: 16px;
}
/* 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: 5px;
	text-align: justify;
}

