.BodyClass
{
  background-color: gray;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.MainHdrBar
{
  font-size: 24pt;
  font-weight: bold;
  font-style: italic;
  color: white;
  background-image: url(images/striped_background.gif);
  text-align: left;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  border-bottom: 2px solid DarkOrange;
  height: 60px;
}
.MenuItem
{
  font-size: 10pt;
  font-weight: normal;
  color: white;
  text-decoration: none;
  text-align: center;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  border-left: 2px outset RoyalBlue;
  height: 20px;
}
.MenuItem:hover
{
  font-size: 10pt;
  font-weight: normal;
  color: yellow;
  text-decoration: none;
  background-color: black;
  text-align: center;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  border-left: 2px outset RoyalBlue;
  height: 20px;
}
.PageTitle
{
  font-size: 10pt;
  font-weight: bold;
  color: royalblue;
  text-decoration: none;
  background-color: darkorange;
  text-align: center;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  border-bottom: 2px solid RoyalBlue;
  height: 20px;
}
.MajorHead
{
  font-size: 14pt;
  font-weight: bold;
  color: royalblue;
  text-decoration: none;
  background-color: white;
  font-family:Verdana,Arial,Helvetica,sans-serif;
}
.SubHead
{
  font-size: 10pt;
  font-weight: bold;
  color: royalblue;
  text-decoration: none;
  background-color: white;
  font-family:Verdana,Arial,Helvetica,sans-serif;
}
.InputField
{
  font-size: 8pt;
  font-weight: normal;
  color: black;
  text-decoration: none;
  font-family:Verdana,Arial,Helvetica,sans-serif;
}
.TableHdr
{
  font-size: 10pt;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background-color: black;
  font-family:Verdana,Arial,Helvetica,sans-serif;
}
.TableCell
{
  font-size: 10pt;
  font-weight: normal;
  color: black;
  text-decoration: none;
  background-color: white;
  font-family:Verdana,Arial,Helvetica,sans-serif;
}
.AsteriskMsg
{
  font-size: 7pt;
  font-weight: normal;
  text-decoration: none;
  color: red;
}
