body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;

}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: 150px;
	align: center;
}
select {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.header_line_1 {
	text-align: center;
	vertical-align: middle;
}

.header_line_2 {
	text-align: center;
	vertical-align: middle;
}

.header_line_3 {
	text-align: center;
	vertical-align: middle;
}

.readonly_field {
	background-color: #CCCCCC;	
}

.submit_button {
	background-color: #009900;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

.rounded_submit_button {
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background: URL("sbb.png");
	width: 131px;
	height: 18px;
	padding-bottom: 1px;
}

.rounded_back_button {
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background: URL("bbb.png");
	width: 66px;
	height: 18px;
	padding-bottom: 1px;
}
