body {
<!--  background-color: #ffeedd; -->
  background-color: #ffffee;
}

div {
  background-color: #ffffee;
  border: 0px solid #000000;
  padding-bottom: 12pt;
  padding-top: 2pt;
  padding-left: 3pt;
  padding-right: 2pt;
  margin: 1px;
}

div.head {
  width: auto;
  border: 0px solid #000000;
  background-color: #ffffee;

}

div.nav{
  float: left;
  width: 20%;
}
div.main{
  float: left;
  width: 76%;
}
div.fullmain{
  background-color: #ffffee;
  margin: 1px;
  padding-top: 0pt;
  width: auto;
}
div.background{
  width: auto;
  background-color: #ffffee;
}
div.spphoto{
  float: right;
  border-style: none;
  margin: 3px;
  padding-bottom:0pt;
}
div.shade{
  background-color: #ffffee;
  margin: 1px;
  padding-bottom:0pt;
}
applet {
  margin: 0px;
}

A:link {
  text-decoration: none
  }
A:visited {
  text-decoration: none
  }
A:active {
  text-decoration: none
  }
A:hover {
  text-decoration: underline; color: red;
  }

h1 {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 18pt;
  margin-top: 5pt;
  margin-bottom: 1pt;
}

h1.c {
  text-align: center;
}

h2 {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 16pt;
  margin-top: 5pt;
  margin-bottom: 3pt;
}

h3 {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 14pt;
  margin-top: 5pt;
  margin-bottom: 3pt;
}

h4 {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 13pt;
  margin-top: 5pt;
  margin-bottom: 1pt;
}

h5 {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 12pt;
  margin-top: 5pt;
  margin-bottom: 1pt;
}

ul.toc {
  font-weight: normal;
}
ol.I{
  list-style-type: upper-roman;
}
ol.A{
  list-style-type: upper-alpha;
}
ol.x1{
  list-style-type: decimal;
}
ol.a{
  list-style-type: lower-alpha;
}
ol.i{
  list-style-type: lower-roman;
}
li {
  font-size: 12pt;
  font-family: Futura Lt BT, 'Futura Lt BT';
  margin-top: 2pt;
  margin-bottom: 4pt;
}
li.toc {
  margin-left: -1em;
}
li.none{
  list-style: none;
}
li.body{
  text-indent: -3em;
  list-style: none;
}
li.toc1 {
  list-style: none;
  font-size: 13pt;
  font-weight: bold;
  margin-top: 2pt;
  margin-bottom: 4pt;
}
li.toc2 {
  list-style: none;
  font-size: 11pt;
  margin-top: 2pt;
  margin-bottom: 1pt;
}
li.toc3 {
  list-style: none;
  font-size: 10pt;
  font-weight: normal;
  margin-top: 1pt;
  margin-bottom: 1pt;
}
li.toc4 {
  list-style: none;
  font-size: 9pt;
}
li.toclist {
  list-style: none;
  font-size: 11pt;
}
li.sidenav {
  list-style: none;
  font-size: 12pt;
  font-family: Futura Lt BT, 'Futura Lt BT';
  font-weight: bold;
  margin-left: -2em;
  margin-top: 4pt;
  margin-bottom: 7pt;
}
dl {
  font-family: Futura Lt BT, 'Futura Lt BT';
  font-size: 12pt;
}
dt {
  font-family: Futura Lt BT, 'Futura Lt BT';
  font-weight: bold;
  font-size: 12pt;
}
dd {
  font-family: Futura Lt BT, 'Futura Lt BT';
  font-size: 10pt;
}
dl.footnote {
  margin-left: 1em;
  font-size: 10pt;
}
table.texttable {
  margin-left: auto;
  margin-right: auto;
  font-family: Futura Lt BT, 'Futura Lt BT';
  font-size: 12pt;
  border: 2px solid;
  border-collapse: collapse;
  empty-cells: show;
  padding: 0;
  margin-bottom: 10pt;
}

table.maptable {
  font-family: Futura Lt BT, 'Futura Lt BT';
  font-size: 12pt;
  border: 1px black solid;
  border-collapse: collapse;
  empty-cells: show;
  padding: 0;
  margin-bottom: 9pt;
}

td.gray {
  background-color: #e0e0e0;
}

td.t {
  border: 1px black solid;
}

td.tmap {
  vertical-align: middle;
  border: 1px black solid;
}

td.tmenu {
  vertical-align: top;
  text-align: center;
  border: 3px black solid;
}

td.tmessage {
  text-align: left;
  vertical-align: top;
  border: 0px black solid;
}

td.tc {
  text-align: center;
  vertical-align: middle;
  border: 1px black solid;
}
td.tb {
  vertical-align: top;
  border: 1px black solid;
  font-weight: bold;
}
td.ti {
  vertical-align: top;
  border: 1px black solid;
  font-style: italic;
}

td.tbi {
  vertical-align: top;
  border: 1px black solid;
  font-weight: bold;
  font-style: italic;
}

td.tgray {
  vertical-align: top;
  border: 1px black solid;
  background-color: #CCCCCC;
  padding-left: 5pt;
  padding-right: 5pt;
}

th.t {
  border: 1px black solid;
  background-color: #f0f0f0;
}

td.t_line {
  vertical-align: top;
  border: 1px solid;
}

td.ttop {
  vertical-align: top;
  border: 0px black solid;
}


p {
  font-size: 12pt;
  font-family: Futura Lt BT, 'Futura Lt BT';
  margin-top: 4pt;
  margin-bottom: 6pt;
  text-indent: 0em;
}

