BODY {
	color: Black;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: left;
}

A {
	color: #C60000;
}

A:HOVER {
	color: Black;
	text-decoration: none;
	background: #DDB846;
	}
	
}	.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
	border: thin solid #000000;
}
.main {
	background-color: #FFFFFF;
	border-top: thin none #000000;
	border-right: thin solid #000000;
	border-bottom: thin none #000000;
	border-left: thin solid #000000;
}
.hd {
	border-top: thin solid #000000;
	border-right: thin solid #000000;
	border-bottom: thin none #000000;
	border-left: thin solid #000000;
}
.topnav {
	border: thin solid #000000;
}
#ft {
   font-size: 70%;
	line-height: 1;
	color: #E0DDDC;
	}
#ft a:hover, #ft a:active {
	color: #A2AAB5;
	text-decoration: none;
	background-color: #DDB846;
}
#ft a:visited {
	color: #EEEEEE;
}