var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
if ( bName == "M" && vNum < 4)
	location.href="getnewbrowser.html";
if ( bName == "N" && vNum < 4)
	location.href="getnewbrowser.html";

document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
	if( bName == "M")
	 {
		document.writeln(".j9{font-size:xx-small; line-height:130%}");
		document.writeln(".j12{font-Size:x-small; line-height:130%}");
		document.writeln(".j14{font-Size:small}");
		document.writeln(".j16{font-Size:16px}");
		document.writeln(".j18{font-Size:18px}");
	}
	else
	{
		if( vNum < 5 )
		{
			document.writeln(".j9{font-size:small; line-height:130%}");
			document.writeln(".j12{font-Size:medium; line-height:130%}");
			document.writeln(".j14{font-Size:14px;}");
			document.writeln(".j16{font-Size:16px}");
			document.writeln(".j18{font-Size:18px}");
	 	}
	else
	 	{
			document.writeln(".j9{font-size:xx-small; line-height:130%}");
			document.writeln(".j12{font-Size:12px; line-height:125%}");
			document.writeln(".j14{font-Size:14px;}");	 	
			document.writeln(".j16{font-Size:16px}");
			document.writeln(".j18{font-Size:18px}");
	 	}
	 }

}
	else
{
	if( bName == "M")
	{
		document.writeln(".j9{font-size:xx-small; line-height:130%}");
		document.writeln(".j12{font-Size:x-small; line-height:130%}");
		document.writeln(".j14{font-Size:small;}");
		document.writeln(".j16{font-Size:16px}");
		document.writeln(".j18{font-Size:18px}");
	}
	else
	{
		if( vNum < 5 )
		{
			document.writeln(".j9{font-size:x-small; line-height:130%}");
			document.writeln(".j12{font-Size:small; line-height:130%}");
			document.writeln(".j14{font-Size:medium;}");
			document.writeln(".j16{font-Size:17px}");
			document.writeln(".j18{font-Size:19px}");
		}
		else
		{
			document.writeln(".j9{font-size:x-small; line-height:130%}");
			document.writeln(".j12{font-Size:small; line-height:130%}");
			document.writeln(".j14{font-Size:medium;}");
			document.writeln(".j16{font-Size:16px}");
			document.writeln(".j18{font-Size:18px}");
		
		}
	}
}
 document.writeln("--></STYLE>");

