.menuitems {
	background-color: #CCCC99;
	font-weight: bold;
	text-align: left;
	color: #000066;
	font-size: 10px;
}
.menuitems a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.menuitems a:link {
	color: #000066;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCC99;
	height: auto;
	width: auto;
	padding: 1px;

}
.menuitems a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666699;
	text-decoration: none;
	display: block;
}
.menuitems a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-color: #000066;
}
.menuheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #000066;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000066;
	text-align: justify;
	text-decoration: none;
	font-style: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000066;
	text-align: justify;
	z-index: -1;
}

.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666699;
}
a:link {
	font-weight: bold;
	color: #000066;
	font-size: 100%;
	text-decoration: underline;
	background-color: #FFFFFF;
	border-color: #000066;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
	background-color: #000066;
	text-decoration: underline;
}
a:visited {
	font-size: 100%;
	font-weight: bold;
	color: #9999CC;
	text-decoration: underline;
}
a:active {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000066;	
}

