BODY
  {
  color: black;
  background: white;
  }

BODY, TABLE, TD
  {
  font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  }

P.boldpoint
  {
  font-size:12pt;
  font-weight: bold;
  }

H1
  {
  color: #990033;
  font-size: 22pt;
  }

H2
  {
  color: #990033;
  font-size: 18pt;
  }

SPAN.subhead
  {
  color: #990033;
  font-size: 14pt;
  font-weight: bold;
  }

TD
  {
  vertical-align: top;
  }

A:link, A:visited
  {
  color: navy;
  }

A:active, A:hover
  {
  color:red;
  }


TD.boxhead
  {
  color: white;
  background: #6666aa;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  }

TD.boxbody
  {
  background: #ddeeff ;
  }

TD.colspacer
  {
  width: 20px;
  }

TD.sidebar
  {
  background: #ddeeff;
  font-size: 9pt;
  }

DIV.sidehead
  {
  color: white;
  background: #6666aa;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  padding: 4px ;
  }

DIV.sidebody
  {
  padding-left: 8px ;
  }

PRE
  {
  background-color: #ffeeee ;
  color: #660000;
  font-family: Courier New, Courier, Monospace;
  font-size: 9pt ;
  }

HR
  {
  color: #990000;
  background: #990000;
  height: 1px;
  }

INPUT.modern, SELECT.modern
  {
  border: solid black 1px;
  background: #ffeeee;
  }

/* ====================================================== */
/* Failsafe Navigation                                    */
/* ====================================================== */

DIV.failsafe
  {
  background: #990033 ;
  padding: 4px;
  margin-bottom: 10px;
  }

A.failsafenav
  {
  text-decoration: none;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: white ;
  padding: 4px;
  padding-top: 8px;
  }

A.failsafenav:visited
  {
  color: white;
  }

A.failsafenav:active, A.failsafenav:hover
  {
  background: white;
  color: #990033;
  }

DIV.failsafefooter
  {
  margin-top: 10px;
  padding: 4px;
  border-top: solid #990033 1px;
  font-size: 8pt;
  color: #990033;
  text-align: center;
  }
