
BODY {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #FFFFFF;
  background-image: url(images/BKGRND.JPG);
}

TABLE {
  font-family: "Comic Sans MS";
  color: navy;
  font-size: 8pt;
}

.frame {
  border-top: 1pt #999999 solid;
  border-right: 1pt #999999 solid;
  border-bottom: 1pt #999999 solid;
  border-left: 1pt #999999 solid;
}

.sml {
  font-size: 7pt;
}

.tiny {
  font-size: 6pt;
}

.nav {
  font-size: 7pt;
  font-family: Arial, sans-serif;
}

.address {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

h1 {
  font-size: 12pt;
}

h2 {
  font-size: 10pt;
}

h3 {
  font-size: 9pt;
}

A {
  color: blue;
  text-decoration: none;
}

A:visited {
  color: maroon;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

#footer {
  font-family: Arial, sans-serif;
  font-size: 8pt;
}

.doc {
  font-family: Arial, sans-serif;
  font-size: 8pt;
}

TH {
  text-align: center;
  background-color: #66FFFF;
}

BIG {
  font-size: 1.2em;
}

SMALL {
  font-size: 0.8em;
}

.pad5 LI {
  padding-top: 5px;
  padding-bottom: 5px;
}

.fill {
  font-family: Courier;
  font-size: 9pt;
}

.alert {
  font-family: Arial, sans-serif;
  font-size: 12pt;
  color: red;
  font-weight: bold;
}

.floleft {
  float: left;
}

.floright {
  float: right;
}

PRE {
  font-family: monospace;
  font-size: 11pt;
}

.fug {
  color: #E9E9E9;
  border-top: none;
  background-color: #E9E9E9;
  font-size: 1px;
  line-height: 1px;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

