 A {
	text-decoration: undeline;
	color: #000000;
 }
 A:hover {
	text-decoration: none;
	color: #000000;
 }
 H3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
 }
 P, UL, OL, LI, BLOCKQUOTE {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D3028;
 }
 

 .header {
	 color: #000000;
	 font-size: 24px;
	 font-weight: normal;
 }
 .subheader {
	 color: #696969;
	 font-size: 14px;
	 font-weight: normal;
 }

.nav {
	font-size: 11px;
	background-color: #4A3826;
	color: white;
	font-weight: bold;
}

.nav table {
	cellspacing: 6;
	cellpadding: 3;
}

.nav a:active {
	text-decoration: none;
	color: white;
}
.nav a:visited {
	text-decoration: none;
	color: white;
}
.nav a:hover {
	text-decoration: underline;	
	font-size: 11px;

}
.nav a:link {
	text-decoration: none;
	color: white
}



 BODY {
	background: #ffffff;
	color: #000000;
	margin-left : 10px;
	margin-top : 10px;
	margin-right : 10px;
	margin-bottom : 10px;
	font-family: Tahoma, Arial,helvetica;
	background-image : none;
	background-color : #ffffff;
 }
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D3028;


}
.floatleft {
	float: left;
	margin-right: 15px;
}
