.TFtable{
		width:100%; 
		border-collapse:collapse; 
	}

.TFtable th{
	background: 	 #d2e9ee;
	padding:7px; border:  #fdfefe  2px solid;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	}



.TFtable td{ 
		padding:7px; border:  #fdfefe  1px solid;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-style: normal;
}

	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable tr{
		background: #fdfefe  ;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #DCE1EB;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #d2e9ee;
	}

.TFtable tr:hover {
          background-color: #FFA366;
	 //   zoom:150%;


	//-webkit-transform: scale(1);
  	//-moz-transform:    scale(1);
  	//-ms-transform:     scale(1);
  	//-o-transform:      scale(1);
  	//transform:         scale(1);     
  	/margin-right:20px;



        }


h3 {
    font-family: "Arial";
}