.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	font-style: normal;
}
body {
	margin-top: 0px;
scrollbar-face-color:#008000;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#E0E0E0;
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC9900;
}

a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC9900;
}

a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #008001;
}
/* Collapse the List Item Tags */
.menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 130px;
	float: left;
	padding: 1px 1px 1px 1px;
	text-align: center;
	}

/* Make the links block elements and give them padding and some style */
.menu a, .menu a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #008001;
	font-size: 12px;
	width: 130px;
	float: left;
	padding: 1px 1px 1px 1px;
	text-align: center;
	}

/* Specify the rollover style for the links */
.menu a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #cc9900;
	font-size: 12px;
	text-align: center;
	background-color: #ffff99;
	width: 130px;
}

