
function boldit(id,type){
	if(type==2){
		id.style.color='#253439';	
	}
	else{
		id.style.color='#71310E';			
	}
}
