.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background-color: #BBEEEE;
	border: 1px groove #000000;
	height: auto;
	width: auto;

}
.formsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #D7F4F4;
	border: thin groove #000000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #FFFFFF;
}