body {
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  font-size: 11pt;
  color: white;
  background-image:url(green.jpg);
  }
h1 {
  color: #663300;
  margin: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  }
h2 {
  color: #669999;
  margin: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  }
h3 {
  color: #669999;
  margin: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
  font-weight: bold;
  font-style: italic;
  }
p {
  margin: 6px 0px;
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  font-size: 10pt;
  color: #663300;
  font-style: normal;
  text-align: justify;
  }
p.copyright {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: gray;
  font-size: 8pt;
  text-align: right;
  }
p.issue {
  margin: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #669999;
  font-size: 8pt;
  text-align: right;
  font-style: italic;
  border-top: thin groove;
  }
p.printable {
  margin: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #669999;
  font-size: 8pt;
  text-align: left;
  font-style: italic;
  border-top: thin groove;
  }
p.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #669999;
  font-size: 8pt;
  text-align: center;
  }

a:link, a:visited {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #669999;
  font-size: 8pt;
  text-decoration: none;
  }
a:hover { 
  color: white;
  }
ol {
  list-style-type: none;
  }
ol li { 
  color: #669999;
  text-align: justify;
  font-size: 9pt;
  font-style: italic;
  margin: -1em 1em 1.5em -3em;
  }
div.image { 
  font-size: 80%;
  font-family: Verdana, Arial, sans-serif;
  color: #669999;
  font-style: italic;
  text-align: center; }

