@charset "UTF-8";
body {
	margin: 0px;
	font-family:Helvetica, "Myriad Pro", Arial, sans-serif;
	font-size:10px;
}
#logo {
	visibility:hidden;
	width:0px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 16px;
}
#header h1 {
	font-size:12px;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:2px;
	text-align: center;
}
#menu {
	visibility:hidden;
}
#content {
	text-align: center;
}
#schedule {
	text-align: left;
}
#schedule table, #results table {
	font-size:8px;
	border:none;
	}
#sidebar {
	width:10px;
	visibility:hidden;
}
#sponsor {
	padding-top:20px;
	text-align: center;
}
#footer {
	color:#000000;
	text-align: center;
}
a:link {
	color:#000000;
	text-decoration: none;	
}
a:active {
	color:#000000;
	text-decoration: none;	
}
a:visited {
	color:#000000;
	text-decoration: none;	
}
.schedule_container {
	width:600px;
}
.schedule_ring {
	width: 300px;
	margin: 2px;
}