/* Global Styles */

body {
	margin:0px;
	}

td {
	font:11px arial;
	color:#000000;
	}
	
a {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #000000;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:12px 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 {
	font:18px arial;
	color: #010206;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:14px arial;
	font-weight:bold;
	color: #010066;
	line-height:16px;
	}
	
.tagline2 {
	font:14px arial;
	font-weight:bold;
	color: #FF5200;
	line-height:16px;
	}

.smallText {
	font:12px arial;
	color: #666666;
	font-weight:bold;
	line-height:16px;
	}

.pageHeader {
	font:30px arial;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText { 
	font:12px arial;
	color:#000000;
	line-height:14px;
	}

.highlight { 
	font:12px arial;
	color:#000000;
	background-color:#FFff00;
	line-height:14px;
	}
.pageName {
	font:20px arial;
	color: #010066;
	line-height:26px;
	}
	
.subHeader {
	font:12px arial;
	color: #000000;
	font-weight:bold;
	line-height:14px;
	}
	
.navText {
	font:12px arial;
	color: #cddc29;
	letter-spacing:.1em;
	z-index: 100;
	}
	
.pressrel {
	font:14px times "Times New Roman", Times, serif;
	color:#000000;
	line-height:18px;
	}
.blue {
	color: #00F;
} 
.red {
	color: #F00;
}

