body, td, th
  {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
  }

h1, h2, h3
  {
    color: ##000099;
    font-weight: bold;
  }

h4, h5, h6
  {
    color: #000099;
    font-weight: normal;
  }

a
  {
    color: ##000099; text-decoration: underline;
  }
 
a:link
  {
    color: ##000099; text-decoration: underline;
  }

a:hover
  {
    color: ##000099; text-decoration: underline;
  }

body
  {
    background-color: #ffffff;
  }

.outline
  {
    border-left: 1px dotted #667788;
    border-right: 1px dotted #667788;
  }

#content
  {
    color: #333333;
    line-height: 1.4em;
    text-align: justify;
    padding: 10px 10px;
  }

#menu
  {
    
    margin: 0px 0px 0px 0px;
    padding: 3px 3px;
    font-size: 8pt;
    border-top: 1px solid #000000;
  }

#submenu
  {
    text-align: right;
    margin: 70% 0px 0px 54%;
    padding: 0px 0px;
    font-size: 7pt;
    position: absolute;
    line-height: 2.4em;
  }
  
#hierarchical_menu
  {
    text-align: left;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px;
    font-size: 7pt;
    position: absolute;
    line-height: 2.4em;
    list-style: none;
  }
  
#footer  
  {
    color: ##999999; 
    font-size: 7pt;
  }
