/* Global Styles */

body {
	margin:0;
	}

td 	{
	font:12px Georgia, Times New Roman, Times, serif;
	color:#2F4C85;
	}
	
a {
	color: #000033;
	}
	
a:hover {
	color: #E9B605;
	}
	
/* Top navigation */

#topnavigation a {
	font:13px Georgia, Times New Roman, Times, serif;
	color: #CCCCCC;
	letter-spacing:.1em;
	line-height:14px;
	text-decoration: none;
	display:block;
	padding: 4px 8px;
	}
	
#topnavigation a:hover {
	background: #CC6600;
	color:#FFFFFF;
	}

/* Left navigation */

#navigation a {
	font:11px Georgia, Times New Roman, Times, serif;
	color: #333333;
	letter-spacing:.1em;
	line-height:14px;
	text-decoration: none;
	display:block;
	padding: 8px 14px;
	}
	
#navigation a:hover {
	background: FFFFFF;
	color:#CC6600;
	}
	

/* Content */

.bodyText {
	line-height:14px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	}
	
.TextLinks {
	line-height:14px;
	color:#CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height:18px;
	}
	
.hyperText {
	line-height:14px;
	color:#CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	line-height:18px;
	text-decoration: none;
	}
	
#hyperText a:link {
	color:#CC6600;
	font-weight:bold;
	text-decoration: none;
	}
	
#hyperText a:hover {
	color:#993300;
	font-weight:bold;
	text-decoration: none;
	}

#hyperText a:active {
	color:#993300;
	font-weight:bold;
	text-decoration: none;
	}
		
.homebodyText {
	line-height:14px;
	color:#FFFFFF;
	font-family: arial;
	font-size: 11px;
	line-height:18px;
	}
	
.paragraphHeaders {
	font:11px Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bold;
	}
	
.subHeaders {
	line-height:18px;
	color:#CC6600;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	letter-spacing:.1em;
	font-weight:bold;
	}
	
.whiteHeaders {
	line-height:18px;
	color:#FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	letter-spacing:.2em;
	font-weight:bold;
	}
	
.pageTitle {
	font:18px Georgia, Times New Roman, Times, serif;
	color: #CC6600;
	letter-spacing:.1em;
	line-height:24px;
	}
	
.footer {
	font:9px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:18px;
	}
	
	
/* Calendar Styles */

#calendar td {
	border: 1px solid #2F4C85; 
	}
	
#noborder td{
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color:#E9B605;
	}

#weekdays th {
	font-weight:bold;
	color: #666666;
	}

	
/* Class Styles */
	
.tagline {
	line-height:18px;
	color:#993300;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	letter-spacing:.1em;
	font-weight:bold;
	}
	

.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #2F4C85;
	letter-spacing:.1em;
	}
	
/* ID Styles */

#padding {
	padding:4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}