/* Global Styles */

body {
	margin:0px;
	}
	
a {
	color: #9ba90e;
	}
	
a:hover {
	color: #5C743D;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #6d760e;
	}
	
#navigation a {
	font: bold medium;
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#ffffff;
	}

	
/* Class Styles */
	
.bodyText {
	font: medium;
	font-family: "Times New Roman", Times, serif;
	color:#333333;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: x-large;
	font-family: "Times New Roman", Times, serif;
	color: #9ba90e;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	font:bold x-large;
	font-family: "Times New Roman", Times, serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

	
.smallText {
	font: small;
	font-family: "Times New Roman", Times, serif;
	color: #9ba90e;
	line-height: 22px;
	}
	
.navText {
	font: medium;
	font-family: "Times New Roman", Times, serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #6d760e;
}

