BODY  {
  background-color : #808080;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  color : Navy;
  margin-bottom : 0;
  margin-left : 0;
  margin-right : 0;
  margin-top : 0;
}

A:link {
  color : Blue;
  font-weight : bold;
  text-decoration : underline;
}

A:active {
  color : Maroon;
  font-weight : bold;
  text-decoration : underline;
}

A:visited {
  color : Blue;
  font-weight : bold;
  text-decoration : underline;
}

A:hover {
  color : Maroon;
  font-weight : bold;
  text-decoration : underline;
}

H1 {
  font-size : large;
  font-weight : bold;
  color : #4169E1;
  margin-bottom : 1px;
}

H2 {
  font-size : medium;
  font-weight : bold;
  color : #4169E1;
  margin-bottom : 1px;
}

H3 {
  font-size : small;
  font-weight : bold;
  color : #4169E1;
  margin-bottom : 1px;
}

H4 {
  font-size : x-small;
  font-weight : bold;
  color : #4169E1;
  margin-bottom : 1px;
}

P {
  margin-top: 5px;
  margin-bottom: 10px;
}

P.Indent {
  margin-left : 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}

P.Listing {
  font-family : "Courier New", Courier, monospace;
  font-size : 12px;
  margin-left : 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}

P.Message {
  font-size: 14px;
  font-weight: bold;
  margin-left : 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

LI {
  list-style-type: disc;
  margin-left: -15px;
  margin-top: 0px;
  margin-bottom: 1px;
}

TH {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  text-align : left;
  color : #4169E1;
  background-color: #99CCFF;
}

TD {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  color : Navy;
  vertical-align: top;
}

HR {
  color: #4169E1;
  line-height: 1px;
}

.Footer {
  background-color: #99CCFF;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10px;
}

.ContentBackground {
  background-color: #F0FFFF;
}

.FrameBackground {
  background-color: #99CCFF;
}
