/* Global Styles */

body {
margin:0px;
	}
	
td {
	font:12px arial;
	}
	
a {
	color: #717070;
	}
	
a:hover {
	color: #C00000;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #717070;
	}
	
#navigation a {
	font: bold 12px Arial;
	color: #E7E7E7;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	color:#B6B4B6;
	background-color: #FFFDEA;
	}
	
#logo 	{
	font:18px Arial;
	color: #717070;
	letter-spacing:normal;
	line-height:20px;
	}

#tagline 	{	
	font:12px Arial;
	color: #993300;
	letter-spacing:.1em;
	line-height:20px;
	}

#monthformat {
	border-bottom: 1px dashed #717070;
	}
		
#dateformat {
	font:12px Arial;
	color: #FFFDEA;
	letter-spacing:0.1em;
	}
	
#dateformat a {
	font:12px Arial;
	color: #FFFDEA;
	font-weight:bold;
	letter-spacing:0.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #FFFDEA;
	letter-spacing:0.1em;
	}
	
/* Class Styles */
	
.bodyText {
	font:12px Arial;
	color:#717070;
	line-height:20px;
	margin-top:0px;
	font-weight: bold;
	}
	
.pageName{
	font: 12px Arial;
	color: #717070;
	line-height:20px;
	margin-top: 0px;
	}
	
.subHeader {
	font:bold 12px Arial;
	color: #333333;
	line-height:20px;
	letter-spacing:0.1em;
	}

.quote {
	font: 20px Arial;
	color: #759DA1;
	line-height:20px;
	}
	
.smallText {
	font: 12px Arial;
	color: #717070;
	line-height: 20px;
	}
	
.navText {
	font: 12px Arial;
	color: #003366;
	line-height:20px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	

