/* Global Styles */

body {
	margin:0px;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	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: #99CCFF;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #000000;
	letter-spacing:0.25em;
	font-weight:normal;
	line-height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	}

.tagline {
	color: #FF9900;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.smallText {
	color: #CC0000;
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	}

.pageHeader {
	color: #CC3300;
	letter-spacing:0.05em;
	line-height:38px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	}
	
.bodyText {
	color:#333333;
	line-height:24px;
	font-family: arial;
	font-size: 11px;
	padding: 5px;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #000000;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.copyright {
	color: #FFFFFF;
	letter-spacing: .1em;
}
.updateHeader  {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: normal;
	color: #FF0000;
	letter-spacing: 1px;
	padding: 5px;
}
