BODY {
	margin: 0px;
	background: white;
	}

.Step {
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	font-family: Arial, sans serif;
	font-weight: normal;
	color: black;
	}
.Step A:link    { text-decoration: none; color: blue; }
.Step A:active  { text-decoration: none; color: blue; }
.Step A:visited { text-decoration: none; color: blue; }
.Step A:hover   { text-decoration: none; color: red; }

.StepCurrent {
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	font-family: Arial, sans serif;
	font-weight: bolder;
	color: black;
	}
.StepCurrent A:link    { text-decoration: none; color: blue; }
.StepCurrent A:active  { text-decoration: none; color: blue; }
.StepCurrent A:visited { text-decoration: none; color: blue; }
.StepCurrent A:hover   { text-decoration: none; color: red; }

.InputTable {
	background: rgb(240, 240, 240) url(bgInput.jpg);
	}

.InputHeader {
	border-top: 2px solid rgb(240, 240, 240);
	border-left: 2px solid rgb(240, 240, 240);
	border-right: 2px solid rgb(192, 192, 192);
	border-bottom: 2px solid rgb(192, 192, 192);
	background: rgb(224, 224, 224);
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, sans serif;
	font-size: smaller;
	font-weight: bolder;
	font-variant: small-caps;
	color: black;
	}

.InputLabelCell {
	padding: 5px;
	padding-right: 20px;
	padding-bottom: 1px;
	text-align: left;
	vertical-align: bottom;
	font-family: Arial, sans serif;
	font-size: smaller;
	font-weight: bolder;
	color: black;
	}

.InputCell {
	padding: 5px;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
	font-family: Arial, sans serif;
	color: black;
	}

.OutputLabelCell {
	padding: 5px;
	padding-right: 20px;
	padding-bottom: 1px;
	text-align: left;
	vertical-align: bottom;
	font-family: Arial, sans serif;
	font-size: smaller;
	font-weight: bolder;
	color: black;
	}

.OutputCell {
	padding: 5px;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
	font-family: Arial, sans serif;
	color: black;
	}

.RequiredField {
	color: red;
	}

.Footer {
	font-family: Arial, sans-serif;
	font-size: smaller;
	font-style: italic;
	color: black;
	}
