BODY {
  background-color: #303030;
  padding: 12px 0px 0px 0px;
}

h1, h2, h3, h4 {
  margin: 0px;
  padding: 0px;
  color: #660000;
}

a:link {color: #990000; text-decoration: none; }
a:visited {color: #990000; text-decoration: none; }
a:hover {color: #990000; text-decoration: underline; }
a:active {color: #990000; }

TD {
  font: 10pt verdana, arial, sans-serif;
  color: #333333;
  margin: 0px;
  line-height: 1.4;
}


.wrap {
  background-color: #ffffff;
  padding: 0px;
  width: 850px;
}


.head {
  width: 850px;
  height: 222px;
}

.address {
  background-color: #dcdcdc;
  padding: 8px;
  font-size: 8pt;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #000000;
  width: 850px;

}

.links {
  padding: 4px 0px 4px 0px;
  text-align: center;
  font-weight: bold;
}

.content { 
  padding: 20px 42px 20px 42px;
}

.footbar {
  border-top: 1px solid #ffffff;
  background-color: #6C708A;
  padding: 0px;
  height: 10px;
}

.link {
  text-align: center;
  padding: 2px 8px 2px 8px;
  border-right: 1px solid #cccccc;
}

.last-link {
  text-align: center;
  padding: 2px 8px 2px 8px;
}

li
{
padding: 6px 0px 3px 0px;
margin: 0;
}
 

.credit {
  color: #999;
  font-size: 7pt;
  padding: 12px;
  text-align: center;
}

.credit a:link, .credit a:visited {
  color: #666;
  text-decoration: underline;
}