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-8{font-Size:8px; 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-8h150{font-Size:8px; line-height:150%; font-family:Osaka}");
		document.writeln(".FS-10h150{font-Size:10px; line-height:150%; font-family:Osaka}");
		document.writeln(".FS-12h150{font-Size:12px; line-height:150%; font-family:Osaka}");
		document.writeln(".FS-14h150{font-Size:14px; line-height:150%; font-family:Osaka}");
		}
	else
	{
		if( vNum < 5 )
		{
			// MAC NETSCAPE 4.x
			document.writeln(".FS-8{font-Size:8px; line-height:130%; font-family:Osaka}");
			document.writeln(".FS-10{font-Size:10px; line-height:130%; 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-8h150{font-Size:8px; line-height:130%; font-family:Osaka}");
			document.writeln(".FS-10h150{font-Size:10px; line-height:130%; font-family:Osaka}");
			document.writeln(".FS-12h150{font-Size:12px; line-height:130%; font-family:Osaka}");
			document.writeln(".FS-14h150{font-Size:14px; line-height:130%; font-family:Osaka}");
		}
	 	else
	 	{
			// MAC NETSCAPE 6.x~
			document.writeln(".FS-8{font-Size:8px; 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-8h150{font-Size:8px; line-height:140%; font-family:Osaka}");
			document.writeln(".FS-10h150{font-Size:10px; line-height:140%; font-family:Osaka}");
			document.writeln(".FS-12h150{font-Size:12px; line-height:140%; font-family:Osaka}");
			document.writeln(".FS-14h150{font-Size:14px; line-height:140%; font-family:Osaka}");
		}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE
			document.writeln(".FS-8{font-Size:8px; line-height:140%; font-family:MS PGothic}");
			document.writeln(".FS-10{font-Size:10px; line-height:140%; 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-8h150{font-Size:8px; line-height:150%; font-family:MS PGothic}");
			document.writeln(".FS-10h150{font-Size:10px; line-height:150%; font-family:MS PGothic}");
			document.writeln(".FS-12h150{font-Size:12px; line-height:150%; font-family:MS PGothic}");
			document.writeln(".FS-14h150{font-Size:14px; line-height:150%; font-family:MS PGothic}");
	}
	else
	{
		if( vNum < 5 )
		{
			// WIN NETSCAPE 4.x
			document.writeln(".FS-8{font-Size:10px; line-height:140%; font-family:MS PGothic}");
			document.writeln(".FS-10{font-Size:11px; line-height:140%; 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-8h150{font-Size:10px; line-height:150%; font-family:MS PGothic}");
			document.writeln(".FS-10h150{font-Size:11px; line-height:150%; font-family:MS PGothic}");
			document.writeln(".FS-12h150{font-Size:12px; line-height:150%; font-family:MS PGothic}");
			document.writeln(".FS-14h150{font-Size:14px; line-height:150%; font-family:MS PGothic}");
			}
		else
		{
			// WIN NETSCAPE 6.x~
			document.writeln(".FS-8{font-Size:8px; 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-8h150{font-Size:8px; line-height:150%; font-family:MS PGothic}");
			document.writeln(".FS-10h150{font-Size:10px; line-height:150%; font-family:MS PGothic}");
			document.writeln(".FS-12h150{font-Size:12px; line-height:150%; font-family:MS PGothic}");
			document.writeln(".FS-14h150{font-Size:14px; line-height:150%; font-family:MS PGothic}");
		}
	}
}


document.writeln(".FC-brown { color: #CC3300 }");
document.writeln(".FC-darkblue { color: #000066 }");
document.writeln(".FC-green { color: #006600 }");
document.writeln(".FC-lightgray { color: #999999 }");
document.writeln(".FC-white { color: #FFFFFF }");

document.writeln(".FC-red-b {color:#CC0000; font-weight:bold; }");

document.writeln(".FW-b {font-weight:bold; }");

document.writeln("--></STYLE>");
