body {
	background-color: #FFF;
	margin: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000;
	background-color: #FFF;
}
h4 {
	font-size: medium;
	font-weight: bold;
	margin: 0px 0px 4px;
}
a:link {
	color: #630;
	background-color: #FFF;
}
a:visited {
	color: #C30;
	background-color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #C30;
}
a:active {
	text-decoration: none;
	color: #C30;
}
.mailfooter {
font-size: x-small
}

div#menu
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}	
div#menu a
{
	width: 130px;
	text-align: center;
	border: 1px solid #000;
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 10px;
	background-color: #FFF;
	display: block;
}
div#menu a:hover 
{
	width: 130px;
	text-align: center;
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000000;
	display: block;
}
div#menu a:active 
{
	width: 130px;
	text-align: center;
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #630;
	background-color: #000;
	display: block;
}
.activesection 
{
	width: 130px;
	text-align: center;
	margin: 1px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #99CCFF;
	font-size: 10px;
	background-color: #000;
	display: block;
}
.menubox {
	width: 500px;
	padding: 2px
}
.spacer {
	width: 260px;
	text-align: center;
}
.titlebar
{	
	width: 98%;
	text-align: left;
	border: 1px solid #000;
	margin: 3px;
	padding: 2px;
	color: #000;
	background-color: #FFF;
	display: block;
}
.siteborder
{	
	border: 1px solid #000;
	color: #000;
	background-color: #FFF;
	padding: 2px;
}


