/* Global Styles */

body {
   bgcolor="#14285f"
	margin:0px;
	width: 800px;
	}
	
td {
	font:11px arial;
	color:#99CCFF;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
#header {
	height: 204px;
	background: #FFFFFF;
	}

#logo {
	float:left;
	height: inherit;
	padding-left: 1px;
	padding-top: 1px;
	}
	
#logoname {
	float:right;
	height: inherit;
	}


#content {
	width: 100%;
	float:left;
	display: block;
	overflow: auto;
	background:	#CCCCCC  url('Images/TNLeft_Blue.gif') repeat-y;
	color: #233A54;
	}

a {
	color: #2A00AA;
	text-decoration:underline;
	}
	
a:hover {
	color: #00BFAA;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color: #2A00AA;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	text-align: center;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color: #00BFAA;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#footer {
	font:10px georgia;
	color: #2A00AA;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	text-align: center;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}


#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:12px arial;
	color: #2A5F00;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.bodyTextBold {
	font:12px arial;
	color: #2A5F00;
	font-weight:700;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px georgia;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.showHeader {
	font:14px georgia;
	color: #551F00;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	text-align:center;
	}	
	
.showHeaderName {
	font:18px georgia;
	color: #7F0000;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	text-align:center;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	

	

