/* Global Styles */

body {
	margin:20px;
	}
	
td {
	color:#5A5B5F;
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	}
	
a {
	color: #818286;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #a8d0d0;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:12px arial;
	color: #5A5B5F;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #00accd;
	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 georgia;
	color: #333300;
	letter-spacing:.1em;
	font-weight:bold;
	}
	
.logo2	{
	font: 12px Georgia;
	color: #333300;
	letter-spacing:.1em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}

.TextQ {
	line-height:normal;
	color:#00accc;
	font-weight:bold;
	font-family: arial;
	font-size: 12px;
	font-style: italic;
	}
	
.pageName {
	font:20px georgia;
	color: #00accc;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:12px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	

	
	
