// JavaScript Document
var teste="#F0E8D9";
var thediv;
function chcolorov(thediv){
	//thediv.style.backgroundColor='#F0E8D9';
}
function chcolorout(thediv){
	//thediv.style.backgroundColor='#ffffff';
}