@charset "UTF-8";
	body {
		font-family: Myriad, Arial, Veranda, sans-serif;
		font-size: 11px;
		color: #5A3D1B;
		line-height:18pt;
		background-image: url(pagebg.gif);
		background-attachment: fixed;
		background-repeat:no-repeat;
		background-position: center 200px;
		}
	
	h2 {
	font-family: Myriad, Arial, Veranda, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #8EB0B5;
	text-decoration: none;
		}
		
	hr {
		color: #fff; 
		background-color: #D2E4E4; 
		border: 1px #DBF2F7; 
		border-style: none none dotted; 
		}
	
	a:link 
		{
		color: #5A3D1B;
		text-decoration: none; 
		}
	a:active 
		{
		color: #5A3D1B;
		text-decoration: none; 
		}
	a:visited 
		{
		color: #5A3D1B;
		text-decoration: none; 
		}
	a:hover 
		{
		color: #9E6C30;
		text-decoration: none;
		}
input {
	color: #5A3D1B;
	background-color: #D2E4E4; 
	border: 1px inset #5A3D1B; 
}
textarea {
	color: #5A3D1B;
	background-color: #D2E4E4; 
	border: 1px inset #5A3D1B; 
}