// JavaScript Document
/* Author: tmoussignac@nypost.com */
$(document).ready(function(){
	$(".section_tables tr:even").css("background-color", "#eee");
  	$(".section_tables tr:odd").css("background-color", "#fff");
});