/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:9px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	}
	
a {
	color: #679834;
	text-decoration:none;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
a:hover {
	color: #2B7679;
	text-decoration:none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
/* ID Styles */
	
#navigation a {
	font:9px;
	color: #679834;
	text-decoration:none;
	letter-spacing:0.1em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	text-transform: capitalize;
	font-stretch: semi-expanded;
	}
	
#navigation a:hover {
	color: #2B7679;
	text-decoration:none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:9px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px Georgia, "Times New Roman", Times, serif;
	color: #679834;
	letter-spacing:.4em;
	font-weight:bold;
	}

	
.bodyText {
	font:9px Georgia, "Times New Roman", Times, serif;
	line-height:11px;
	color:#000000;
	}
	
.pageName {
	font:20px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #2B7679;
	letter-spacing:.1em;
	line-height:22px;
	}
	
	
.navText {
	font:9px Georgia, "Times New Roman", Times, serif;
	color: #679834;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:9px Georgia, "Times New Roman", Times, serif;
	line-height:11px;
	color:#679834;
	}
	
	
