body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: center;
}
#formbox {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 620px;
	padding: 10px;
	margin: 8px;
	text-align: center;
}
#title {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
#subtitle {
	font-size: 1em;
	font-weight: bold;
}
#form {
	border: 1px dashed #666666;
	background-color: #FFFFFF;
	width: 500px;
	padding: 30px;
	margin: 30px;
	text-align: center;
}
td {
	padding: 4px;
	text-align: left;
}
th {
	color: #FFFFFF;
	background-color: #666666;
	border-bottom: 1px solid #000000;
	text-align: left;
	padding: 2px;
}
.hf {
	color: #FFFFFF;
	background-color: #666666;
	border-top: 1px solid #000000;
	text-align: left;
	padding: 2px;
}
table {
	width: 500px;
	border: 1px solid #000000;
}
.subtable {
	background-color: #CCCCCC;
	width: 100%;
}
li {
	text-align: left;
	list-style-type: square;
	list-style-position: inside;
}
.pf {
	font-weight: bold;
	color: #FF0000;
	font-size: 0.8em;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subtable2 {
	background-color: #CCCCCC;
	border-bottom: 1px solid #000000;
}

