body {
	background-color: #8D7D70;
	background-image: url(../gfx/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
.CopyrightInfo {
	color: #4D443C;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.BtmNav {
	color: #F4CC6D;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.BtmNav a:link {
	color: #F4CC6D;
	text-decoration: none;
}
.BtmNav a:visited {
	text-decoration: none;
	color: #F4CC6D;
}
.BtmNav a:hover {
	text-decoration: underline;
	color: #E3B488;
}
.BtmNav a:active {
	text-decoration: underline;
	color: #E3B488;
}
.Content {
	color: #001F3E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #004892;
}
.menu {
	color: #FFFFFF;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #004892;
}
