/* Global Styles */

body {
	margin:0px;
	font-size: 12px;
	background-color: #000000;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #A77C4F;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	background-color: #A77C4F;
	}
	
/* ID Styles */
	
#navigation a {
	color: #000000;
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#navigation a:hover {
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}
.title {
	font-size: 24px;
	color: #FFCC00;
	text-decoration: none;
}


/* Class Styles */

.logo {
	color: #FFCC00;
	letter-spacing:0.4em;
	font-weight:bold;
	font-family: "times new roman";
	font-size: 18px;
	text-decoration: none;
	}

.sidebarText {
	color: #000000;
	text-decoration: none;
	font-family: georgia;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	}
	
.bodyText {
	color:#333333;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	}
	
.pageName {
	color: #A77C4F;
	font-family: georgia;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	}
	
.subHeader {
	color: #666633;
	font-weight:bold;
	line-height:20px;
	font-family: georgia;
	font-size: 16px;
	}
	
.navText {
	color: #000000;
	letter-spacing:0.1em;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
	font-weight: bolder;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: #FFFFFF;
}
