.tat_table2  /* Style related to table*/
{ 
	width:100%;background-color:#fff;
}

.tr_token /* Style related to main category <tr> */ 
{ 
	background-color:#fff;
}

.tr_token_td  /* Style related to main category <td> */
{ 
	font-weight:bold;
	color:#000;
	font-family:Calibri;
	font-size: 12px;
	white-space:nowrap;
}

.tat_tr_ttKeyword_bkg /* Style related to sub category <tr> */
{ 
	background-color: #fff;
} 

.tat_tr_ttKeyword_bkg2 /* Style related to sub category that selected <tr> */
{ 
	background-color: #9acccd;
} 

.tat_tr_ttKeyword_td /* Style related to sub category <td> */
{ 
	color: #000; 
	font-family: Calibri; 
	font-size: 12px; 
	white-space: nowrap;
} 

.tat_tr_ttKeyword_td_txt  /* Style related to sub category text <font> */
{ 
	font-family: Calibri;
}