body {
	background-color: #006666;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	maring: 0;
	margin-left: 0;
	margin-top: 0;
	margin-width: 0;
	margin-height: 0;

	scrollbar-base-color:#006666;
	scrollbar-arrow-color:yellow;
	scrollbar-track-color:#006666;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-highlight-color:#004444;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#666666;
	scrollbar-face-color:#006666;
}	

.menu {
	font-family : Verdana; 
	font-size : 10px;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

	
/* this is for the text that shows up in the menu on the left hand side going up and down */
.vmenu {
	font-family : Verdana; 
	font-size : 10px;
	text-decoration: none;
	color: Black;
}

/* SUBMENU SETTINGS */
.SUBMENU {
	font-family : Verdana; 
	font-size : 10px;
	color : Black; 
	text-decoration: none;
}
	
/* SUBMENU SETTINGS FOR OPERA, IE6 */
A.SUBMENU { 
	font-family : Verdana; 
	font-size : 10px ; 
	text-decoration : none ; 
	width : 100% ; 
	color : black ;
}


A.SUBMENU:hover { 
	background-color : #77CCAA; 
	color : Red; 
}

A.SUBMENU:visited { color : black ; }
