body {
  font-family: Arial, Helvetica, Swiss;
  background-color: #ffffff;
  margin-top: 15;
  margin-left: 10;
  margin-right: 15;
}

p, li {
  font-size: 10pt;
}

a {
  color: #ff9933;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div.header {
  position: absolute;
  left: 5;
  top: 18;
  set margain: 0px;
  border: solid;
  border-top: none;
  border-bottom: solid;
  border-left: none;
  border-right: none;
  border-width: 1;
  width: 700;
  border-color: #cccccc;
}

div.header-logo {
  position: absolute;
  left: 700;
  top: 10;
}

div.quote {
  position: absolute;
  left: 19;
  top: 54;
  width: 185;
  height: 100;
  font-size: 9pt;
  border: solid;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: solid;
  border-width: 1;
  border-color: #cccccc;
}

div.navigation {
  position: absolute;
  left: 2;
  top: 110;
}

div.main {
  position: absolute;
  left: 230;
  width: 400;
  top: 75;
}

div.subtitle {
  position: absolute;
  left: 202;
  top: 51;
}

h2, div.pagetitle {
  font-size: 16pt;
  font-color: #330066;
} 

div.body {
  position: absolute;
  left: 225;
  width: 500;
  top: 125;
}

div.footer {
  position: relative;
}  
