/* 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:12px verdana;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:0.1em;
	font-weight: normal;
	}
	
#navigation a:hover {
	color: #8009D5;
	}

#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 {
	font:15px verdana;
	color: #000000;
	letter-spacing:0.3em;
	font-weight:normal;
	line-height:22px;
	}

.tagline {
	font:8px verdana;
	color: #000000;
	letter-spacing:0.2em;
	}

.smallText {
	font:12px times new roman;
	color: #CC3300;
	line-height:18px;
	}

.pageHeader {
	font:60px verdana;
	color: #009900;
	letter-spacing:0.1em;
	line-height:38px;
	font-weight: bolder;
	}
	
.bodyText {
	font:11px arial;
	color:#333333;
	line-height:24px;
	}
	
.pageName {
	font:30px verdana;
	color: #990066;
	letter-spacing:0.2em;
	line-height:.8;
	}
	
.subHeader {
	font:18px verdana;
	color: #330000;
	font-weight:bold;
	line-height:38px;
	letter-spacing:0.1em;
	text-decoration: blink;
	}
	
.navText {
	color: #990066;
	letter-spacing:0.1em;
	border-bottom-style: none;
	font-weight: bold;
	padding-bottom: 1px;
	border-left: none;
	border-right: none;
	bottom: auto;
	font-family: verdana;
	font-size: 12px;
	}
	
.hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.navText:hover {

	color: #9933CC;
	letter-spacing:0.1em;
	border-bottom-style: none;
	font-weight: bolder;
	padding-bottom: 1px;
	border-left: none;
	border-right: none;
	bottom: auto;
	font-family: verdana;
	font-size: 14px;
}
