/* Global Styles */

body {
	margin:0px;
	background-color:#000000;
	}
.background {
	background-image: url(../_images/background_inverse.gif); 
	background-repeat: repeat-x;
	background-size: 100%;
	background-position:bottom;
	}	
td {
	font:11px arial;
	color:#ffffff;
	}
	
hr {
	height:1px; 
	color: #7BC204;
	border: none;
	}
	
a {
	color: #ffffff;
	text-decoration:none;
	}
	
a:hover {
	color: #7BC204;
	text-decoration:none;
	}
	
/* ID Styles */

#here a {
	font:11px georgia;
	color: #7BC204;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(125,198,5);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a {
	font:11px georgia;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(125,198,5);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#7BC204;
	border: 1pt dotted black;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#ffffff;
	font:11px georgia;
	color: #ffffff;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #000000;
	}

/* Class Styles */

.bodyText {
	font:15px arial;
	color:#ffffff;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font:28px georgia;
	color: #7BC204;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #7BC204;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #ffffff;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#000000;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#ffffff;
	}
	

	