body {
	margin: 0px;
}
.Title {
	font-size: 18px;
	color: #009966;
	font-weight: bold;
	text-decoration: underline;
}
th {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
}
.TextBox {
	width: 300px;
	height: 16px;
}
textarea {
	height: 80px;
	width: 300px;
}

td {
	font-size: 12px;
	color: #333333;
}
