/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase {
	width: 16px;
	background-color: #fff;
	background-image: url(/images/scroll_bg.gif);
}

.vscrollerbar {
background-image: url(/images/vscroller.png);
background-repeat:no-repeat;
/* margin-top:82px; */
width: 16px;
/* following is the bit that allows us fixed height scrollbars */
height: 16px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/
background-image: url(/images/vscroller.png);
background-repeat:no-repeat;
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

/* My Comment */
.hscrollerbar {
height: 8px;
background-color: rgba(0,128,255,0.81);
}

.scrollerjogbox {
width: 8px;
height: 8px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.15em;
line-height:1.45em;
	color: #6b6c6d;
width:330px;
	letter-spacing: 1px;
}
