var $j = jQuery.noConflict();

$j(document).ready(function() {

	$j(".text_maincopy table tr:odd td").css("background-color", "#DCE5E1");

});
