@charset "iso-8859-1";

body {
  background: white;
  margin:0;
  padding: 0px 10px;
  font:small Verdana,Serif;
  color: black;
  }
a:link {
  color: green;
  text-decoration:none;
  }
a:visited {
  color: green;
  text-decoration:none;
  }
a:hover {
  color: purple;
  text-decoration: underline;
  }
a img {
  border-width:0;
  }
 a.super {
  font-size: x-small;
  vertical-align: super
  }

H1 {
  margin: 10px 0px 5px;
  font: 250% bold Garamond, Serif;
  color: black;
  border-bottom: medium double silver;
  }
H2, H3, H4 {
  margin-bottom: 0em;
  padding:0 0 4px;
  font-family: Georgia, Serif;
  color:#c60;
  }

TD { font-size: 11pt }
TH { font-size: 11pt }

UL { margin-top: 0em }




DIV.indent {margin-left: 2em }
DIV.footer {text-transform: capitalize }
