body {
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
}

p, div, a, table, object {
  color: #333333;
  font-size: 12pt;
  font-weight: normal;
  font-family: Arial, sans-serif;
  text-decoration: none;
  text-align: justify;
}

p, div {
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
}

p.title, p.title a, 
p.info, p.info a {
  font-size: 30pt;
  font-weight: bold;
}

p.info, p.info a {
  text-align: center;
}

p.menu a {
  color: #008000;
}

p.menu a:hover {
  text-decoration: underline;
}

table.page tr td {
  padding: 5px;
  text-align: center;
}

table.page tr td.content {
  width: 770px;
  vertical-align: top;
}

table.page tr.break td, 
table.page tr td.break {
  height: 30px;
}

td.link {
  width: 150px;
  background-color: #fcfcfc;
  vertical-align: top;
}

div#host, div#host a {
  font-size: 8pt;
  color: #000000;
}

div#host {
  margin: 20px;
  position: absolute;
  left: 0px;
  top: auto;
  height: 0px;
  width: 750px;
}