BODY,TD
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  color: blue;
}

A
{
  color: red;
}

DIV.header-img
{
  float: left;
}

DIV.header-about
{
  height: 22px;
  margin-left: 103px;
  border-bottom: 1px solid #999999;
  text-align: right;
  padding-top: 30px;
  padding-bottom: 0px;
}

DIV.header-error
{
  clear: both;
  border: 1px solid #CC0000;
  color: #CC0000;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}

DIV.uberboard
{
  clear: both;
  text-align: center;
  padding: 1px;
  background: blue;
  color: white;
}

DIV.uberboard-link
{
  float: right;
}

DIV.uberboard-link A
{
  color: white;
}

DIV.account
{
  background: red;
  padding: 1px;
  color: white;
}

DIV.account-links
{
  float: right;
  white-space: nowrap;
}

DIV.account-links A
{
  color: white;
}

DIV.additional-links
{
  text-align: right;
}

DIV.main
{
  padding-left: 13.1em;
}

DIV.bar
{
  float: left;
  width: 12.2em;
}

DIV.box
{
  background: white;
  border: 1px solid #333399;
  margin-bottom: 7px;
}

DIV.box SPAN.title
{
  display: block;
  font-weight: bold;
  white-space: nowrap;
  background: blue;
  color: white;
  text-align: center;
  padding: 1px;
  margin-bottom: 2px;
}

DIV.box FORM
{
  margin: 3px;
}

OL.ttl
{
  padding-left: 2.4em;
  margin: 0;
}

OL.ttl LI SPAN
{
  display: block;
}

SPAN.more
{
  display: block; 
  text-align: right; 
  padding-right: 16px;
}

DIV.special-box
{
  border: 1px solid #CCCCCC;
  background: #EEEEEE;
  padding: 10px;
}

P.copyright
{
  text-align: center;
  font-style: italic;
}

