

h1 {
    text-align: center;
    font-weight: bold;
    font-size: 32pt;
}


h2 {
    font-size: 26pt;
    font-weight: bold;
  }


h3 {
    font-size: 16pt;
    font-weight: bold;
  }


h4 {
    font-size: 13pt;
    font-weight: bold;
  }


h5 {
    font-size: 12pt;
    font-weight: bold;
  }


h6 {
    font-size: 11pt;
    font-weight: bold;
  }


p,li {
    font-family: "URW Gothic L", sans-serif ;
    font-size: 10pt;
  }


a:visited {
    color : #062E95;
  }


a:hover {
    background-color : #F9F9F9;
    color : red;
  }


div#footer {
    font-size:8pt;
  }


div#navitable {
    background-color : #868686;
    font-size : 10pt;
    text-align : center;
    vertical-align : middle;
  }


div#navitable td {
    width : 17pc;
  }


div#navitable a:hover {
    background-color : #F9F9F9;
    color : red;
    display : block;
  }


div#modeltable {
    font-size : 10pt;
  }


div#modeltable a:hover {
    background-color : #F9F9F9;
    color : red;
    display : block;
  }

div#modelinfo {
    font-size : 10pt;
    font-family: "URW Gothic L", sans-serif ;
  }

div#modelinfo th {
    text-align : center;
  }


div#searchTable {
    font-size : 10pt;
    font-weight: bold;
  }

pre {
    font-family: "URW Gothic L", sans-serif ;
    font-size: 10pt;
    font-weight: normal;
}

