BODY {
	background:#111111;
	color#AAAAAA;
}

a, a:visited { 
	color:black;
	font-size:8pt;
	font-family:verdana, helvetica, sans-serif;
	text-decoration:none;	
}


a:hover { 
	text-decoration:underline;	
}

#main {
	width:500px;
	color:#AAAAAA;
}

#scroller {
	overflow:auto;
	position:relative;
	width:520px;
	height:600px;
}

#container {
	background:#333333;
	width:700px;
	height:765px;
	
}

#copyright {
    font-family: Verdana, Helvetica;
    font-size: 6pt;
    color:#666666;
}

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}

/* FLEXSCROLL */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #444444;
}
.vscrollerbar {
width: 10px;
background-color: #111111;
}
.hscrollerbase {
height: 10px;
background-color: #444444;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}