body {
  color:#999999;	
  background-color:#595959;
  font-family:verdana, sans-serif;
  font-size:12pt;
  text-align:center;
  padding:0px;
}

img {
  border:none;
}

table {
  border:none;
  border-collapse:collapse;
  padding:0px;
}

table.main {	
  border-style:solid;
  border-top-width :0px; 
  border-right-width:0px; 
  border-bottom-width:0px; 
  border-left-width:0px;
  width:780px;
  empty-cells:show; 
}

table.footer{
  background-color:#E6E6E6;
  width:780;
}

th {
  border:none;
  padding:0px;
  color:#E6E6E6;
  background-color:#E6E6E6;
}

th.left_border{
  background-image: url(../images/gradient_left.gif); 
  background-repeat: repeat-y;
  width:10px;
}  

th.right_border{
  background-image: url(../images/gradient_right.gif); 
  background-repeat: repeat-y;
  width:10px;
}

td {
  padding:0px;
  border:0px;
  text-align:left;
  background-color:#FFFFFF;
}

td.footer {
  background-color:#CCCCCC;
  padding:0px;
}

td.footer_text {
  background-color:#CCCCCC;
  padding:0px;
  font-size:11px;
  text-align:left;
  vertical-align:top;
}

td.footer_terms {
  background-color:#CCCCCC;
  padding-left:14px;
  font-size:11px;
  text-align:left;
  vertical-align:top;
}

td.footer_filler {
  background-color:#CCCCCC;
}

td.footer_copy {
  vertical-align:top;
  background-image: url(../images/footer_copy.gif);
}

div.footer_copy_text {
  color:#807E7E;
  font-size:11px;
  text-align:right;
  padding-right:14px;
}

td.divider{
  padding:0px;
  vertical-align:top;
  background-image: url(../images/divider.gif);
  background-repeat:repeat-y;
}

a{   
  text-decoration: none; 
  border:none;
  background-color:#FFFFFF;
  font-weight:normal;
}

a.bold{
  font-weight:bold;
}

a:hover {
  text-decoration:underline;
}

a.footer{
  text-decoration:none;
  color:#807E7E;
  font-size:8pt;
  background-color:#CCCCCC;
}

a.footer:hover {
  text-decoration:underline;
}

p {
  text-align:left;
  line-height:1.5;
}

div.last{
  border-style:solid;
  border:0px; 
  border-bottom-width:4px;
  border-color:#DC0D20;
}
