	html {
		height: 100%;
		overflow: -moz-scrollbars-vertical;
	}
	
	#flashcontent {
		height: 100%;
		padding : 0px;
		margin: 0px;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000000;
		color:#ffffff;
		font : 73% "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	}

/* html, body {
margin : 0;
padding : 0;
} 
body {
font : 73% "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
background : #000;
color : #fff;
} */
td {  font : 73% "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif; color: #000000}
a { color: #0965AE; text-decoration: underline; }
.footer {  font-size: 9px; color: #000000; line-height: 18px}
.footerLink {  font-size: 9px; font-weight: bold; color: #000000}

		/* CONTENT PROPERTIES */
#content {
/*margin : 0 240px 40px 0; */
padding : 20px;
line-height: 2em;
background: #ffffff;
color: #000000;
}
#content h1 {
margin: 10px 0 0 0;
padding: -10px;
font-size: 180%;
background : inherit;
color: #0965AE;
}
#content h2 {
margin: .5em 0 0 0.5em;
padding: 5px;
font-size: 140%;
border-top: 1px solid #BCDFFC;
border-bottom: 1px solid #BCDFFC;
background : inherit;
color: #000000;
text-align:center;
}
#content h3 {
margin: 0 0 0 0;
font-size: 100%;
background : inherit;
color: #0965AE;
font-weight:bold;
}
#content h4 {
font-size: 120%;
background : inherit;
color: #000000;
text-align:center;
}
.blackbox {
 width : 225px;
 height : 128px;
 background : #000000;
 border: 1px solid #fff;
}
td.whitetextLg {
 color: #ffffff;
 font-size:16px;
}
td.whitetext {
 color: #ffffff;
 line-height:10px;
}
.Schedule {
 border: 1px solid #BCDFFC;
 border-collapse:collapse;
 text-align:center; 
}
.ScheduleHdr {
 background : #BCDFFC;
 text-align:center;
 font-weight:bold;
}
.ScheduleLeft {
 border: 1px solid #BCDFFC;
 border-collapse:collapse;
 text-align:Left; 
}
.footerText td { 
	color: #cccccc; 
	text-decoration: none;
	}
.footerText a:link { 
	color: #cccccc; 
	text-decoration: none;
	}
.footerText a:visited { 
	color: #cccccc; 
	text-decoration: none;
	}	
.footerText a:hover { 
	color: #cccccc; 
	text-decoration: underline;
	}
.footerText a:active { 
	color: #cccccc; 
	text-decoration: none;
	}
#flashcontent {
	height: 100%;
}
.bluebold { 
	color: #0965AE; 
	font-weight: bold;
	}
.navText a:link { 
	color: #000000; 
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	}
.navText a:visited { 
	color: #000000; 
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	}	
.navText a:hover { 
	color: #000000; 
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	}
.navText a:active { 
	color: #000000; 
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	}
.navText { 
	color: #000000; 
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	}
/* for drop down list in navbar */
#navbar {
	margin: 0;
	padding: 0;
	height: 1em; }
#navbar li {
	list-style: none;
	float: left; 
	color: #000000; 
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;}
#navbar li a {
	display: block;
	padding: 3px 6px;
	color: #000;
	text-decoration: none; }
#navbar li ul {
	display: none;
	width: 15em; /* Width to help Opera out */
	background-color: #74BCF8;}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
	text-decoration: underline;}
#navbar li:hover li, #navbar li.hover li {
	float: none;
	text-decoration: underline; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #c2e2fc;
	border-bottom: 1px solid #000;
	color: #000; }	