body,table, tr, td,th 
  {
    font-family: Didot;
    font-size: 18px;
    padding:0px; 
    margin: 0px;
  }
a 
  {
	  font-family: didot;
  }
a:link 
  {
	  text-decoration: none;
	  color: #000000;
  }
a:visited 
  {
	  text-decoration: none;
	  color: #000000;
  }
a:hover 
  {
	  text-decoration: none;
    color: #FFFFFF;
  }
a:active 
  {
	  text-decoration: none;
	  color: #FFFFFF;
  }
body 
  {
	  background-color: #101010;
  }
img 
  {
    vertical-align: middle;
  }
img.tn 
  {
    border-style: solid; 
    border-width: 1px; 
    border-color: #000000; 
    max-height: 120px; 
    max-width: 120px;
    margin: 7px;
  }
span.style1 
  {
    color: #FFFFFF; 
    font-weight: bold;
    font-size: 20px;
  }
span.style2 
  {
    color: #FFFFFF; 
    font-weight: bold
  }
table 
  {
    table-layout: fixed;
  }
td.left
  {
    width: 755px;
  }
td.line_hor 
  {
    font-size: 1px; 
    max-height: 1px; 
  }
td.line_ver 
  {
    font-size: 1px; 
    width: 11px; 
  }
td.right_home 
  { 
    width: 234px;
    max-width: 234px;
    padding: 10px 0px 10px 0px; 
    vertical-align: middle;
  }
td.right_pp 
  {
    width: 234px;
    max-width: 234px;
    padding: 20px 0px 10px 0px; 
    vertical-align: top;
  }
td.top
  {
    padding: 5px 5px 5px 7px;
  }