  * {
    font-family: Arial, Helvetica, sans-serif;
  }

  body {
    font-size: 11pt;
    background-color:  #ffffff;
    color: #000000;
    margin: 0cm 0cm 0.5cm 0cm;
    padding: 0cm;
  }
  
  a {
    text-decoration: none;
  }
  
  img {
    border: none;
    page-break-inside: avoid;
  }
  
  h1,
  .invisibleItem,
  #footer,
  #service,
  #serviceFooter,
  #siteIdentifier,
  #highlight,
  #navigation_main,
  #navigation_cross,
  #navigation_micro,
  #navigation_left {
    width: 0mm;
    margin: 0mm;
    display: none;
  }

  hr {
    clear: both;
  }

  div#content h2 {
    font-weight: bold;
    font-size: 14pt;
    padding: 4px 0px 5px 0px;
    margin: 4px 0px 5px 0px;
    page-break-after: avoid;
  }

  div#content h3 {
    font-weight: bold;
    margin: 8px 0px 0px 0px;
    page-break-after: avoid;
  }
  
  
  h3 {
    font-size: 11pt;
    font-weight: bold;
    letter-spacing: 0.4em;
    page-break-after: avoid;
  }
  
  h4 {
    font-size: 11pt;
    font-weight: bold;
    page-break-after: avoid;
  }
  
  h5 {
    font-size: 11pt;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    page-break-after: avoid;
  }
  
  select, input {
    font-size: 10pt;
    position: relative;
    top: -0.2em;
  }

  td#content table {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
  }

  td#content table th {
    text-align: left;
  }

  td#content table td, th {
    border-left: 1px solid black;
    border-top: 1px solid black;
    padding: 5px;
  }
  
  
  legend {
    display: none;
  }
  
  fieldset {
    border: none; 
  }
  
  #logo {
    clear: both;
    display: block;
    text-align: right;
  }
