.style27 {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
/* Global Styles */

body {
	margin:0px;
	background-color: #9EAC75;
	}
	
td {
	color:#333333;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	color: #003333;
	text-decoration:none;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	}
	
#navigation a:hover {
	color: #993300;
	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 {
	color: #FFFFFF;
	letter-spacing:0.3em;
	font-weight:bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #402000;
	}

.sidebarText {
	color: #FFFFFF;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.2em;
	}
	
.bodyText {
	line-height:16px;
	color:#333333;
	font-family: arial;
	font-size: 12px;
	letter-spacing: 0.1em;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	color: #FFFFFF;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	}
	
.calendarText {
	line-height:14px;
	color:#0000FF;
	font-family: arial;
	font-size: 11px;
	}
	
	
