body, html {
	background-color: #333333;
	background-image: url('../Graphics/Back.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0px;
	padding:0px;
	height:100%;
	width:100%;
}

.Header {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	width: 840px;
	height: 190px;
}

.Footer {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	width: 840px;
	height: 76px;
}

.ShadowLeft {
	background-image: url('../Graphics/ShadowLeft.png');
	background-repeat: repeat-y;
	background-position: top right;
	width: 70px;
}

.ShadowRight {
	background-image: url('../Graphics/ShadowRight.png');
	background-repeat: repeat-y;
	background-position: top left;
	width: 70px;
}

.ContentBackground {
	background-color: #FFFFFF;
	width: 700px;
}

.BoxCornerShadow_TopLeft {
	background-image: url('../Graphics/BoxCornerShadow_TopLeft.png');
	background-repeat: no-repeat;
	background-position: top left;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	color:#000000;
	font-family: arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	color:#890000;
	font-family: arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
	display:inline;
}

.DefaultBodyText {
	font-size: 8pt;
	font-weight: normal;
	color:#000000;
	font-family: arial, helvetica, sans-serif;
}

.MenuLinks, a.MenuLinks:link, a.MenuLinks:active, a.MenuLinks:visited {	
	font-size: 8pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
}

a.MenuLinks:hover {	
	font-size: 8pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color:#000000;
	text-decoration: underline overline;
}

.MenuBarBack {
	background-image: url('../Graphics/MenuBarBack.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	height:20px;
	vertical-align: middle;
}

.Wednesday_Back {
	background-image: url('../Graphics/Wednesday_Back.png');
	background-position: top center;
	background-repeat: no-repeat;
	width: 115px;
	height:175px;
	vertical-align: bottom;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color:#FFFFFF;
	padding:10px;
}

.Thursday_Back {
	background-image: url('../Graphics/Thursday_Back.png');
	background-position: top center;
	background-repeat: no-repeat;
	width: 115px;
	height:175px;
	vertical-align: bottom;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color:#FFFFFF;
	padding:10px;
}

.Friday_Back {
	background-image: url('../Graphics/Friday_Back.png');
	background-position: top center;
	background-repeat: no-repeat;
	width: 115px;
	height:175px;
	vertical-align: bottom;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color:#FFFFFF;
	padding:10px;
}

.Saturday_Back {
	background-image: url('../Graphics/Saturday_Back.png');
	background-position: top center;
	background-repeat: no-repeat;
	width: 115px;
	height:175px;
	vertical-align: bottom;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color:#FFFFFF;
	padding:10px;
}
