BODY { margin: 0px; }
A:link, A:visited, A:active	{ color: #99CCFF; text-decoration: underline; }

A:hover			{ color: #F0F0F0; text-decoration: underline; }

/* SCROLLER OPTIONS */

.scroller-body		{ background-image: url("../images/scroller_bg.gif");
			background-repeat: repeat-y;}

.scroller-table { padding: 8px 14px 10px 10px; margin: 0px; }

.scroller-text 		{ color: #F0F0F0; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; font-size: 11px; font-weight: normal;  line-height:1.3em }

.scroller-title 		{ color: #FFFFFF; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; }



/* SCROLLER LINK COLORS */

a.scroller:link, a.scroller:visited, a.scroller:active	{ color: #99CCFF; text-decoration: underline; }

a.scroller:hover					{ color: #F0F0F0; text-decoration: underline; }

/* LEFT SIDEBAR OPTIONS */

.sidebar-background, .sidebar-background2 { width: 220px; }

.scrollborder		{ BORDER: #5583C0 1px solid; }

.sidebartitle		{ COLOR: #FBDB74; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }

.sidebartext		{ COLOR: #CFCFE0; FONT: 12px arial, verdana,  sans-serif; font-weight: normal;  }


a.sidelink:link, a.sidelink:visited, a.sidelink:active	{ color: #99CCFF; text-decoration: none; }

a.sidelink:hover					{ color: #F0F0F0; text-decoration: none; }

/* scroller background: iframe BODY object */
/*.Back {
	background-image: url(../images/scroller_bg.gif);
	margin: 5;
}   */
/* for on-demand mode only:
	control (arrow) to scroll items backward - DIV
	use to position the control */
.ArrowUp {
	top: 7px;
	left: 204px;
	height: 17px;
	width: 13px;
}
/* for on-demand mode only:
	control (arrow) to scroll items forward - DIV
	use to position the control */
.ArrowDn {
	top: 197px;
	left: 204px;
	height: 17px;
	width: 13px;
}
/* style to be applyed to all items' bodies - DIV
	all local stylesheets of external files if any are to be ignored */
.ItemBody {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align: justify;
}

UL.list{ margin: 5px; padding-left:10px; LIST-STYLE-TYPE: square;  }
UL.list LI {LIST-STYLE-TYPE: square;  border-bottom: 1px dashed #cccccc; padding-top: 6px; padding-bottom: 6px;  }

