/* CSS Document */

.table{
 border: solid 2px #A97655; 
 width : 90%; 
 height : auto;
 }
 .table1{
 border: solid 2px #A97655; 
 width : auto; 
 height : auto; 
 }
 .table3{
 border: solid 0px; 
 width : 90%; 
  }
 .table2{
border:solid 2px #AA0000;
width: 100%;		 
	}
	
.tables{
 border: solid 2px #FF0000;
  width : 100%;
   height : 180px; 
   }
   .table_{
   width:auto;
   height:auto;
        } 
.td{
	border: solid 2px #A97655;
	vertical-align:text-top;
	vertical-align:top;
	font: normal normal 14px Calligraph421 BT, verdana, times new roman;	
}  
.td2{ 
border: solid 2px #AA0000; 
}  
.tds{ 
border: solid 2px #FF0000;
 }  