/* Controls the font and margins of the page */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
body {
	background-color: #000000;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* Navigator Link states */
a.navigator {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	font-style: none;
}

a.navigator:link {
	text-decoration: none;
}
a.navigator:visited {
	text-decoration: none;
	color: #ffffff;
}
a.navigator:hover {
	text-decoration: none;
	color: #ffffff;
}
a.navigator:active {
	text-decoration: none;
	color: #ffffff;
}
/* Adds a 1 pixel border */
.border {
	border: 1px solid;
	border-color: #C88256;
}
/*  Link states */
a.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: ##D4A638;
	font-style: none;
}

a.links:link {
	text-decoration: none;
	color: #D4A638;
}
a.links:visited {
	text-decoration: none;
	color: #D4A638;
}
a.links:hover {
	text-decoration: none;
	color: #ffffff;
}
a.links:active {
	text-decoration: none;
	color: #D4A638;
}