/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#000066;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #000066;
	text-decoration:underline;
	}
	
a:hover {
	color: #000066;
	font-weight: bold;	
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {

	color: #CCCCCC;
	text-decoration: none; 
	font-weight: bold;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;

	border-right-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	}
	
#navigation a:hover {
	color:#ddb860;
	text-decoration:underline;
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	}
	
#navigation a:active {
	color:#ddb860;
	text-decoration:underline;
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	}
		
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	color: #FF6600;
	line-height:24px;
	letter-spacing:.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	}

#tagline {
	color: #FF6600;
	line-height:18px;
	letter-spacing:.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px Arial;
	color: #000066;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #000066;
	}

/* Class Styles */

.bodyText {
	color:#000066;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	font-family: arial;
	font-size: 11px;
	}
	
.pageName{
	font:22px georgia;
	color: #000066;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:14px Arial;
	color: #000066;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#000066;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#000066;
	}