@charset "utf-8";
/* CSS Document */
   
form{
	font-size: 16px;
	font-family: "Tw Cen MT Condensed", "Arial Narrow", sans-serif;
	color: 053759;
	margin-top: 20px;
	margin-left: 20px;
}
label {

	font-family: "Tw Cen MT Condensed", "Arial Narrow", sans-serif;
	font-weight: bold;
	font-size: 16px;
}
th {
	font-family: "Tw Cen MT Condensed", "Arial Narrow", sans-serif;
	color: 7B0000;
	font-size: 20px;
	font-weight: bold;
	text-align:center
}
input {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: 053759;
}
.subbtn {
	font-size: 16px;
	font-family: "Tw Cen MT Condensed", "Arial Narrow", sans-serif;
	color: 053759;
}
tr {
	vertical-align: middle;}