.SectionHdr
{
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-family: Arial;
  font-weight: 800;
}
.FldHdrYellow
{
  text-decoration: underline;
  color: #FFD700;
  font-size: 14px;
  font-family: Arial;
  font-weight: 700;
}
.FldHdrBlue
{
  text-decoration: underline;
  color: #0000FF;
  font-size: 14px;
  font-family: Arial;
  font-weight: 700;
}
.FldHdr
{
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-family: Arial;
  font-weight: 700;
}
.FldItemBold
{
  text-decoration: none;
  color: #007000;
  font-size: 14px;
  font-family: monospace, Arial;
  font-weight: 800;
}
.FldItemBlue
{
  text-decoration: underline;
  color: #0000FF;
  font-size: 12px;
  font-family: "New Century Schoolbook", Times, serif;
  font-weight: 500;
}
.FldItem
{
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  font-family: "New Century Schoolbook", Times, serif;
  font-weight: 500;
}
.FldInput
{
  text-decoration: none;
  color: #000000;
  background-color: #00FFFF;
  font-size: 12px;
  font-family: "New Century Schoolbook", Times, serif;
  font-weight: 500;
}
.FldFooterWhite
{
  text-decoration: none;
  color: #FFFFFF;
  font-size: 10px;
  font-family: Arial;
  font-weight: 400;
}
.FldFooter
{
  text-decoration: none;
  color: #000000;
  font-size: 11px;
  font-family: Arial;
  font-weight: 400;
}
.SubmitButton
{
  text-decoration: none;
  color: #0000FF;
	background-color: #000080;
  font-size: 12px;
  font-family: "New Century Schoolbook", Times, serif;
  font-weight: 500;
}
.Info1
{
  text-decoration: none;
  color: #330033;
  font-size: 12px;
  font-family: Arial;
  font-weight: 500;
}
.Alert
{
  text-decoration: none;
  color: RED;
  font-size: 16px;
  font-family: Arial;
  font-weight: 700;
}
input.prompt 
{
	border-width: 1;
  border-style: solid;
  border-color: transparent;
	background-color:#99ccff;
	width:70;
	font-family:arial;
	font-size:12;
	color:black;
}
td.titlebar
{
	background-color:#FF9F40;
	color:#0000D2;
	font-weight:bold;
	font-family:arial;
	font-size:12;
}
table.promptbox
{
	border-width: 1;
  border-style: solid;
  border-color: #ccccff;
	background-color:#FFFFE6;
	color:black;
	padding-left:2;
	padding-right:2;
	padding-bottom:2;
	font-family:arial;
	font-size:12;
}
input.promptbox
{
	border-width: 1;
  border-style: solid;
  border-color: #0000FF;
	background-color:white;
	width:100%;
	font-family:arial;
	font-size:12;
	color:black;
}

