td.RequiredCellWidth {
	display: none;
}
td.LabelCellWidth {
	display: none;
}
td.InputCellWidth {
	display: none;
}
td.InfoCellWidth {
	display: none;
}

/* Modified 03-16-2009 to make bg color for tables white*/
.RLBack {
	background-color: #fff;
}

table.RLBack {
	background-color: #fff;
	border: solid 2px black;
	padding-left: 4px;
}
.FormBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #ffffff;

