/* CSS Document */

html {
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#CCCCCC;
scrollbar-face-color:#000099;
scrollbar-highlight-color:#000099;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#000099;
scrollbar-shadow-color:#FFFFFF;
}

a.menulinks:link {
	font-family: Arial;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: BLACK;
	text-decoration: none;
	
}
a.menulinks:visited {
	font-family: Arial;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: BLACK;
	text-decoration: none;
	
}
a.menulinks:hover {
	font-family: Arial;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	background:#DEDEDE;
	text-decoration: none;
	color: #000000;
	text-decoration:none;
}
a.menulinks:active {
	font-family: Arial;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: BLACK;
	text-decoration: none;
	
}