/* scroller background - BODY */
.Back {
	background: #ffffff;
}
/* for on-demand mode only:
	control (arrow) to scroll items backward - DIV
	use to position the control */
.ArrowUp {
	top: 4px;
	left: 328px;
	height: 18px;
	width: 18px;
}
/* for on-demand mode only:
	control (arrow) to scroll items forward - DIV
	use to position the control */
.ArrowDn {
	top: 225px;
	left: 328px;
	height: 18px;
	width: 18px;
}
 /* style to be applyed to all items' bodies - DIV
	all local stylesheets of external files if any are to be ignored*/
.ItemBody {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	
}
.heading {
	font-family: Arial;
	font-size: 11px;
	color: #004F4F;
}