@charset "utf-8";
body {	
	background:#000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}
body,td,th {
	color: #999;
	font-family: EurostileT, EurostileTHea, Eurostile;
	font-size: 10px;
}
#header {
	height:20px;	
}
#container {
	width: 1110px;
	height:470px;
	margin:0 auto;
}
.introtext { font-family: "Book Antiqua"; font-size:16px; text-align:center; }
#footer { text-align:center; }
.footernav {
	font-size: 13px;
	color: #1B9AA9;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.footernav a:link, .footernav a:visited {
	color: #1B9AA9;
	text-decoration:none;
}
.footernav a:hover {
	color:#CCC;
	text-decoration:underline;
}
.footercopy {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}