html, body
{
  background-image: url(bg.gif);
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 50px 0;
}

.table_border
{
  border-color: #000;
  border-style: solid;
  border-width: 1px;
}

.td_border_bottom
{
  background-image: url(header_bg.gif);
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #FFF;
  font-weight: 700;
}

.td_border_top
{
  background-image: url(header_bg.gif);
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: 1px;
  color: #FFF;
  font-weight: 700;
}

.td_bg_white
{
  background-color: #FFF;
}

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

a:link, a:active, a:visited
{
  color: #FFF;
  text-decoration: none;
}

