body {
	font-family: sans-serif;
}
h1 {
	font-family: sans-serif;
	font-size: 20px;
	margin: 0;
}
h2 {
	font-family: sans-serif;
	font-size: 16px;
	margin: 0;
}
a {
	font-family: sans-serif;
	font-size: 16px;
}
a, a:visited, a:active {
	color: #006699; text-decoration: none;
}
a:hover {
	color: #0099ff; text-decoration: underline;
}
a:link img, a:visited img, a:active img {
	border: 3px solid #e1e1e1;
}
a:hover img {
	border: 3px solid #464646;
}
form {
	width: 420px;
	margin: 0px auto;
	font-style: italic;
}
fieldset {
	text-align: center;
	border-radius: 15px;
}
table {
	margin: 0px auto;
	text-align: center;
	border-collapse: collapse;
}
tr {
	height: 39px;
}
.imgCell {
	text-align: center;
	width: 30px;
}
.shapeimg {
	height: 30px;
}
.shortText {
	width: 100px;
	background: #ffffff;
	border: 1px solid black;
	text-align: center;
}
.units {
	width: 100%;
	font-family: sans-serif;
	font-size: 20px;
	font-style: italic;
	text-align: center;
}
.height {
	width: 100%;
	font-family: sans-serif;
	font-size: 18px;
	font-style: italic;
	text-align: center;
}
input[type=button] {
	width: 100%;
}
input, td {
	font-family: sans-serif;
	font-size: 24px;
}
.flag {
	float: right;
	cursor: pointer;
	margin-right: 8px;
}
.col1 {
	width: 57px;
}
.col2 {
	width: 70px;
}
.col3 {
	width: 140px;
}
.col4 {
	width: 35px;
}
.col5 {
	width: 36px;
}
#fieldShape {
	float: left;
}
#fieldHeight {
	float: right;
}
#fieldDV {
	width: 390px;
}
#fieldKT {
	float: left;
}
#fieldQS {
	float: right;
}
#fieldButtons {
	width: 390px;
}