ol_border =0;
overlib_pagedefaults(WIDTH,450,HEIGHT,430,BGCOLOR,'#ffffff',FGCOLOR,'#ffffff');

var oldobj = "";

    function fett(obj)
    {
		if (oldobj != "")
		{
		    oldobj.style.color="800000";
		 }
		    obj.style.color="#FF6600";
		    obj.style.fontWeight="600";
		    obj.style.fontFamily="Helvetica,Arial,sans-serif";
		    obj.style.fontSize="10pt";	
		    obj.style.fontStyle="normal";
		    obj.style.lineHeight="1.5em";
		    obj.style.marginleft="1.0em";

		    oldobj = obj;

    }

