/* CSS Document */

.style1 {
	color: #000000; 
	font-size: 16px
	}
	
.style2 {
	color: #000000; 
	font-size: 18px;
	}
	
.style3	{
	color: #0033FF; 
	font-size: 20px; 
	font-weight: bold;
	}
	
.style4 {
	color: #333333;
	font-weight: bold;
	}
	
.style5 {
	color: #0033FF; 
	font-size: 20px; 
	font-weight: bold;
	}
	
.style6 {
	font-family: Tahoma; 
	font-size: 12px;
	color: #000000; 
	}
		
.style7 {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #0033FF
	}
	
.style8 {
	font-family: Tahoma;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	}
	
.style9 {
	color: #000000;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	}
	
.style10 {
	color: #000000; 
	font-size: 14px
	}
	
a:link {
	color: #0033FF;
	font-weight: bold;
	text-decoration: none;
	}

/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
	
a {
	color: #FF080E;
	}
	
a:visited {
	color: #66CCFF;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #66CCFF;
	font-weight: bold;
	text-decoration: none;
	}
	
a:active {
	color: #0033FF;
	font-weight: bold;
	text-decoration: none;
	}
	
/* ID Styles */

#navigation td {
	border-bottom: 1px solid #000000}

#navigation a {
	font:11px Arial, Helvetica, sans-serif;
	color: #0099FF;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 22px;
	}
	
#navigation a:hover {
	color:#FFFFFF;
	font-weight:bold;
	}
	
#navheader {
	font:36px georgia;
	color: #1F2669;
	letter-spacing:.4em;
	padding:10px;
	line-height:30px;
	}
	
#logo 	{
	font:14px Arial, Helvetica, sans-serif;
	color: #FF9900;
	letter-spacing:.5em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #CC6633;
	letter-spacing:0.2em;
	line-height:14px;
	}
	
#monthformat td {
	 border-bottom: 1px solid #FFFFCC;
	 }
	 
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #FFFF00;
	letter-spacing:.4em;
	}
	
#dateformat a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFF00;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
#dateformat a:hover {
	color: #FFFFCC;
	}

/* Class Styles */
	
.pageName{
	font:18px Arial, Helvetica, sans-serif;
	color: #FFFF00;
	line-height:24px;
	letter-spacing:.3em;
	}
	
.columnHeader {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FF080E;
	line-height:18px;
	letter-spacing:.05em;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #FF080E;
	line-height:18px;
	letter-spacing:.1em;
	}

.smallText {
	font:10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
	
.navText {
	font:11px Georgia, Times New Roman, Times, serif;
	color: #1F2669;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
