	/* basic elements */
	
	html, body { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #000000;
		text-align: center;
		margin: 0px 0px 0px 0px;
		/* background-color: #b5a185; */
		background-color: #b4ac95;
		}

	A:link		{ color: #000000; text-decoration: underline; font-weight: bold }
	A:visited	{ color: #000000; text-decoration: underline; font-weight: bold }
	A:active	{ color: #000000; text-decoration: underline; font-weight: bold }
	A:hover		{ color: #666666; text-decoration: none; font-weight: bold }
		
	textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333333;
	font-size: 8pt; 
	font-weight: normal;
	color: #000000;
	background-color: #f6f4ea;
	}

	H1 {
		font-size: 12pt;
		font-weight: bold;
		color: #38135B;
		padding: 0;
		margin: 0;
		text-align: center;
		}
	H2 {
		font-size: 7pt;
		font-weight: normal;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}

	H3 {
		font-size: 11pt;
		color: #C4161C;
		font-weight: bold;
		font-variant: small-caps;
		}


	select {
		font-size: 8pt;
		font-weight: normal;
		color: #000000;
		background-color: #E8E8DA;
		border: 1px inset #75765A;
		}
	
	.form-directions {
		font-size: 9pt;
		color: #666666;
		font-weight: normal;
		text-align: justify;
		}

	.thankyou-directions {
		font-size: 9pt;
		color: #333333;
		font-weight: normal;
		text-align: justify;
		}
	
	.form-text {
		font-size: 8pt;
		color: #333333;
		font-weight: normal;
		}

	.form-sections {
		font-size: 11pt;
		color: #691736;
		font-weight: bold;
		padding: 3px 3px 3px 3px;
		text-align: left;
		background-color: #b5a185;
		}

	.asterisk {
		color: #993333;
		font-weight: bold;
		}

	.acknowledgement-text {
		font-size: 7pt;
		color: #333333;
		}
	
	.acknowledgement-text-red {
		font-size: 7pt;
		color: #666666;
		}

	.checkbox { 
 		background-color: transparent;  
		border: 0px;
		} 

	.radio {
		background-color:transparent;
		border: 0px;
		}

	
