body {
	background-color: #E7E7E7;
}

.sideborder {border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #9C9A9C;
	border-right-color: #9C9A9C;
	border-bottom-color: #9C9A9C;
	border-left-color: #9C9A9C;
}

.navfont {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008000;
}

.bottomfont {
	font-size: 9px;
	font-family: verdana;
	color: #666666;
}

.headerblack {color: black; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px;
}

.headergreen {color: #008000; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold; 
}

.boldgreen {color: #008000; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold; 
}

.normalfont {color: black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.bottomlink:link {
	color: #666666;
	text-decoration: none;
}
a.bottomlink:visited {
	text-decoration: none;
	color: #666666;
}
a.bottomlink:hover {
	text-decoration: underline;
}
a.bottomlink:active {
	text-decoration: underline;
}

a:link {
	color: #008000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #008000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}