/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:16px;
	background-color:#FFFFFF;
}
h1 {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 13pt;
	color: #009A3A;
}

input.text, textarea.textarea, select.select {
	font-family: Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	border-color:#7C7C7C;
	border-style:solid;
	border-width:1px;
	color:#333333;
	font-size:12px;
	margin:0px;
}
input.text {
	padding:2px 0px;
}
label.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #7F7F7F;
	padding:0px 4px 1px 0px;
}
