$(function () {
	$(".tab tr td:first-child").addClass("first");
	$(".tab tr th:first-child").addClass("first");
	$(".tab tr:even").addClass("second");
}); 
