.CapitalTitles {font-size: 13px; font-weight: bold; color: #333333; }
.SpacedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
/* Global Styles */

body {
	margin:0px;
	background-color: #000000;
	}

td {
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height: 1.2;
	}
	
a {
	color: #333333;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #FF6600;
	}
	
/* ID Styles */

#navigation a {
	font:10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #FF6600;
	}
	
#navigation a:hover {
	color:#ffffff;
	background: #FF6600;
	}

#padding {
	padding:16px;
	}
	
/* Calendar Styles */

#calendar td {
	border: 1px solid #26354A; 
	}
	
#noborder td {
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color: #ffffff;
	}
	
.tagline {
	font: 9px Arial, Helvetica, sans-serif;
	color: #999999;
	line-height:26px;
	}
