<!--
	function TDMouseOver( obj )
	{
		obj.style.backgroundColor="#9A6300";
		obj.style.color = "#ffffff";
		obj.style.cursor = "pointer";
	}
	function TDMouseOut( obj )
	{
		obj.style.backgroundColor="#FFCC00";
		obj.style.color = "#663300";
		obj.style.cursor = "auto";
	}

	function TDMouseOver_top( obj )
	{
		obj.style.backgroundColor="#9A6300";
		obj.style.color = "#ffffff";
		obj.style.cursor = "pointer";
	}
	function TDMouseOut_top( obj )
	{
		obj.style.backgroundColor="#ffCC00";
		obj.style.color = "#663300";
		obj.style.cursor = "auto";
	}

	function TDMouseOver_top2( obj )
	{
		obj.style.backgroundColor="#9A6300";
		obj.style.color = "#ffffff";
		obj.style.cursor = "pointer";
	}
	function TDMouseOut_top2( obj )
	{
		obj.style.backgroundColor="#FFCC00";
		obj.style.color = "#663300";
		obj.style.cursor = "auto";
	}

	function TDMouseOver2( obj )
	{
		obj.style.backgroundColor="#9A6300";
		obj.style.color = "#ffffff";
		obj.style.cursor = "pointer";
	}
	function TDMouseOut2( obj )
	{
		obj.style.backgroundColor="#FFFFFF";
		obj.style.color = "#663300";
		obj.style.cursor = "auto";
	}
	function TDLoad( obj, flag )
	{
		obj.style.backgroundColor="#000000";
		obj.style.color = "#CC9900";
	}
//-->