// JavaScript Document
/**
 * @author ZAW
 */
$(document).ready(function(){						   
	$("#table-geral tr:odd").addClass("odd");
});
