/* scroller background - TABLE */
.TScrBody1 {
background: white;
font-size: 11px; line-height: 11px; color: #1F4060; text-decoration: none;
width: 245px;
}


/* style to be applyed to all items' bodies
  - SPAN in Netscape 4.x, TD in rest
  all local stylesheets of external files if any are to be ignored */
.TScrItem1 {

font-size: 11px; line-height: 11px; color: #1F4060; text-decoration: none;
width: 255px;	

}





/* 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; line-height: 11px; color: #1F4060; text-decoration: none;
	

}	
/* for on-demand mode only:
	control (arrow) to scroll items backward - DIV
	use to position the control */
.ArrowUp {
	top: 1px;
	left: 257px;
	height: 16px;
	width: 16px;
	cursor: hand;
}
/* for on-demand mode only:
	control (arrow) to scroll items forward - DIV
	use to position the control */
.ArrowDn {
	top: 90px;
	left: 257px;
	height: 16px;
	width: 16px;
	cursor: hand;
}





