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(".FS-9{font-Size:9px; line-height:140%; font-family:Osaka}");
		document.writeln(".FS-10{font-Size:10px; line-height:140%; font-family:Osaka}");
		document.writeln(".FS-12{font-Size:12px; line-height:140%; font-family:Osaka}");
		document.writeln(".FS-14{font-Size:14px; line-height:140%; font-family:Osaka}");
		document.writeln(".FS-16{font-Size:18px; line-height:140%; font-family:Osaka}");
		
		document.writeln(".FS-10h150{font-Size:10px; line-height:150%; font-family:Osaka}");
		document.writeln(".FS-12h130{font-Size:10px; line-height:130%; font-family:Osaka}");
		document.writeln(".FS-12h150{font-Size:12px; line-height:150%; font-family:Osaka}");
	}
	else
	{
		if( vNum < 5 )
		{
			// MAC NETSCAPE 4.x
			document.writeln(".FS-9{font-Size:9px; line-height:120%; font-family:Osaka}");
			document.writeln(".FS-10{font-Size:10px; line-height:120%; font-family:Osaka}");
			document.writeln(".FS-12{font-Size:12px; line-height:120%; font-family:Osaka}");
			document.writeln(".FS-14{font-Size:14px; line-height:120%; font-family:Osaka}");
			document.writeln(".FS-16{font-Size:18px; line-height:120%; font-family:Osaka}");
			
			document.writeln(".FS-10h150{font-Size:10px; line-height:130%; font-family:Osaka}");
			document.writeln(".FS-12h130{font-Size:10px; line-height:130%; font-family:Osaka}");
			document.writeln(".FS-12h150{font-Size:12px; line-height:130%; font-family:Osaka}");
	 	}
	 	else
	 	{
			// MAC NETSCAPE 6.x~
			document.writeln(".FS-9{font-Size:9px; line-height:120%; font-family:Osaka}");
			document.writeln(".FS-10{font-Size:10px; line-height:120%; font-family:Osaka}");
			document.writeln(".FS-12{font-Size:12px; line-height:120%; font-family:Osaka}");
			document.writeln(".FS-14{font-Size:14px; line-height:120%; font-family:Osaka}");
			document.writeln(".FS-16{font-Size:18px; line-height:120%; font-family:Osaka}");
			
			document.writeln(".FS-10h150{font-Size:10px; line-height:130%; font-family:Osaka}");
			document.writeln(".FS-12h130{font-Size:10px; line-height:130%; font-family:Osaka}");
			document.writeln(".FS-12h150{font-Size:12px; line-height:130%; font-family:Osaka}");
	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE
			document.writeln(".FS-9{font-Size:9px; line-height:120%; font-family:MS PGothic}");
			document.writeln(".FS-10{font-Size:10px; line-height:130%; font-family:MS PGothic}");
			document.writeln(".FS-12{font-Size:12px; line-height:130%; font-family:MS PGothic}");
			document.writeln(".FS-14{font-Size:14px; line-height:130%; font-family:MS PGothic}");
			document.writeln(".FS-16{font-Size:18px; line-height:130%; font-family:MS PGothic}");
			
			document.writeln(".FS-10h150{font-Size:10px; line-height:150%; font-family:MS PGothic}");
			document.writeln(".FS-12h130{font-Size:12px; line-height:130%; font-family:MS PGothic}");
			document.writeln(".FS-12h150{font-Size:12px; line-height:150%; font-family:MS PGothic}");
	}
	else
	{
		if( vNum < 5 )
		{
			// WIN NETSCAPE 4.x
			document.writeln(".FS-9{font-Size:10px; line-height:130%; font-family:MS PGothic}");
			document.writeln(".FS-10{font-Size:11px; line-height:130%; font-family:MS PGothic}");
			document.writeln(".FS-12{font-Size:12px; line-height:140%; font-family:MS PGothic}");
			document.writeln(".FS-14{font-Size:14px; line-height:140%; font-family:MS PGothic}");
			document.writeln(".FS-16{font-Size:18px; line-height:140%; font-family:MS PGothic}");
			
			document.writeln(".FS-10h150{font-Size:11px; line-height:150%; font-family:MS PGothic}");
			document.writeln(".FS-12h130{font-Size:12px; line-height:130%; font-family:MS PGothic}");
			document.writeln(".FS-12h150{font-Size:12px; line-height:150%; font-family:MS PGothic}");
		}
		else
		{
			// WIN NETSCAPE 6.x~
			document.writeln(".FS-9{font-Size:9px; line-height:130%; font-family:MS PGothic}");
			document.writeln(".FS-10{font-Size:10px; line-height:130%; font-family:MS PGothic}");
			document.writeln(".FS-12{font-Size:12px; line-height:140%; font-family:MS PGothic}");
			document.writeln(".FS-14{font-Size:14px; line-height:140%; font-family:MS PGothic}");
			document.writeln(".FS-16{font-Size:18px; line-height:140%; font-family:MS PGothic}");
			
			document.writeln(".FS-10h150{font-Size:10px; line-height:150%; font-family:MS PGothic}");
			document.writeln(".FS-12h130{font-Size:12px; line-height:130%; font-family:MS PGothic}");
			document.writeln(".FS-12h150{font-Size:12px; line-height:150%; font-family:MS PGothic}");
		}
	}
}

 document.writeln("--></STYLE>");

