.menu {
	padding:0px;
	background-color: #1B72BC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #FFF;
}

.menuItem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
}

.menuItem a:hover {
	background-color:#33CC99;
	text-decoration: none;
}

.menuItem a {
	color:#FFF;
	text-decoration:none;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#topMenu ul li a:hover {
	text-decoration: none;
	cursor: default;
	background-color: #00CC00;
}
#mainBodyText table tr td {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
}
