$(function(){
		$("tr:odd").css("background","#C6E2FF");
	})
