#top a:link, #top a:visited, #top a:hover, #top a:active {
	font-family: Comic Sans MS, Arial Narrow, Courier New;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	font-family: Comic Sans MS, Arial Narrow, Courier New;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	font-family: Comic Sans MS, Arial Narrow, Courier New;
	color: #999999;
	font-size: 11px;
	text-decoration: underline;
}
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family:Comic Sans MS, Arial Narrow, Courier New;
}
#Overall {
	position: relative;
	width: 880px;
	height: 720px;
	margin-left: auto;
	margin-right: auto;
	/*
	border-style: solid;
	border-color: #FF0000;
	*/
}
#Top {
	position: absolute;
	width: 850px;
	height: 55px;
	bottom: 5px;
	left: 10px;
	text-align: justify;
	font-size: 12px;
	color: #999999;
}
	#InTop {
		position: relative;
		width: 850px;
		height: 55px;
		overflow-y: auto;
		overflow-x: hidden;
		padding-right: 5px;
	}
#header {
	position: relative;
	height: 33px;
	width: 880px;
	background-color: #000000;
}
#1, #2, #3, #4, #5, #6 {
	position: relative;
	width: 880px;
}
#upFrame {
	position: relative;
	width: 880px;
}
#middle {
	padding: 0px;
	width: 880px;
	position: relative;
}
#footer {
	position: relative;
	width: 880px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: #999999;
}
.Table {
	border-collapse: collapse;
	padding: 0px;
	text-align: left;
}
/********** ********** ********** FlexCroll ********** ********** **********/
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 6px;
background-color: #333333;
}
.vscrollerbar {
width: 6px;
background-color: #666666;
}
.hscrollerbase {
height: 6px;
background-color: #000000;
}
.hscrollerbar {
height: 6px;
background-color: #000000;
}

.scrollerjogbox {
width: 6px;
height: 6px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
