@charset "UTF-8";
	body {
		font-family: Myriad, Arial, Veranda, sans-serif;
		font-size: 11px;
		color: #637E8C;
		line-height:18pt;
		}
			
		h1 {
	font-family: Myriad, Arial, Veranda, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #637E8C;
	text-decoration: none;
		}
	
	h2 {
	font-family: Myriad, Arial, Veranda, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #637E8C;
	text-decoration: none;
		}
	
	a:link 
		{
		color: #FBB040;
		text-decoration: underline; 
		}
	a:active 
		{
		color: #FBB040;
		text-decoration: underline; 
		}
	a:visited 
		{
		color: #FECD8A;
		text-decoration: underline; 
		}
	a:hover 
		{
		color: #CC8A32;
		text-decoration: underline;
		}
input {
	color: #5A3D1B;
	background-color: #D2E4E4; 
	border: 1px inset #5A3D1B; 
}
textarea {
	color: #5A3D1B;
	background-color: #D2E4E4; 
	border: 1px inset #5A3D1B; 
}