function setStyle(fObj,fStyle,fColor)
{
	if (document.all)
	{
		fObj.style.fontStyle = fStyle;
		fObj.style.color = fColor;
	}
}
