.tr_not {
	font-family: Arial;
	font-size: 12px;
	color: black;
	font-weight: bold;
	background-color: white;
	cursor: hand;
	background: #F2F2F2;
}
.tr_clic {
	font-family: Arial;
	font-size: 12px;
	color: Gray;
	font-weight: bold;
	background-color: #FF8C00;
	cursor: hand;
}
.tr_on {
	font-family: Arial;
	font-size: 12px;
	color: black;
	font-weight: bold;
	background-color: #FF8C00;
	cursor: hand;
}
.tr_not_sm { 
	font-family: Arial ;
	font-size: 12px;
	color: gray;
	font-weight: bold;
	background-color:white; 
	cursor: hand;
	}
.tr_clic_sm {
	font-family: Arial;
	font-size: 12px;
	color: #FF8C00;
	font-weight: bold;
	background-color: #FF8C00;
	cursor: hand;
}
.tr_on_sm { 
	font-family: Arial ;
	font-size: 12px;
	color: black;
	font-weight: bold;
	background-color:silver; 
	cursor: hand;
	}

#td1 {
	font-family: arial; 
	font-size: 12px; 
	background-color: silver;
	text-align: center;
	}
#td2 {
	font-family: arial; 
	font-size: 12px; 
	}
