<!--
.remove
  {
    display: none
  }

BODY
  {
    font-family: "Arial","Helvetica";
    font-size: 13px;
    background-color: white;
    color: #003366;
  }

h1
  {
    page-break-after: avoid;
    font-size: 18.0pt;
    font-family:"Arial","Helvetica";
    font-weight: bold;
    text-align: left;
    color: #003366;
  }

h2
  {
    page-break-after: avoid;
    font-size: 14.0pt;
    font-family: "Arial","Helvetica";
    color: #003366;
  }

h3
  {
    page-break-after: avoid;
    font-size: 12pt;
    font-family: "Arial","Helvetica";
    color: #003366;
  }

h4
  {
    page-break-after: avoid;
    margin-top: .6em;
    font-size: 12pt;
    font-family: "Arial","Helvetica";
    font-weight: bold;
    color: #003366;
  }

li
  {
    text-align: left;
    margin-top: .3em;
    margin-bottom: .6em;
    font-family: "Arial","Helvetica";
    font-size: 10pt;
    color: #003366;
  }

p
  {
    font-size: 13px;
    text-align: left;
    text-decoration: none;
    color: #003366;
  }

p.picture
  {
    font-family: "Arial","Helvetica";
    font-size: 10pt;
    color: #003366;
    margin-top: .6em;
    margin-bottom: .6em;
    text-align: center;
    text-decoration: none;
  }

td
  {
    vertical-align: top;
    font-family: "Arial","Helvetica";
    font-size: 10pt;
    color: #003366;
    margin-top: 0em;
    margin-bottom: 0em;
    text-align: left;
    text-decoration: none;
  }
-->