body {
	scrollbar-face-color:#B4B4B4;
	scrollbar-highlight-color:#B4B4B4;
	scrollbar-3dlight-color:#D7D7D7;
	scrollbar-darkshadow-color:#6A6A6A;
	scrollbar-shadow-color:#B4B4B4;
	scrollbar-arrow-color:#000080;
	scrollbar-track-color:#E0E0E0;
	overflow-y:auto;
	background-color: #999999;
	margin: 0px;
	margin-left : 0;
	margin-top : 0;
	width : 0;
}


a:visited {
	color: #0066CC;
	text-decoration: underline
}
a:hover {
	color: #003399;
	text-decoration: none;
}
a:link {
	color: #0066CC;
	text-decoration: underline
}
a:active {
	color: #000000;
	text-decoration: underline
}


.back {
	background-image: url(../images/scroller_back.jpg);
	background-repeat: repeat-x;
	height: 25px;
	background-color: #FFFFFF;
}
/* style="color: #000000; font-family: Tahoma, Verdana; font-size: 11px;" */

.scrollTEXTtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight : bold;
}

.scrollTEXTstandard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-image: url(../images/listerIcon.gif);
}

.tableTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.tableSPACE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #000000;
	height: 1px;
}


/* for on-demand mode only:
	control (arrow) to scroll items backward - DIV
	use to position the control */
.ArrowUp {
	top: 5px;
	left: 258px;
	height: 16px;
	width: 16px;
}
/* for on-demand mode only:
	control (arrow) to scroll items forward - DIV
	use to position the control */
.ArrowDn {
	top: 235px;
	left: 258px;
	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;
}
