BODY {
    scrollbar-face-color: #AAAAAA;
    scrollbar-arrow-color: white;
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: white;
    scrollbar-darkshadow-color: white; 
    scrollbar-track-color: white;
    scrollbar-shadow-color: #777777;
    margin: 0;
	color: black;
	font-size: 12pt; }
A {
	cursor: hand;
    color: #aaaaaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none; }
A:hover {
    color: black; }
A.navbar {
    color: white;
	font-size: 8pt; }
A.tiny {
	font-size: 8pt;}
TABLE {
	border:0; }
TABLE.thickborder {
	border: 3px solid black; }
TR.navbar {
	background-color: #aaaaaa; }
TR.highlight {
	background-color: #dddddd; }
TD.navbar {
    background-color: #aaaaaa;
	vertical-align: top; }
TD.highlight {
	background-color: #DDDDDD;
	vertical-align: top; }
TD.highlight:hover {
	background-color: white; }

.big {
    font-size: 16pt; }
.bigbold {
	font-size: 16pt;
	font-weight: bold; }

.loginHeader {
    color: white;
    font-size: 14pt; }
.logintext {
    color: white;
	font-size: 10pt;
}
.error {
    color: red;
	font-size: 10pt;
	font-weight: bold; }
.text {
    font-size: 9pt; }
.boldtext {
	font-size: 9pt;
	font-weight: bold; }
.whitetext {
	font-size: 9pt;
	color: white; }
.boldwhitetext {
	font-size: 9pt;
	color: white;
	font-weight: bold; }
.formbuttons {
	color: white;
	background-color: #AAAAAA;
	border: 1px solid black; }
.formbuttonshighlight {
	color: black;
	background-color: #dddddd;
	border: 1px solid black; }
.inputbox {
    border: 1px solid black; }
.inputboxthick {
	border: 2px solid black; }