


BODY { background: #FFFFFF; }
A:link    { color: #990000; }
A:visited { color: #330000; }
A:hover   { color: #FF0000; }
A:active  { color: #003366; }

H1, H2, H3, H4, H5 { font-family: Verdana, Geneva, Arial, sans-serif;
			 color: #003366;
			 margin-top: 5px;
			 margin-bottom: 5px;
           }

P {
	font-family: Georgia, "New York", Times, serif;
	color: #000000;
	font-size: smaller;
}

OL, UL, LI { font-family: Georgia, "New York", Times, serif;
			 color: #000000;
			 font-size: 13px;
			 line-height: 140%;
  		   }
		   
BLOCKQUOTE { font-family: Georgia, "New York", Times, serif;
	         color: #000000;
	         font-size: smaller;
  		   } 
  
B { font-weight: bold; }
I { font-style: italic; }

.subhead { font-family: Verdana, Geneva, Arial, sans-serif;
		   color: #003366;
		   font-size: 14px;
	     }
		 
.indent { font-family: Georgia, "New York", Times, serif;
		  color: #000000;
		  font-size: 13px;
		  margin-left: 3em;
		  margin-right: 3em;
		}

.copyright { font-family: Georgia, "New York", Times, serif;
			 color: #000000;
			 font-size: 12px;
		   }
 
.small { font-family: Georgia, "New York", Times, serif;
			 color: #000000;
			 font-size: 10px;
		}
 
 .large { font-family: Georgia, "New York", Times, serif;
			 color: #000000;
			 font-size: 16px;
		}
		
.menu { font-family: Georgia, "New York", Times, serif;
			 color: #000000;
			 font-size: 11px;
			 line-height: 120%;
	  }

.schedule { font-family: Georgia, "New York", Times, serif;
			 font-size: 12px;
			 line-height: 120%;
	      }

.scheddate { font-family: Verdana, Geneva, Arial, sans-serif;
			 font-size: 14px;
			 color: #FFFFFF;
		   }

.footmenu { font-family: Verdana, Geneva, Arial, sans-serif;
			font-size: 10px;
		}

.white { color: #FFFFFF; }
.blue { color: #003366; }
.dkblu { background: #003366; color: #FFFFFF; }


