td {
	font-family:Trebuchet MS, Trebuchet, arial, helvetica, sans-serif;
	font-size:11px;
	color:#666666;}
.subhead {
	font-family:Trebuchet MS, Trebuchet, arial,helvetica,sans-serif;
	font-size:20px;
	font-weight: bold;
	color:#333333;}	
a:link { 
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;}
a:hover {  
	color: #666666}
a:visited {  
	color: #666666;}



/* Schedule table */
TABLE.schedule {
   width: 500px;
}

TH.schedule {
   height: 20px;
   background: cornflowerblue;
   color: white;
   font-family: verdana, arial, times new roman;
   font-size: 10pt;
   font-weight: bold;
   text-align: center;
}

TD.month1 {
   height: 17px;
   background: lightsteelblue;
   color: #003300;
   font-family: verdana, arial, times new roman;
   font-size: 8pt;
   font-weight: bold;
   text-align: left;
}

TD.month2 {
   height: 17px;
   background: cornflowerblue;
   color: white;
   font-family: verdana, arial, times new roman;
   font-size: 8pt;
   font-weight: bold;
   text-align: left;
}

TD.dark1 {
   width: 83pt;
   height: 17px;
   background: cornflowerblue;
   color: white;
   font-family: verdana, arial, times new roman;
   font-size: 8pt;
}

TD.dark2 {
   width: 246pt;
   height: 17px;
   background: cornflowerblue;
   color: white;
   font-family: verdana, arial, times new roman;
   font-size: 8pt;
}

TD.dark3 {
   width: 120pt;
   height: 17px;
   background: cornflowerblue;
   color: white;
   font-family: verdana, arial, times new roman;
   font-size: 8pt;
}

TD.light1 {
   width: 83pt;
   height: 17px;
   background: lightsteelblue;
   color: #003300;
   font-family: verdana, arial, times new roman;
   font-size: 8pt;
}

TD.light2 {
   width: 246pt;
   height: 17px;
   background: lightsteelblue;
   color: #003300;
   font-family: verdana, arial, times new roman;
   font-size: 8pt;
}

TD.light3 {
   width: 120pt;
   height: 17px;
   background: lightsteelblue;
   color: #003300;
   font-family: verdana, arial, times new roman;
   font-size: 8pt;
}

A.schedule:link {
   color: darkgreen;
   text-decoration: none;
}
 
A.schedule:visited {
   color: darkgreen;
   text-decoration: none;
}

A.schedule:active {
   color: darkgreen;
   text-decoration: none;
}

A.schedule:hover {
   color: #003300;
   text-decoration: none;
}

A.scheduledark:link {
   color: lightsteelblue;
   text-decoration: none;
}
 
A.scheduledark:visited {
   color: lightsteelblue;
   text-decoration: none;
}

A.scheduledark:active {
   color: lightsteelblue;
   text-decoration: none;
}

A.scheduledark:hover {
   color: white;
   text-decoration: none;
}

