a { 
  text-decoration: none;
  font-family: 'Courier New',Courier,serif;
  color: #000000;
  background-color: #FFFFFF;
}
a:link {
  color: #000000;
  background-color: #FFFFFF;
}
a:visited {
  color: #7F7F7F;
  background-color: #FFFFFF;
}
a:hover { 
  color: #000000;
  text-decoration: underline overline;
  background-color: #EFEFEF;
}
body {
  margin: 0pt;
  color: #000000;
  background-color: #FFFFFF;
}
h1 {
  font-family: 'Courier New',Courier,serif;
  letter-spacing: 20pt;
  color: #DFDFDF;
  background-color: #FFFFFF;
}
h2 {
  font-family: 'Courier New',Courier,serif;
  letter-spacing: 5pt;
}
p {
}
td {
  padding: 20pt;
}
td.header {
  text-align: right;
  vertical-align: middle;
  border-bottom: 1px gray solid;
  padding-top: 3pt;
  padding-bottom: 0pt;
}
td.index {
  border-right: 1px gray solid;
  vertical-align: top;
  width: 0%;
}
td.content {
  vertical-align: top;
  width: 100%;
}

td.footer {
  border-top: 1px gray solid;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  text-align: right;
}
table.site {
  width: 100%;
  height: 100%;
}
tr.content {
  height: 100%;
}
tr.topbottom {
  height: 0%;
}
