body {
	margin-top: 0px;
	background-image: url(../gfx/bg.jpg);
	background-repeat: repeat-x;
}
.Copyright {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.BottomNav {
	color: #FF0000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #1C6FD9;
}
a:active {
	text-decoration: none;
	color: #1C6FD9;
}
