/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #86897D;
	}
	
a:link {
	color: #9C5440;
	text-decoration: underline; }
a:visited {
	color: #9C5440;
	text-decoration: underline; }
a:hover {
	color: #313131;
	text-decoration: underline; }
a:active {
	color: #313131;
	text-decoration: underline; }
		
		
.Nav{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-left: 10px;
	text-align: center;
	height: 31px;
}

.Nav a {
	padding: 6px 20px 7px;
	display: block;
	color: #90AA74;
	text-decoration: none;
	margin: 0px;
}
.Nav a:hover {
	color: #90AA74;
	background-color: #444444;
	background-repeat: repeat-x;
}
.Nav .selected{
	color: #90AA74;
	background-color: #444444;
	background-repeat: repeat-x;
}		

.header {
	font-size: 20px;
	color: #3A5124;
	font-family: Arial, Helvetica, sans-serif;
}

.subheader {
	font-size: 16px;
	color: #7B4D33;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}