/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #FFFF00;
	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-size:24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #660000;
	letter-spacing:0.4em;
	font-weight:bold;
	}
.sidebarText {
	font:12px georgia;
	color: #000000;
	line-height:18px;
	}
.bodyText {
	font-size: .9em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height:24px;
	color:#333333;
	}
.bodyTextBlack {
	font-size: .95em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #000000;
}	
.pageName {
	font:20px georgia;
	font-weight: bold;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
.subHeader {
	font:14px georgia;
	color: #990000;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
.navText {
	padding-left: 50px;
	font:10px arial;
	color: #FFFF00;
	font-weight: bold;
	letter-spacing:0.1em;
	}
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
h1, h2, h4, h5 {
  color: #660000;
  line-height: 100%;
}
.txtsmaller {font-size:smaller;}
.txtblack {font-color: #000;}