/* Global Styles */

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color:#FFFFFF;
}
a:active {
	text-decoration: none;
}
body {
	background-color:	#000000;
}


/* ID Styles */
.style1 {
	font-size: 16px}

.style2 {
	color:	#FFFFFF;}

.style3 {
	font-size:11px;}

	


/* Scroll Bar Master Styling Starts Here */
#mycustomscroll {
	width: 180px;
	height: 255px;
	overflow: auto;
	position: relative;
	}
	
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 8px;
background-color: #000000;
}
.vscrollerbar {
width: 10px;
background-color: #202020;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: #999999;
}

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