body {
	font-family: Verdana, Helvetica, Sans-Serif;
	color: black;
	margin: 0px;
	background-color: white;
}

.header {
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	height: 44px;
}

td {
	font-size: 12px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 2px;
}

a:link,a:active,a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.error {
	color: red;
	font-weight: bold;
}

form { display: inline; }

.scalewarning {
	font-size: 11px;
}

.footer {
	font-size: 11px;
	margin-left: 10px;
}

.box {
	font-size: 11px;
}