/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:13px arial;
	color:#333333;
	}
	
a {
	color: #ff0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:12px arial;
	color: #0000ff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:22px 7px 22px 7px;
	}
	
#weekdays th {
	font:12px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:20px arial;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:14px arial;
	color: #11a111;
	line-height:20px;
	}
	
.bodyText {
	font:13px arial;
	line-height:26px;
	color:#333333;
	}
	
.pageName {
	font:22px arial;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:28px;
	}
	
.subHeader {
	font:16px arial;
	color: #0000c1;
	font-weight:bold;
	line-height:22px;
	letter-spacing:.1em;
	}
	
.navText {
	font:12px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:13px arial;
	line-height:16px;
	color:#333333;
	}
	
	
