body
{
  font-family: verdana;
  font-size: 12px;
  line-height: 18px;
  margin: 0px 8px 0px 0px;
  background-color: #ffffff;
}

form
{
  margin: 0px;
}

td
{
  font-family: verdana;
  font-size: 12px;
  line-height: 18px;
}

table.main-container
{
  width: 702px;
  background-color: #ffffff;
  height: 100%;
}

td.main-container-primary
{
  width: 702px;
  background-color: #ffffff;
  height: 100%;
}

td.main-container-footer
{
  height: 20px;
}

table.footer-table
{
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  border-top: 1px solid #e0e0e0;
  color: #818181;
}

table.footer-table td
{
  font-size: 11px;
}

td.content
{
  vertical-align: top;
  padding-top: 8px;
  padding-left: 12px;
  padding-bottom: 17px;
}

div.button
{
  padding-top: 2px;
  padding-bottom: 2px;
}

a
{
  color: #666666;
  text-decoration: underline;
}
a:hover
{
  color: #999999;
  text-decoration: underline;
}

@media print {
table.main-container
{
  width: 502px;
  background-color: #ffffff;
}

td.content
{
  width: 660px;
}

td.sidebar
{
  display: none;
  width: 0px;
}
}
