.bodytext {
	padding: 10px 10px 10px 10px;
	background-color: #fff;
}
.bodybig {
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.footertext {
	font-size: 10px;
	text-align: right;
	padding: 5px 10px 5px 0px;
}
.headertext {
	font-size: 14px;
	padding: 5px 10px 5px 0px;
	font-weight: bold
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	margin-top: 0px;
}
.whitebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.grayhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
/*	color: #A7A7A7 */
	color: #000000;
	font-weight: bold;
}
.graybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	color: #000000;
 	font-weight: bold;
 	line-size: 20px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	color: black;
 	font-weight: bold	
}
.goldhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	font-weight: bold;
	color: #000000
}
<!-- Navigation CSS -->
#navlist {
	width: 195px;
	margin-top: 0;
	padding-top: 0;
}
#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 1em;
	font-weight: bold;
}
#navlist a {
	display: block;
	padding: 4px 2px 4px 30px;
	border-bottom: 1px solid;
	border-color: #fff #fff #fff #fff;
	background-color: #999999;
	background-image: url(images/btn_nav_lo.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}
.mid {
	font-size: 12px;
}

#navlist a:hover, #navlist a:active {
	background-color: #9F6F9F;
	background-image:  url(images/btn_nav_hi.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
}
<!-- End Navigation CSS -->
