body {
	color: black;
	background-color: white;
	margin: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
img.header {
	border: 4px solid white;
}
div.content {
	color: black;
	background-color: white;
	width: 690px;
	border: 4px solid white;
	margin-top: 8px;
}
div.content table {
	width: 100%;
	border-collapse: collapse;
}
div.content table td {
	border: 1px solid black;
	padding: 4px;
	vertical-align: middle;
	text-align: center;
	color: #606060;
}
div.content table td input {
	width: 220px;
	margin-top: 1em;
}
div.content table thead td {
	font-weight: bold;
	color: #000000;
}
div.content form {
	margin: 0;
}
a {
	color: #468716;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 10pt;
	margin-top: 4px;
	margin-bottom: 12px;
	color: #606060;
}
h4 {
	font-size: 10pt;
	margin-top: 4px;
	margin-bottom: 12px;
	color: #606060;
}
h4.prompt {
	text-align: justify;
}
p {
	text-align: center;
	color: #606060;
}
div.form {
	color: black;
	background-color: white;
	width: 690px;
	border: 4px solid white;
	margin-top: 8px;
}
p.prompt {
	background-color: #468716;
	padding: 4px;
	font-weight: bold;
	color: white;
	margin-top: 4px;
	margin-bottom: 4px;
}
div.form table td {
	vertical-align: top;
	text-align: left;
	padding: 4px;
	vertical-align: middle;
}
div.form table td.title {
	text-align: right;
	font-weight: bold;
	color: #606060;
}
div.form table td.title span {
	font-weight: normal;
}
div.form table td.buttons {
	text-align: center;	
}
div.form table td.buttons input {
	margin-right: 8px;
	width: 100px;
}
