/* Global Styles */

body {
	font-family: "Trebuchet MS", Verdana;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	
	
a {
	color: #000000;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:hover {
	color: #0000FF;
	text-decoration:underline;
	font-weight: bold;
	}
	
/* ID Styles */
	
#navigation a {
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing:.1em;
	font-size: 12px;
	}
	
#navigation a:hover {
	color: #0000CC;
	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;
	font-weight:normal;
	font-size: 34px;
	}

.sidebarText {
	color: #FFFFFF;
	font-size: 15px;
	}
	
.bodyText {
	line-height:15px;
	font-size: 12px;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	font-size: 16px;
	}
	
.navText {
	color: #FFFFFF;
	letter-spacing:.1em;
	font-size: 11px;
	}
	
	.navText:link {
	color: #FFFFFF;
	letter-spacing:.1em;
	font-size: 11px;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
.calendarText:hover {
	font:11px arial;
	line-height:14px;
	color:#CC0000;
	}	
	#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #F6EAE3;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #F6EAE3;
	font-weight:bold;
	letter-spacing:0.1em;
	}
	
#dateformat a:hover {
	color: #FFDA80;
	letter-spacing:0.1em;
	}
	
.cad {
	font-size: 12px;
	border: 1px solid #000000;
}
	
