body {
	background-color : white; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12pt; 
	color : black; 
} 
a:link, a {
	color : #006633; 
	font-weight : bold; 
	text-decoration : underline; 
} 
#header {
	display : none; 
	width : 100%; 
} 
#subheader {
	border : none; 
	width : 100%; 
	height : 0px; 
} 
#subheaderimg {
	background-color : #7f9966; 
	width : 100%; 
	height : 0px; 
}
#subheader p {
	padding : 1px; 
	margin : 0; 
} 
#container {
	width : 100%; 
} 
#left_column {
	display : none; 
} 
#right_column {
	text-align : left; 
	margin : 10%; 
} 
#right_column p {
	font-size : 10pt; 
} 
#right_column h1 {
	border-bottom : 1px solid #000; 
	font-size : 140%; 
} 
#right_column h2 {
	font-size : 20pt; 
	line-height : 24pt; 
	margin-top : 0; 
	margin-bottom : 2px; 
} 
#right_column h3 {
	font-size : 18pt; 
	line-height : 22pt; 
	margin-top : 0; 
	margin-bottom : 2px; 
} 
#right_column h4 {
	font-size : 16pt; 
	line-height : 20pt; 
	margin-top : 0; 
	margin-bottom : 2pt; 
	padding : 0; 
} 
#right_column h5 {
	font-size : 9pt; 
	line-height : 18pt; 
	margin-top : 0; 
	margin-bottom : 2pt; 
	padding : 0; 
} 
#right_column h6 {
	font-size : 12pt; 
	line-height : 16pt; 
	margin-top : 0; 
	margin-bottom : 2pt; 
	padding : 0; 
} 
#right_contact {
	display : none; 
} 
#print {
	width : 90%; 
	float : none; 
	background : transparent; 
} 
#footer {
	display : none; 
}
hr {
} 
input {
	background-color : #ffffff; 
	border-bottom : 1px solid #000; 
	border-right : 1px solid #000; 
	border-top : 1px solid #000; 
	border-left : 1px solid #000; 
	color : #000000; 
	text-align : left; 
	clear : none; 
} 
input.prefill {
	background-color : #fff; 
	border-bottom : 1px solid #000; 
	border-right : 1px solid #000; 
	border-top : 1px solid #000; 
	border-left : 1px solid #000; 
	color : #000000; 
	text-align : left; 
} 
label {
	text-align : right; 
	width : 200pt; 
	padding-right : 10px; 
	padding-left : 5px; 
	display : block; 
	float : left;  
} 
input.submit {
	background-color : #ffffff; 
	border-bottom : 1px solid #9fbb88; 
	border-right : 1px solid #9fbb88; 
	border-top : 1px solid #5d7744; 
	border-left : 1px solid #5d7744; 
	color : #000000; 
	text-align : center; 
}