
* {
    font-family: "Bitstream Vera Sans", Verdana, Arial, sans-serif;
  }

a {
    color : #202020;
    text-decoration: none;
    border-bottom: 1px dashed #202020;
  }

body {
    background-color: white;
    margin: 2px;
    padding: 0;
  }

div {
    font-size: 10pt;
  }

dt,ul,ol,li {
    font-family: "Bitstream Vera Serif", Times New Roman, serif;
    font-size: 10pt;
  }

h1 {
    font-size: 20pt;
    font-weight: 400;
    padding: 0;
    margin: 0;
  }

h2 {
    font-size: 18pt;
    font-weight: 400;
    padding: 0;
    margin: 0;
  }

h3 {
    font-size: 16pt;
    font-weight: 400;
    padding: 0;
    margin: 0;
  }

h4 {
    font-size: 14pt;
    font-weight: 400;
    padding: 0;
    margin: 0;
  }

h5 {
    font-size: 12pt;
    font-weight: 400;
    padding: 0;
    margin: 0;
  }

h6 {
    font-size: 10pt;
    font-weight: 900;
    padding: 0;
    margin: 0;
  }

hr {
    border: 1px solid #3E5C92;
    margin: 0;
    padding:0;
  }

p {
    font-family: "Bitstream Vera Serif", Times New Roman, serif;
    font-size: 10pt;
    margin: 0px;
    line-height: 14pt;
    text-indent: 5pt;
  }

div.body {
    background-color: #E0E0E0;
    margin-left:auto;
    margin-right:auto;
    width: 770px;
    border: 2px solid #3E5C92;
  }

div.listitem {
    background-color: transparent;
    text-decoration: none;
  }

div.top {
    margin-left : auto;
    margin-right : auto;
    text-align: center;
    width: 760px;
    border: 2px solid #3E5C92;
    border-bottom: none;
  }

p.footer {
    color: #3E5C92;
    font-size: 10pt;
    line-height: 12pt;
    margin: 0;
    padding: 0;
  }

p.top {
    font-weight: bold;
    color: #3E5C92;
    font-size: 9pt;
    margin: 0;
    padding: 0;
  }

a:hover {
    text-decoration: none;
    border-bottom: 1px solid #202020;
  }

div.listitem:hover {
    background-color: white;
  }


