body {
	background-image: url(images/bodybackground.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}

a:link {
	color: #FFCC00;
	text-decoration: none;
}

a:visited {
	color: #FFCC99;
	text-decoration: none;
}


a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}


th {
	background-color: #333333;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #cc6600;
	border-right-width: 10px;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

p, ul, i {
	color:#CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

strong, h3 {
	color: #CC6600;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
h1 {
	color: #cc6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}


#tdUpcoming {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/tableBackground.jpg);
}

#tableUpcoming {
	position: relative;
	width: 15%;
	border-right-width: 2px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-size: 12px;
	float: right;
	color: #FFFFFF;
}

#logoextd {
	margin-left: 30px;
}


.inUpcoming {
	font-size: 14px;
	text-decoration: underline;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #cc6600;
}

.lowMenu {
	font-size: 12px;
}


.tdMenu {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	text-align: center;
	vertical-align: bottom;
}
#printLogo {
	display: none;
}

