body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:12pt;
	
}
input {
	height: 20px;
	width: 196px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #999999;
}
.checkbox {
	height: 20px;
	width: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: none;
}
label {
	font-size: 12px;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 5px 0px;
}
textarea {
	height: 100px;
	width: 196px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #999999;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
