/* basic elements */
body { 
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;  
	background: #336633;
	margin: 0px; 
	}
p { 

	}

a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #CC99FF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #CC99FF;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #CC99FF;
	}


.highlight{}

#schedule {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #336633;
	}

.days 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.longrow
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #9999ff;
	color: #000099;
	font-weight: bold;
}

.printfriendly
{
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 40px; 

}
#esy
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000099;
	background: #ccccff;
}



