body {
  font-size: 10pt;
  font-family:  sans-serif;
} 

td {
  font-family: sans-serif;
  font-size: 10pt;
}
p {
  font-family: sans-serif;
  font-size: 10pt;
}

 pre {text-indent: 30px}

  #tabmenu {
    color: #000;
    border-bottom: 2px solid black;
    margin: 12px 0px 0px 0px;
    padding: 0px;
    z-index: 1;
    padding-left: 0px
    align:left;
    }

  #tabmenu li {
    font-weight:bold;
    display: inline;
    overflow: hidden;
    list-style-type: none; }

  #tabmenu a, a.active {
    color: #DEDECF;
    background: #898B5E;
    font: bold 1em;
    border: 2px solid black;
    padding: 2px 5px 0px 5px;
    margin: 0px;
    text-decoration: none; }

  #tabmenu a.active {
    background: #ABAD85;
    border-bottom: 3px solid #ABAD85; }

  #tabmenu a:hover {
    color: #fff;
    background: #ADC09F; }

  #tabmenu a:visited {
    color: #E8E9BE; }

  #tabmenu a.active:hover {
    background: #ABAD85;
    color: #DEDECF; }

  #content {
    font-weight: 8pt;
    text-align: justify;
    background: #ffffff;
    padding: 10px;
    border: 2px solid black;
    border-top: none;
    z-index: 2; }

  #content a {
    text-decoration: none;
    color: #333399; }

  #content a:hover { text-decoration: underline; }






h1 { 
  font-size : 10pt;
  font-weight : bold;
  color : #000000;
}
h2 { 
  font-size : 10pt;
  font-weight : bold;
  color : #000000;
}
h3 { 
  font-size : 10pt;
  font-weight : bold;
  color : #000000;
}
h4 { 
  font-size : 8pt;
  font-weight : bold;
  color : #000000;
}


