.navtable {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	background-image: url(../images/nav_box.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 230px;
	width: 230px;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
A.nav:link {
	color: #000000;
	text-decoration: none;
}
A.nav:visited {
	color: #000000;
	text-decoration: none;
}
A.nav:hover {
	color: #D30000;
	text-decoration: none;
}
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
}
A.bottom:link {
	color: #006600;
	text-decoration: none;
}
A.bottom:visited {
	color: #006600;
	text-decoration: none;
}
A.bottom:hover {
	color: #D30000;
	text-decoration: none;
}
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}
UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	list-style-type: square;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}