/*
body{
  	font-size:0.8em;
  	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  	margin:0px;
  	padding:0px;
  }
  img{
  	border:0px;
  }
  th{
  	font-weight:bold;
  	color:#000;
  	background-color:#E2EBED;
  }
  td{
  	padding:2px;
  }
/ *  table{
  	border:1px solid #000;
  	border-collapse: collapse;
  }
  h1{
  	font-size:1.3em;
  	margin-bottom:0px;
  }
  table,h1,p,#ads{
  	margin-left:10px;
  }
  #ads{
  	margin-top:20px;
  }
* /  
  /* These classes are used by the script as rollover effect for table 1 and 2 * /
  
  .tableRollOverEffect1{
  	background-color:#FFBBBB;
  	color:#000;
  }

  .tableRowClickEffect1{
  	background-color:#FF5555;
  	color:#000;
  }



  .tableRollOverEffect2{
  	background-color:#000;
  	color:#00F;
  }
  
  .tableRowClickEffect2{
  	background-color:#00F;
  	color:#FFF;
  }
*/