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(".big{font-size:16px}");

document.writeln(".middle{font-size:14px}");

document.writeln(".small{font-size:10px}");

document.writeln(".sn{font-size:11px}");

document.writeln(".srh{font-size:12px}");

document.writeln(".font1{font-size:12px}");

document.writeln(".font2{font-size:0.90em;}");

document.writeln(".font3{font-size:1.00em;line-height: 120%}");

document.writeln(".font4{font-size:0.90em;line-height: 120%}");

document.writeln(".f2{font-size:10px;line-height: 140%}");

document.writeln(".f3{font-size:12px;}");

document.writeln(".f3txt{font-size:12px;line-height: 140%}");

document.writeln(".f4{font-size:14px}");

	}
	else
	{
		if( vNum < 5 )
		{
			// MAC NETSCAPE 4.x


document.writeln(".big{font-size:16px}");

document.writeln(".middle{font-size:14px}");

document.writeln(".small{font-size:10px}");

document.writeln(".sn{font-size:11px}");

document.writeln(".srh{font-size:12px}");

document.writeln(".font1{font-size:12px }");

document.writeln(".font2{font-size:0.80em;}");

document.writeln(".font3{font-size:0.85em;line-height: 100%}");

document.writeln(".font4{font-size:0.80em;line-height: 100%}");

document.writeln(".f2{font-size:0.70em;line-height: 120%}");

document.writeln(".f3{font-size:0.80em;}");

document.writeln(".f3txt{font-size:0.80em;line-height: 130%}");

document.writeln(".f4{font-size:1.00em}");

	 	}
	 	else
	 	{
			// MAC NETSCAPE 6.x~


document.writeln(".big{font-size:16px}");

document.writeln(".middle{font-size:14px}");

document.writeln(".small{font-size:10px}");

document.writeln(".sn{font-size:12px}");

document.writeln(".srh{font-size:12px}");

document.writeln(".font1{font-size:12px }");

document.writeln(".font2{font-size:0.90em;}");

document.writeln(".font3{font-size:1.00em;line-height: 100%}");

document.writeln(".font4{font-size:0.90em;line-height: 100%}");

document.writeln(".f2{font-size:10px;line-height: 120%}");

document.writeln(".f3{font-size:12px;}");

document.writeln(".f3txt{font-size:12px;line-height: 140%}");

document.writeln(".f4{font-size:14px}");

	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE


document.writeln(".big{font-size:16px}");

document.writeln(".middle{font-size:14px;line-height:120%}");

document.writeln(".small{font-size:10px}");

document.writeln(".sn{font-size:12px}");

document.writeln(".srh{font-size:12px}");

document.writeln(".font1{font-size:12px}");

document.writeln(".font2{font-size:0.80em;}");

document.writeln(".font3{font-size:0.95em}");

document.writeln(".font4{font-size:0.80em}");

document.writeln(".f2{font-size:0.70em;line-height: 120%}");

document.writeln(".f3{font-size:0.80em;}");

document.writeln(".f3txt{font-size:0.80em;line-height: 140%}");

document.writeln(".f4{font-size:0.95em}");

	}
	else
	{
		if( vNum < 5 )
		{
			// WIN NETSCAPE 4.x

document.writeln(".big{font-size:16px}");

document.writeln(".middle{font-size:14px}");

document.writeln(".small{font-size:11px}");

document.writeln(".sn{font-size:13px}");

document.writeln(".srh{font-size:13px}");

document.writeln(".font1{font-size:13px }");

document.writeln(".font2{font-size:1.00em;}");

document.writeln(".font3{font-size:1.00em;line-height: 100%}");

document.writeln(".font4{font-size:0.90em;line-height: 100%}");

document.writeln(".f2{font-size:0.80em;line-height: 120%}");

document.writeln(".f3{font-size:1.00em;}");

document.writeln(".f3txt{font-size:1.00em;line-height: 140%}");

document.writeln(".f4{font-size:1.20em}");

		}
		else
		{
			// WIN NETSCAPE 6.x~


document.writeln(".big{font-size:16px}");

document.writeln(".middle{font-size:14px}");

document.writeln(".small{font-size:11px}");

document.writeln(".sn{font-size:12px}");

document.writeln(".srh{font-size:12px}");

document.writeln(".font1{font-size:12px}");

document.writeln(".font2{font-size:0.80em;}");

document.writeln(".font3{font-size:0.85em;line-height: 110%}");

document.writeln(".font4{font-size:0.80em;line-height: 110%}");

document.writeln(".f2{font-size:0.70em;line-height: 120%}");

document.writeln(".f3{font-size:0.80em;}");

document.writeln(".f3txt{font-size:0.80em;line-height: 140%}");

document.writeln(".f4{font-size:1.00em}");
		
		}
	}
}

document.writeln(".srh a:link {text-decoration: none;color: #0000FF}");
document.writeln(".srh a:visited {text-decoration: none;color: #005F58}");
document.writeln(".srh a:hover {color: #CC3335}");

document.writeln(".font1 a:link {text-decoration:none;color: #003399}");
document.writeln(".font1 a:visited {text-decoration:none;color: #660099}");
document.writeln(".font1 a:hover {text-decoration:underline;color: #003399}");


document.writeln("a:link {text-decoration:none;color: #003399}");
document.writeln("a:visited {text-decoration:none;color: #660099}");
document.writeln("a:hover {text-decoration:underline;color: #003399}");

document.writeln("--></STYLE>");

