/* print styles */

body {
	background-color: white; 
	color: black;
	}

img {
	display: none;
	}

table.header {
  background-color: white;
	border-color: black;
	}
	
td.header {
  background-color: gray;
	}
	
td.left {
  display: none;
	}
	
td.mid {
  width: auto;
	}
	
td.right {
  display: none;
	}
	
.tbselect { 
	font-size: 10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing:-1pt; 
	font-weight: bold; 
	color: #000080; 
	}

.headline { 
	font-size: 12pt; 
	color: black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	overflow: auto;
	}

.spotlight { 
	font-family: Myriad Web, Arial, Helvetica; 
	color: #9b9999; 
	font-size: 24pt; 
	font-weight: bold; 
	letter-spacing:-1pt; 
	line-height: 24pt; 
	}

.smtxt { 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	color: navy;
	}

.smtxtblack { 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	color: black;
	overflow: auto;
	}

.scroller {
	width:100%;
	}

.schedscroller {
	width:100%;
	}

#fall {
	display: none;
	}

#winter {
	display: none;
	}

#spring {
	display: none;
	}

#printpage {
	display: none;
	}

#gray_header {
	display: none;
	}

#footer {
	display: none;
	}

#nav {
	display: none;
	}

#ath_left_side {
	display: none;
	}

* {
	background-image: none;
	}