BODY {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 10px 0px; PADDING-TOP: 0px; TEXT-ALIGN: center
}
BODY DIV {
	TEXT-ALIGN: left
}


h1 {
	font-family: Arial, Helvetica, Univers, "Zurich BT";
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, Univers, "Zurich BT";
	font-size: 14px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, Univers, "Zurich BT";
	font-size: 12px;
	line-height: 16px;
}
li {
	font-family: Arial, Helvetica, Univers, "Zurich BT";
	font-size: 12px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: lighter;
}
.inputBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
}
table {

	font-family: Arial, Helvetica, Univers, "Zurich BT";
	font-size: 12px;
	line-height: 16px;
}
.inputBoxError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	background-color: #d08010;
}
.errorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #d08010;
}
.LoginBox {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
}
.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
    border: solid 1px #000;
}
.greenText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00CC33;
}