function linhaNormal(objeto)
{	
	objeto.style.background = '#EDF1F6';
}

function linhaDegrade(objeto)
{
	objeto.style.background = '';
}











