body {
  background-color: #000000;
  font: 9pt verdana, sans-serif;
  padding: 0px;
}
p.txt {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0px;
  letter-spacing: 1px;
}

p.txtb {
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}

p.right {
  align: right;
}


#overall {
  border: 0px solid;
  margin: 0px auto;
  margin-top: 0px;
  text-align: left;
  padding: 9px;
  max-width: 900px;
  min-width: 600px; 
  background: #303030;
  color: #FFFFFF;
  text-decoration: none;
/*  font-weight: bold; */
}

#txtbody {
  background: #FF0000;
  color: #000000;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

a  {
  text-decoration: none;
  color: #6FC3FF
  }

a:hover {
  text-decoration: underline;
}

#overall h1 {
  font-size: 9pt;
  padding: 0px;
  text-align: left;
  margin: 0px 0px 0px 0px;
  color: #FF0000;
  letter-spacing: 1px;

}

#overall h2 {
  font-size: 12pt;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  color: #000000;
}

#overall li {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 1px;
  letter-spacing: 1px;
}








div.links
{
width:100%;
margin:0px;
border:1px solid gray;
line-height:150%;
}
div.header,div.footer
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
}
h1.header
{
padding:0;
margin:0;
}
div.left
{
float:left;
width:180px;
margin:0;
padding:1em;
}
div.middle
{
margin-left:210px;
border-left:1px solid gray;
width=180px;
padding:1em;
}
div.right
{
position:relative;
left:420px;
top:-295px;
border-left:1px solid gray;
width=130px;
padding:1em;
}

