function o(object){
	object.style.background="#ECECE4";
	object.style.color="#FE492A";
}
function c(object){
	object.style.background="";
	object.style.color="";
}
function o2(object){
	object.style.background="#ECECE4";
	object.style.color="#5D5847";
}
function c2(object){
	object.style.background="FEFEF6";
	object.style.color="000000";
}
function o3(object){
	object.style.color="#000000";
}
function c3(object){
	object.style.color="";
}
function o4(object){
	object.style.color="#FF6600";
}
function c4(object){
	object.style.color="";
}
function o5(object){
	object.style.background="#F3F3F3";
}
function c5(object){
	object.style.background="";
}