
/*	--------------------------------------------------------------------------------
	HTML element (re)definitions
	--------------------------------------------------------------------------------
*/
html {
/*	IE only
*/
	scrollbar-base-color: #666666;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #666666;
}

BODY {
	color: #FFFF99;
	background-color: #666666;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

A {
   color: White;
   font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A:HOVER {
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

BODY #MENU {
   color: #FFFF99;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	
}

BODY #MAIN {
	color: #FFFF99;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	
}
