/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:12px Arial;
	color:#383838;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #117203;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 12px Arial;
	color: #383838;
	line-height:16px;
	letter-spacing:.0em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;}
	
#navigation a:hover {
	background: #C7D9C1;
	color:#993300;
	}
	
#logo 	{
	font:24px Arial;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Arial;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Arial;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Table Styles */

#table td {
	border: 1px solid #26354A; 
	}
	
#noborder td {
	border: 0px;
	}

#tableheader td {
	font-weight:bold;
	color: #ffffff;
	}

/* Class Styles */
	
.bodyText {
	font:16px Arial;
	color:#666666;
	line-height: 16px;
	}
	
.pageName{
	font: 18px Arial;
	color: #3D7333;
	line-height:20px;
	letter-spacing:.0em;
	}
	
.subHeader {
	font:bold 20px Arial;
	color: #3D7333;
	line-height:20px;
	letter-spacing:.0em;
	}

.quote {
	font: 20px Arial;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 16px Times New Roman;
	color: #666666;
	line-height: 22px;
	}
	
.text {
	font: 14px Arial, sans-serif;
	color: #666666;
	line-height: 22px;
	}

	
.navText {
	font: 12px Arial;
	color: #117203;
	letter-spacing:.0em;
	text-decoration: none;
	}
