/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #000000;
	text-decoration:underline;
	background-color: #FFFFFF;
	}
	
/* ID Styles */
	
#navigation a {
	color: #990000;
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 11px;
	word-spacing: normal;
	background-color: #A4C2C2;
	}
	
#navigation a:hover {
	color: #FFFFFF;
	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 times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	line-height:24px;
	color:#333333;
	font-family: arial;
	font-size: 11px;
	}
	
.pageName {
	color: #800000;
	letter-spacing:0.1em;
	line-height:19px;
	font-family: georgia;
	font-size: 20px;
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	color: #990000;
	letter-spacing:normal;
	font-family: arial;
	font-size: 11px;
	word-spacing: 4px;
	font-style: normal;
	font-weight: normal;
	line-height: 27px;
	background-color: #A4C2C2;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
