table.common_table{
	margin-top: 12px;
	width: 100%;
}

table.common_table th{
	background-color: #A7ECAB; 
	font-weight: bold; 
	color:#008528;
 	font-style: normal;	
}

table.common_table td{
	background-color: #CCF5CF; 
 	text-align: center;
}

table.common_table td.common_method_name{
	width: 40%;
	font-style: normal;	
}

table.common_table a.custom_link {
	font-weight: bold;	
	color:#353535;
	font-style: normal;
}

/*table.common_table a:visited.custom_link {	
	color: #6F6F6F;
}*/