@media print 
{
    .noPrint
    {
        display:none;
    }
}
a
{
  color: #000000;
  font-weight: 500;
  text-decoration: underline;
}
a:hover 
{
  text-decoration: none;
}

.FontFamily
{
  text-decoration: none;
  color: #000000;
  font-family: Verdana, Arial;
  font-weight: 500;
}

.WarningText
{
  text-decoration: none;
  color: black;
  font-family: Verdana, Arial;
  font-weight: 500;
}

.MainHdr
{
  text-decoration: none;
  color: black;
  font-size: 24px;
  font-family: Arial;
  font-weight: 900;
  font-style: italic;
}
.SectionHdr
{
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-family: Arial;
  font-weight: 700;
}
.BadgeDeliveryWarning
{
  text-decoration: none;
  color: #FF0000;
  font-size: 14px;
  font-family: Arial;
  font-weight: 700;
}
.NavigatorBackground
{
  background-color: #337099;
}
.TscLink
{
  color:blue;
  text-decoration:underline;
  cursor: pointer;
}
.NavigatorLink
{
  text-decoration: underline;
  color: #FFFFFF;
  font-size: 13px;
  font-family: Verdana, Arial;
  font-weight: 700;
}
.FldData
{
  text-decoration: none;
  color: #000000;
  font-size: 15px;
  font-family: Verdana, Arial;
  font-weight: 700;
}
.FldTitle
{
  text-decoration: none;
  color: black;
  font-size: 15px;
  font-family: Verdana, Arial;
  font-weight: bold;
}
.TableTitleBar
{
  text-decoration: none;
  color: #000000;
  font-size: 120%;
  font-family: Arial;
  font-weight: 700;
  background-color: #E7DFBB;
  font-style: italic;
}
.TableWhiteTitleBar
{
  text-decoration: none;
  color: #000000;
  font-size: 120%;
  font-family: Arial;
  font-weight: 700;
  background-color: #FFFFFF;
  font-style: italic;
}
.WhiteBody
{
  background-color: #FFFFFF;
}
.TanBody
{
  background-color: #E7DFBB;
}
.TableTanRow
{
  background-color: #E7DFBB;
}
.TableOddRow
{
  background-color: #CAFFE3;
}
.TableEvenRow
{
  background-color: #D2E0F9;
}
.AquaHdr
{
  text-decoration: none;
  color: 06A199;
  font-size: 16px;
  font-family: Arial;
  font-weight: 700;
}
.Alert
{
  text-decoration: none;
  color: RED;
  font-size: 20px;
  font-family: Arial;
  font-weight: 700;
}
.AlertSmall
{
  text-decoration: none;
  color: RED;
  font-size: 17px;
  font-family: Arial;
  font-weight: 700;
}
.Footer
{
  text-decoration: none;
  color: #337099;
  font-size: 10px;
  font-family:  Verdana, Arial;
  font-weight: 400;
}
.B_White
{
  text-decoration: none;
  color: white;
  font-size: 10px;
  font-family:  Verdana, Arial;
  font-weight: 900;
}
.Hide_div
{
  background-color: #99CCFF;
  display: none;
}
.Show_div
{
  display: block;
}
.NormalField
{
  background-color: WHITE;
}
.ErrorField
{
  background-color: RED;
}
.TextAreaFont
{
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-family: Arial;
}
.AuthCode
{
  text-decoration: none;
  color: RED;
  font-size: 20px;
  font-family: Book Antiqua;
  font-weight: 700;
}

.FldHdrBlue
{
  text-decoration: none;
  color: black;
  font-size: 15px;
  font-family: Verdana, Arial;
  font-weight: bold;
  font-style: italic;
}

.FldHdr
{
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-family: Arial;
  font-weight: 700;
}

.FldItem
{
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  font-family: Verdana, Arial;
  font-weight: 500;
}

.FldItemItalics
{
  text-decoration: none;
  color: #000000;
  font: 14px;
  font-style: italic;
  font-family: "New Century Schoolbook", Times, serif;
  font-weight: 500;
}

.FldInput
{
  text-decoration: none;
  color: #000000;
  background-color: #85FF66;
  font: 12px
  font-family: "New Century Schoolbook", Times, serif;
  font-weight: 500;
}

.FldInputReq
{
  text-decoration: none;
  color: #000000;
  background-color: #00FFFF;
  font: 12px
  font-family: "New Century Schoolbook", Times, serif;
  font-weight: 500;
}

.FldFooter
{
  text-decoration: none;
  color: #000000;
  font: 10px
  font-family: Arial;
  font-weight: 400;
}

td.titlebar
{
	background-color:#FF9F40;
	color:#0000D2;
	font-weight:bold;
	font-family:arial;
	font-size:12;
}

.Border_2
{
  border:2px outset #003366;
  padding: 5px;
  zoom: 1;
}
.ApprovalCode
{
  text-decoration: none;
  color: GREEN;
  font-size: 18px;
  font-family: Book Antiqua;
  font-weight: 700;
}
.DenialCode
{
  text-decoration: none;
  color: BLACK;
  font-size: 16px;
  font-family: Book Antiqua;
  font-weight: 500;
}
.mainBox
{
  border-radius: 25px;
  border: 2px solid;
  padding: 20px;
	background-color:#eeeeee; /* monochromatic off-white */
}
.FldHdrYellow
{
  text-decoration: underline;
  color: #FFD700;
  font: 14px
  font-family: Arial;
  font-weight: 700;
}
.FixedWidth
{
  text-decoration: none;
  color: #000000;
  font: 14px;
  font-family: Fixed, monospace;
}
