<!--
body {
  background-color: #ffffff;
  color: black;
  font-family: arial;
}
b {
  font-weight: bold;
  font-size: 12pt;
}
h1.center {
  text-align: center;
}
td {
  font-family: arial;
  font-weight: normal;
  font-size: 12pt;
}
td.center {
  text-align: center;
}
td.right {
  text-align: right;
}
td.bline {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: black;
  width: 50px;
}
td.tlline {
  border-width: 1px 0px 0px 1px;
  border-style: solid;
  border-color: black;
  height: 25px;
  width: 25px;
}
td.trline {
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: black;
  height: 25px;
  width: 25px;
}
td.blline {
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: black;
  height: 25px;
  width: 25px;
}
td.brline {
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: black;
  height: 25px;
  width: 25px;
}
td.rline {
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  border-color: black;
}
td.javamiddle {
  width: 330;
}
td.javatext {
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: black;
  padding: 0px 25px 0px 25px;
  width: 330px;
  text-align: left;
}
div.java {
  position: absolute;
  top: 78px;
  left: 138px;
}
img.logo {
  position: absolute;
  top: 10px;
  left: 10px;
}
div.javamenu {
  vertical-align: text-top;
  text-align: left;
  font-family: arial;
  font-weight: normal;
  font-size: 16pt;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 90px;
  left: 10px;
}
div.email {
  vertical-align: text-top;
  font-family: arial;
  font-weight: normal;
  font-size: 16pt;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 260px;
  left: 10px;
}
div.copyright {
  vertical-align: text-top;
  font-family: arial;
  font-weight: normal;
  font-size: 8pt;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 95%;
  left: 85%;
}
a {
  text-decoration: none;
  color: black;
  font-family: arial;
  font-weight: normal;
  font-size: 12pt;
}
a:link {
color: black;
}
a:visited {
color: black;
}
a:active {
color: #2070f0;
}
a:hover {
color: #2070f0;
}
-->