/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:normal;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:14px Calibri;
	color: #666666;
	}
	
#navigation a:hover {
	color: #000000;
	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:20px Calibri;
	color: #333333;
	font-weight: normal;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:16px Tahoma;
	color:#CCCCCC;
	}
	
.pageName {
	font:8px Calibri;
	color: #070707;
	}
	
.subHeader {
	font:16px Tahoma;
	color: #B62050;
	font-weight:bold;
	}
	
.navText {
	font:14px Calibri;
	color: #666666;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
