body, table {
	font-family:verdana, arial, sans-serif;
	font-size:8pt;
	color:white;
	background:black;
}

select, input {
	background:silver;
}

img {
	border:none;
}

table {
	border-collapse:collapse;
}

td {
	padding:5px;
	border:1px solid black;
}

.th_cell {
	padding:5px;
	text-align:center;
	background:#001B52;
	font-weight:normal;
	color:#FFCC66;
	font-size:8pt;
	font-family:arial, tahoma, sans-serif;
}


th {
	padding:5px;
	text-align:center;
	background:#001B52;
	font-weight:normal;
	color:#FFCC66;
	font-size:8pt;
	font-family:arial, tahoma, sans-serif;
}

.thcolor {
	color:#FFCC66;
	background:#001B52;
}

.dark {
	background:#222;
}

.light {
	background:#333;
}
.hilight {
	border-bottom:3px solid #ffcc66;
}

.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}

a {
	color:#FFCC66;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color:#FFCC66;
}

.pagelinks {
	margin-bottom:10px;
	margin-top:10px;
	width:500px;
	text-align:center;
}

input {
	border:1px solid black;
	width:150px;
}

.arrow {
	font-size:8pt;
	font-weight:bold;
}

.info {
	width:450px;
	margin-bottom:20px;
}

.copy {
	margin-top:100px;
	color:silver;
}


#stats {
	width:350px;
	margin-top:30px;
}

#logo {
	margin-bottom:15px;
}

.left_floater {
	float:left;
	margin-right:20px;
}

.header {
	font-size:10pt;
	color:#FFCC66;
	text-align:center;
	margin-bottom:5px;
}

.fuckups {
	border-top:20px solid #001B52;
	padding:3px;
	background:#333;
}