/* Global Styles */

body {
	margin:4px;
	}
	
td {
	font:11px "Comic Sans MS";
	color:#FF9933;
	}
	
a {
	color: #336666;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #0000FF;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px "Comic Sans MS";
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #0000FF;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px "Comic Sans MS";
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px "Comic Sans MS";
	color: #FF9933;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px "Comic Sans MS";
	color: #336666;
	line-height:18px;
	margin-left: 5px;
	}
	
.bodyText {
	font:11px "Comic Sans MS";
	line-height:24px;
	color:#666666;
	margin-left: 2px;
	}
	
.pageName {
	font:20px "Comic Sans MS";
	color: #FF9933;
	letter-spacing:0.1em;
	line-height:35px;
	}
	
.subHeader {
	font:14px "Comic Sans MS";
	color: #FF9933((##;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px "Comic Sans MS";
	color: #FF9933;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px "Comic Sans MS";
	line-height:14px;
	color:#FF9933;
	}
	
	
