@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #fff2e0;
}
.bottomnav {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
body {
	background-color: #000000;
}
.redborder {
	border-right-width: 25px;
	border-bottom-width: 25px;
	border-left-width: 25px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dd2200;
	border-bottom-color: #dd2200;
	border-left-color: #dd2200;
}
.orangeborder {
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ee8800;
	border-bottom-color: #ee8800;
	border-left-color: #ee8800;
}
.content {
	background-position: center top;
	text-align: center;
	vertical-align: top;
	width: 850px;
	float: inherit;
	display: block;
	position: relative;
	top: -15px;
}
a:link {
	color: #EE8800;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EE8800;
}
a:hover {
	text-decoration: underline;
	color: #DD2200;
}
a:active {
	text-decoration: none;
	color: #DD2200;