body
{
  font-family: 'Helvetica';
  font-size: 10pt;

  color: #808080;
  padding: 10px;

  background-repeat: no-repeat;
  background-position: 95px 0px;
  background-color: black;
}

p
{
  font-family: 'Helvetica';
  font-size: 10pt;

  color: #808080;
}

#header
{
  font-size: 14pt;

  margin-bottom: 2em;
  letter-spacing: 6pt;
}

#address
{
  font-size: 8pt;
}

#address table
{
  margin-top: 0.5em;
}

#address th, #address td
{
  padding: 0;
  margin: 0;

  font-size: 8pt;
  font-weight: normal;
  text-align: left;
}

#address th
{
  padding-right: 0.51em;
}

#navigation
{
  margin: 4em 0 0 0;
}

#content
{
  position: absolute;
  top: 80px;
  left: 350px;
  width: 400;
  height: 280;
  overflow: auto;
  padding: 5px 5px 0 5px;
  color: #a0a0a0;

  font-size: 14pt;
}

#content a
{
  color: #a0a0a0;
}

#content ul
{
  line-height: 2em;
}

#footer
{
  position: absolute;
  top: 600px;
  color: #A0A0A0;
  font-size: 8pt;
}

img
{
  border: 2px #808080 solid;
  filter:Alpha(opacity=100, finishopacity=75, style=3)
}

a
{
  color: #808080;
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}