p.left15 {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 15pt;
  text-align: left
  margin-top: 5pt;
  margin-bottom: 1pt;
}

p.left14 {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 14pt;
  text-align: left;
  margin-top: 4pt;
  margin-bottom: 6pt;
}

p.cent14 {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 14pt;
  text-align: center;
  margin-top: 4pt;
  margin-bottom: 6pt;
}

p.left13 {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 13pt;
  text-align: left;
  margin-top: 2pt;
  margin-bottom: 3pt;
}

p.cent13 {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 13pt;
  text-align: center;
  margin-top: 4pt;
  margin-bottom: 4pt;
}

p.cent11 {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 11pt;
  text-align: center;
  margin-top: 4pt;
  margin-bottom: 4pt;
}

p.left11 {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 11pt;
  text-align: left;
  margin-top: 1pt;
  margin-bottom: 1pt;
  text-indent: 0em;
}

p.right11 {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 11pt;
  text-align: right;
  margin-top: 1pt;
  margin-bottom: 1pt;
  text-indent: 0em;
}

p.left10 {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 10pt;
  text-align: left;
  margin-top: 1pt;
  margin-bottom: 1pt;
  text-indent: 0em;
}

p.right10 {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 10pt;
  text-align: right;
  margin-top: 1pt;
  margin-bottom: 1pt;
  text-indent: 0em;
}

<!-- Not Sure -->
p.strong {
  font-size: 13pt;
  font-weight: bold;
}
p.block{
  margin-left: 3em;
  margin-right: 3em;
}
p.c{
  text-align: center;
}
p.small{
  font-size: 9pt;
}
p.smalllegend{
  font-size: 8pt;
  margin-top: 1pt;
  margin-bottom: 0pt;
}
p.csmall{
  text-align: center;
  font-size: 9pt;
}

p.error{
  font-size: 18pt;
  text-align: center;
  color: #ff0000;
}
p.ref {
  text-indent: -3em;
  margin-left: 3em;
  font-size: 11pt;
}
p.footnote{
  margin-bottom: 0pt;
  margin-left: 2em;
  font-size: 10pt;
  margin-bottom: 10pt;
}
p.footer{
  font-size: 10pt
}
p.figure{
  text-align: center;
}
p.tabletitle{
  margin-top: 12pt;
}
p.blockquote{
  margin-left: 3em;
  margin-right: 3em;
  font-style: italic;
}
p.blockcite{
  text-align: right;
}

address{
  font-family: Futura Lt BT, 'Futura Lt BT';
  font-size: 10pt
}
img{
  border: 0;
}
span.strong{
  font-weight: bold;
}
span.italic{
  font-style: italic;
}
span.underline{
  text-decoration: underline;
}
span.strongitalic{
  font-weight: bold;
  font-style: italic;
}
span.strongunderline{
  font-weight: bold;
  text-decoration: underline;
}
span.strongitalicunderline{
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}
span.italicunderline{
  font-style: italic;
  text-decoration: underline;
}
span.tabletitle{
  font-weight: bold;
  font-size: 12pt;
}
span.tableextra{
  font-style: italic;
  font-size: 10pt;
}

.dropcap  {
        font: 275%/100% serif;
        color: #555555;
        margin-right -3px;
        }

.firstletter {
        font: 275%/100% serif;
        color: #555555;
        float: left;
}

<!-- Added 04/24/2006 -->
p.strong_blue {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  color: blue;
  margin-left: 10px;
  margin-right: 8px;
}

p.whiteblock{
  font-size: 12pt;
  font-weight: bold;
  margin-top: 4pt;
  margin-bottom: 6pt;
  margin-right: 22pt;
  margin-left: 22pt;
  text-indent: 0em;
  color: white;
}

p.yellowblock{
  font-size: 11pt;
  font-family: arial, 'lucida console', sans-serif;
  font-weight: bold;
  margin-top: 4pt;
  margin-bottom: 6pt;
  margin-right: 22pt;
  margin-left: 22pt;
  text-indent: 0em;
  color: yellow;
}

p.grayblock{
  font-size: 11pt;
  font-family: arial, 'lucida console', sans-serif;
  font-weight: bold;
  margin-top: 4pt;
  margin-bottom: 6pt;
  margin-right: 22pt;
  margin-left: 22pt;
  text-indent: 0em;
  color: gray;
}

<!-- It's Not Clear if the Styles Below Here Have Been Used -->
a.menuLink {
        display: block;
        padding: 2px 5px;
        border-top: 1px solid #cccccc
        }

a.menuLink:link {
        color: #000000;
        text-decoration: none
        }

a.menuLink:visited {
        color: #000000;
        text-decoration: none
        }

a.menuLink:hover {
        color: #ffffff;
        background-color: #000000;
        text-decoration: none
        }

a.menuLink:active {
        color: #ffffff;
        text-decoration: none;
        background-color: #cc0000;
        }

.menuDrop {
        color: #999999;
        font-size: 10px;
        font-family: arial, Helvetica, sans-serif;
        background-color: #ffffff;
        background-repeat: repeat;
        visibility: hidden;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 1000;
        top: 60px;
        left: 0;
        width: 175px;
        height: auto;
        border-style: solid;
        border-width: 0 1px 1px;
        border-color: #003365
        }

p.strongcent {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 18pt;
  font-weight: bold;
  color: red:
  text-align: center;
  margin-top: 5pt;
  margin-bottom: 1pt;
}

p.bigstrongleft {
  font-family: Lucida Grande, 'Futura Lt BT';
  font-size: 15pt;
  text-align: left
  margin-top: 5pt;
  margin-bottom: 1pt;
  font-weight: bold;
}
