BODY { background-image: url("");
	background-repeat: no-repeat;
	background-position: center;
	background-color: black;
	scrollbar-base-color: white; 
	scrollbar-arrow-color: #376B88;
	scrollbar-DarkShadow-Color: #376B88;
	scrollbar-track-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: #376B88;
	scrollbar-3dlight-color: white;
	scrollbar-shadow-color: white;
	font-family: Verdana;
	basefont: 8px;
	color: #CDD5D6;
}


/* Link Styles */
A:link    { color: #C1DAE1; text-decoration: none }
A:active  { color: #C1DAE1; text-decoration: none }
A:visited { color: #C1DAE1; text-decoration: none }
A:hover  { color: #FF0000; text-decoration: underline overline }


/* Table Styles */
TABLE { font-family: Verdana;
	font-size: 10px;
	color: #CDD5D6
}

.boxborder { border-color: #C1DAE1;
		   border-style: solid;
		   border-width: 1;
		   font-weight : bold;
		   background-color : #B1D0E0;
		   color: #000000;
}

.datebox { border-color: #C1DAE1;
		   border-style: solid;
		   border-width: 1;
		   font-weight : bold;
		   background-color : #E2EDF3;
		   color: #000000;
}