
function Vis_BotaoOver(controle) {
	controle.style.color = '#006600';
}
function Vis_BotaoOut(controle) {
	controle.style.color = '#000000';
}