body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}
.LeftBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0E578E;
}
hr {
	color: #0E578E;
}
a {
	color: #0E578E;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.InputBox {
	width: 125px;
}

h1 {
	font-size: 14pt;
}
