/* Global Styles */

body  {
	color: gray;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0
}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #993300;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover  {
	color: #993300;
	font-size: 11px;
	font-family: arial;
	line-height: 18px;
	text-decoration: none;
	background-color: yellow;
	font-weight: bold;
}
	
/* ID Styles */

#navigation a {
	font:10px arial;
	color: #333300;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 8px;
	border-left: 1px solid rgb(121,121,71); 
	border-right: 1px solid rgb(121,121,71); 
	}
	
#navigation a:hover {
	background: #BCBC85;
	color:#ffffff;
	border-left: 1px solid rgb(255,153,51); 
	border-right: 1px solid rgb(255,153,51); 
	}

/* Calendar Styles */

#calendar td {
	border: 1px solid rgb(121,121,71); 
	}
	
#noborder td{
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	}
	
/* Class Styles */

.logo {
	font:12px times new roman;
	color: #FFFFCC;
	letter-spacing:.3em;
	line-height:16px;
	}
	
.tagline  { color: black; font: 10px/16px Verdana }
	
.bodyText   {
	color: #333333;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: 4pt
}
	
.pageName {
	font:16px times new roman;
	color: #FF9933;
	letter-spacing:.2em;
	font-weight:bold;
	line-height:18px;
	}
	
.subHeader   { color: black; font: bold 14px/22px Verdana, Arial, Helvetica, sans-serif; font-stretch: normal; text-decoration: none; letter-spacing: normal }
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	line-height:16px;
	}

.calendarText {
	font:11px arial;
	color: #333333;
	letter-spacing:.1em;
	}