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")
	 {
		// MAC IE
		document.writeln(".e10{font-size:0.75em}");
		document.writeln(".e12{font-size:1.2em}");
		document.writeln(".j9{font-size:0.6em; line-height:1.3em}");
		document.writeln(".j10{font-Size:0.8em; line-height:1.4em}");
		document.writeln(".j11{font-Size:0.85em; line-height:1.4em}");
		document.writeln(".j12{font-Size:0.9em; line-height:1.4em}");
		document.writeln(".j14{font-Size:1.0em; line-height:1.3em}");
	}
	else
	{
		if( vNum < 5 )
		{
			// MAC NETSCAPE 4.x
		document.writeln(".e10{font-size:0.6em}");
		document.writeln(".e12{font-size:1.2em}");
		document.writeln(".j9{font-size:0.6em; line-height:1.3em}");
		document.writeln(".j10{font-Size:0.75em; line-height:1.4em}");
		document.writeln(".j11{font-Size:0.85em; line-height:1.5em}");
		document.writeln(".j12{font-Size:0.95em; line-height:1.7em}");
		document.writeln(".j14{font-Size:1.3em; line-height:1.5em}");
	 	}
	 	else
	 	{
			// MAC NETSCAPE 6.x~
		document.writeln(".e10{font-size:0.6em}");
		document.writeln(".e12{font-size:1.2em}");
		document.writeln(".j9{font-size:0.6em; line-height:1.3em}");
		document.writeln(".j10{font-Size:0.75em; line-height:1.4em}");
		document.writeln(".j11{font-Size:0.85em; line-height:1.5em}");
		document.writeln(".j12{font-Size:0.95em; line-height:1.7em}");
		document.writeln(".j14{font-Size:1.3em; line-height:1.5em}");	 	
	 	}
	 }
}
else
{
	if( bName == "M")
	{
		// WIN IE
		document.writeln(".e10{font-size:0.75em; line-height:0.85em}");
		document.writeln(".e12{font-size:1em; line-height:1.3em}");
		document.writeln(".j9{font-size:0.55em; line-height:1em}");
		document.writeln(".j10{font-Size:0.7em; line-height:1.4em; letter-spacing:1px}");
		document.writeln(".j11{font-Size:0.72em; line-height:1.5em; letter-spacing:1px}");
		document.writeln(".j12{font-Size:0.75em; line-height:1.6em; letter-spacing:1px}");
		document.writeln(".j14{font-Size:1em; line-height:1.55em; letter-spacing:1px}");
	}
	else
	{
		if( vNum < 5 )
		{
			// WIN NETSCAPE 4.x
		document.writeln(".e10{font-size:0.6em; line-height:11px}");
		document.writeln(".e12{font-size:1em; line-height:14px}");
		document.writeln(".j9{font-size:0.55em; line-height:1em}");
		document.writeln(".j10{font-Size:0.75em; line-height:1.4em; letter-spacing:1px}");
		document.writeln(".j11{font-Size:0.77em; line-height:1.6em; letter-spacing:1px}");
		document.writeln(".j12{font-Size:0.8em; line-height:1.75em; letter-spacing:1px}");
		document.writeln(".j14{font-Size:1em; line-height:1.55em; letter-spacing:1px}");
		}
		else
		{
			// WIN NETSCAPE 6.x~
		document.writeln(".e10{font-size:0.6em; line-height:11px}");
		document.writeln(".e12{font-size:1em; line-height:14px}");
		document.writeln(".j9{font-size:0.55em; line-height:1em}");
		document.writeln(".j10{font-Size:0.75em; line-height:1.4em; letter-spacing:1px}");
		document.writeln(".j11{font-Size:0.78em; line-height:1.5em; letter-spacing:1px}");
		document.writeln(".j12{font-Size:0.8em; line-height:1.75em; letter-spacing:1px}");
		document.writeln(".j14{font-Size:1em; line-height:1.55em; letter-spacing:1px}");
		
		}
	}
}


 document.writeln("--></STYLE>");

