body {
	background-color: #C6F2B0;
	margin: 10px;
	padding: 0;
}
a:link, a:active, a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.red {
	font-weight: bold;
	color: #CC0000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	font-weight: bold;
}
strong {
	font-size: 12px;
}
form {
	margin: 0;
	padding: 0;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: auto;
	height: 16px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: auto;
	height: 20px;
}
.line {
	width: 100%;
	height: 20px;
	border-bottom: 2px solid #CC0000;
}