/* Global Styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	}
	
td {
	font:11px arial;
	color:#333333;
	margin-left: 2px;
	}
	

A:link { COLOR: #000000; TEXT-DECORATION: none; font-weight: normal }
A:visited { COLOR: #000000; TEXT-DECORATION: none; font-weight: normal }
A:active { COLOR: #000000; TEXT-DECORATION: none }
A:hover {
	COLOR: #FFCC66;
	TEXT-DECORATION: none;
	font-weight: bold;
	
}	

/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #6b4d27;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #FFCC33;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	color: #000000;
	line-height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	}
	
.bodyText {
	line-height:30px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 30px;
	padding-left: 3px;
	}
	
.pageName {
	color: #6b4d27;
	letter-spacing:0.1em;
	line-height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	}
	
.subHeader {
	font:14px georgia;
	color: #6b4d27;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	color: #000000;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
navlink {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	}
	
	
