$("document").ready(function() {
	$("tr:even").css("background-color", "#f7f5f5");
	$("tr:first").css("background-color", "#e5e5e5");
});
