/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:12px verdana;
	color:#333333;
	}
	
a {
	color: #CCCC66;
	font-weight:bold;
	}
	
a:hover {
	color: #CC9900;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	letter-spacing:0.1em;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCC66;
	}
	
#navigation a:hover {
	color: #FFFFCC;
	text-decoration:blink;
	text-transform: capitalize;
	text-shadow: 1;
	}

#padding {
	padding:0px 5px 0px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #333300;
	letter-spacing:0.4em;
	font-weight:bold;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	top: auto;
	}

.sidebarText {
	font:12px georgia;
	color: #663300;
	line-height:18px;
	}
	
.bodyText {
	font:12px arial;
	line-height:24px;
	color:#000000;
	}
	
.pageName {
	font:20px verdana;
	color: #660000;
	letter-spacing:0.1em;
	line-height:24px;
	border-bottom-color: #999999;
	border-bottom-style: groove;
	border-bottom-width: thin;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
