body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #000000;
	text-align: center;
}
table.main {
	width: 750px;
	height: 100%;
}
td.navbar {
	padding-right: 0px;
	padding-left: 0px;
	background-color: #000000;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFEA75;
	font-weight: bold;
}
td.navbar a:link {
	color: #FFFF00;
	text-decoration: none;
}
td.navbar a:visited {
	color: #FFFF00;
	text-decoration: none;
}
td.navbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	text-transform: capitalize;
	background-image: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td.content {
	font-family: "Comic Sans MS", Arial;
	font-size: 14px;
	background-color: #FFFF00;
	text-align: left;
	vertical-align: text-top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
td.content h1 {
	font-size: 30px;
	font-weight: bolder;
	letter-spacing: normal;
	color: #FF3300;
	font-family: Hobo, "Cooper Black", Arial;
	filter: Shadow(#000000,1);
	text-transform: uppercase;
	font-style: oblique;
	width: 100%;
}
table.schedule {
	border: thin dotted #FF6600;
}
table.schedule th {
	background-color: #FFCC66;
}
table.schedule td {
	text-align: center;
	vertical-align: text-top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CC3300;
}
.copyright a:link, .copyright a:visited, .copyright a:hover {
	color: #FFFFFF;
	text-align: center;
}
div.menuheight {
	line-height: 2px;
}

