BODY, TD
{
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  font-family: "arial","verdana","geneva","helvetica","sans-serif";
}

P
{
  margin-top: 11px;
  margin-bottom: 11px;
}

B
{
  font-size: 11px;
  font-family: "arial","verdana","geneva","helvetica","sans-serif";
  font-weight: bold;
}

.Code
{
  font-family: monospace;
  font-size: 11px;
  color: #7A7A7A;
}

.HiLite
{
  font-size: 11px;
  font-family: "arial","verdana","geneva","helvetica","sans-serif";
  font-weight: normal;
  color: #FF3300;
}

.HiLiteEx
{
  background-color: #ff3300;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  font-family: "arial","verdana","geneva","helvetica","sans-serif";
  color: #ffff00;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  margin: 1px;
  border: 1px;
}

.HiLiteExLinks { color: #ffff00; }

.Small
{
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  font-family: "arial","verdana","geneva","helvetica","sans-serif";
}

.DropCap 
{
  font-family: "arial","verdana","geneva","helvetica","sans-serif";
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  width: 24px;
  float: left; 
}

.Fields
{
  background-color: #FAFAD7;
  color: #000000;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  font-family: "arial","verdana","geneva","helvetica","sans-serif";
  border-color: #ffce00;
  border-style: solid;
}

.Fields:focus
{
  border-color: #ff3300;
  border-style: solid;
}

.Button
{
  background-color: #ff3300;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  font-family: "arial","verdana","geneva","helvetica","sans-serif";
  color: #ffff00;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  margin: 1px;
  border: 1px;
  border-style: outset;
  cursor: pointer;
}

.GrayRow        { background: #dddddd; }
.DarkRedRow     { background: #900000; }
.RedRow         { background: #ff3300; }
.LightRedRow    { background: #ff6600; }
.OrangeRow      { background: #ff9900; }
.DarkGreenRow   { background: #009000; }
.GreenRow       { background: #99cc66; }
.LightYellowRow { background: #fafad7; }
.YellowRow      { background: #ffce00; }
.WhiteRow       { background: #ffffff; }
.BlackRow       { background: #000000; }

.CellHeader
{
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  font-family: "arial","verdana","geneva","helvetica","sans-serif";
  background: #ffffff;
}

.CellBody
{
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  font-family: "arial","verdana","geneva","helvetica","sans-serif";
  background: #ffffff;
}

