@charset "utf-8";
/* CSS Document */

/* Global Styles */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #000;
	text-align: left;
}
 
td {


	}
	
a {
	color: #C30;
	font-weight:bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: .02em;
	}
	
a:hover {
	color: #F60;
	}


/* ID Styles */
#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	color: #FFF;
	}
	
#navigation a {
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 6px 50%;
	color: #FFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#navigation a:hover {
	color:#C60;
	font-weight: bold;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 6px 50%;
	}

#tagline 	{
	color: #630;
	letter-spacing:.08em;
	line-height:18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

#monthformat {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
		}
		
#dateformat {
	color: #FFF;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#dateformat a {
	color: #FFF;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
#dateformat a:hover {
	color: #FC3;
	letter-spacing:0.1em;
	font-weight: normal;
	}
	
/* Class Styles */
	
.bodyText {
	color:#000;
	line-height:18px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.pageName{
	color: #000;
	line-height:normal;
	letter-spacing:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	vertical-align: bottom;
	font-style: normal;
	}
	
.subHeader {
	color: #F60;
	line-height:normal;
	letter-spacing:.02em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	}

.quote {
	color: #C00;
	line-height:12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	}
	
.smallText {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12pt;
	}
	
.navText {
	color: #FFF;
	line-height:20px;
	letter-spacing:0.1em;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-indent: 20px;
	}
	
.footerText {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footerformat {
	color: #999;
	letter-spacing:0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footerformat a {
	color: #999;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footerformat a:hover {
	color: #C63;
}

.copyrightText {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.dotsText {
	color:#F60;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	word-spacing: 0.1em;
	margin: 0px;
	vertical-align: top;
	font-style: normal;
	text-align: center;
	line-height: 18px;
}
.pageSubhead {
	color: #000;
	line-height:normal;
	letter-spacing:0.02em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	vertical-align: bottom;
}
.noteText {
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	word-spacing: 0.1em;
	margin: 0px;
	text-align: center;
	line-height: 24px;
	font-style: italic;
	white-space: pre;
}
