<!--
H1 H1 {font: bold 9pt/9pt Helvetica}

.title1 {
  font-size: 12pt;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 0.3em;
  float: right;
  color: red;
  }

.title2 {
  font-size: 11pt;
  font-weight: bold;
  }

.title3 {
  font-size: 10pt;
  font-weight: bolder;
  text-decoration: underline;
  }

.title4 {
  font-size: 9pt;
  font-weight: bold;
  }


A:link {
  text-decoration: none;
  font-weight: bold;
  color: #00008b;
       }

A:visited {
  text-decoration: none;
  color: #00008b;
  font-weight: bold;
    }

A:active {
  text-decoration: underline;
  color: #182080;
  font-weight: bold;
   }
                        
A:HOVER {
  text-decoration: underline;
  font-weight: bold;
  color: #182080
  }

body {
  color: #000000;
  background-color: #ADD8E6;
     background-image: url(/image/bg.jpg);
     background-repeat: no-repeat;
     background-attachment: fixed;
  margin-left: 0pt;
  margin-top: 0pt;
  margin-bottom: 0pt;
  margin-right: 0pt;
  font-family: verdana,sans-serif, monospace, serif;
  font-size: 12pt;
  text-align: justify;
     }

table {
  font-family: verdana,sans-serif,sans-serif, monospace, serif;
  font-size: 9pt;
  border-color: #FFFFFF;
      }

td {
  font-family: verdana,sans-serif,sans-serif, monospace, serif;
  font-size: 9pt;
  border-color: #FFFFFF;
   }

