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-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-12h150{font-Size:12px; line-height:150%; font-family:Osaka}");
		}
	else
	{
		if( vNum < 5 )
		{
			// MAC NETSCAPE 4.x
			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-16{font-Size:18px; line-height:140%; 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}");
		}
	 	else
	 	{
			// MAC NETSCAPE 6.x~
			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:140%; font-family:Osaka}");
			document.writeln(".FS-12h150{font-Size:12px; line-height:140%; font-family:Osaka}");
		}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE
			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-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-12h150{font-Size:12px; line-height:150%; font-family:MS PGothic}");
	}
	else
	{
		if( vNum < 5 )
		{
			// WIN NETSCAPE 4.x
			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-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-12h150{font-Size:12px; line-height:150%; font-family:MS PGothic}");
			}
		else
		{
			// WIN NETSCAPE 6.x~
			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-12h150{font-Size:12px; line-height:150%; font-family:MS PGothic}");
		}
	}
}
document.writeln(".FC-white{color:#FFFFFF}");
document.writeln(".FC-blue{color:#003399}");
document.writeln(".FC-red{color:#CC0000}");
document.writeln(".FC-brown{color:#660000}");
document.writeln(".FC-green{color:#006600}");
document.writeln(".FC-purple{color:#663399}");
document.writeln(".FC-orange{color:#FF6600}");
document.writeln(".FC-yellowgreen{color:#336600}");
document.writeln(".FC-grass{color:#99CC66}");

document.writeln(".FW-b{font-weight:bold}");


 document.writeln("--></STYLE>");

