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

// other type
document.write("td,body{font-size:12px}")
document.write(".fll{font-size:12px; line-height:18px}")
document.write(".flltxt{font-size:12px; line-height:14px}")
document.write(".fllAdd{font-size:12px; line-height:14px; margin-left:10px;}")
document.write(".fll2{font-size:12px; line-height:24px}")
//document.write(".fxs{font-size:14px; color: #FF0000}")
document.write(".fxs2{font-size:14px}")
document.write(".f16{font-size:16px}")
document.write(".ss{font-size:10px}")
document.write(".sl{font-size:10px; line-height:16px}")
document.write(".sm{font-size:10px; line-height:13px}")
// other type end


document.write(".fxs{font-size:10px}")
document.write(".fs{font-size:11px}")
document.write(".fm{font-size:12px}")
document.write(".fl{font-size:14px}")
document.write(".fxl{font-size:18px}")

document.write(".fpt{font-size:14px}")

document.write(".fxsh{font-size:10px;line-height:1.3em}")
document.write(".fsh{font-size:11px;line-height:1.5em}")
document.write(".fmh{font-size:12px;line-height:1.5em}")
document.write(".flh{font-size:14px;line-height:1.5em}")

document.write(".fpth{font-size:14px;line-height:1.2em}")

document.write("a:link{font-color: #0000FF;text-decoration: underline}")
document.write("a:visited{color: #663399}")
document.write("a:hover{color: #F07000}")
document.write("a:active{color: #FF0000}")

document.write("a.foot:link{color: #666666;text-decoration: underline}")
document.write("a.foot:visited{color: #666666}")
document.write("a.foot:hover{color: #3333FF}")
document.write("a.foot:active{color: #FF0000}")
	}
	else
	{
		if( vNum < 5 )
		{
			// MAC NETSCAPE 4.x

// other type
document.write("td,body{font-size:12px}")
document.write(".fll{font-size:12px; line-height:18px}")
document.write(".flltxt{font-size:12px; line-height:14px}")
document.write(".fllAdd{font-size:12px; line-height:14px;margin-left:10px;}")
document.write(".fll2{font-size:12px; line-height:24px}")
//document.write(".fxs{font-size:14px; color: #FF0000}")
document.write(".fxs2{font-size:14px}")
document.write(".f16{font-size:16px}")
document.write(".ss{font-size:10px}")
document.write(".sl{font-size:10px; line-height:16px}")
document.write(".sm{font-size:10px; line-height:13px}")
// other type end


document.write(".fxs{font-size:10px}")
document.write(".fs{font-size:11px}")
document.write(".fm{font-size:12px}")
document.write(".fl{font-size:14px}")
document.write(".fxl{font-size:18px}")

document.write(".fpt{font-size:14px}")

document.write(".fxsh{font-size:10px;line-height:1.3em}")
document.write(".fsh{font-size:11px;line-height:1.5em}")
document.write(".fmh{font-size:12px;line-height:1.5em}")
document.write(".flh{font-size:14px;line-height:1.5em}")

document.write(".fpth{font-size:14px;line-height:1.2em}")

document.write("a:link{font-color: #0000FF;text-decoration: underline}")
document.write("a:visited{color: #663399}")
document.write("a:hover{color: #F07000}")
document.write("a:active{color: #FF0000}")

document.write("a.foot:link{color: #666666;text-decoration: underline}")
document.write("a.foot:visited{color: #666666}")
document.write("a.foot:hover{color: #3333FF}")
document.write("a.foot:active{color: #FF0000}")
	 	}
	 	else
	 	{
			// MAC NETSCAPE 6.x~

// other type
document.write("td,body{font-size:12px}")
document.write(".ss{font-size:10px}")
document.write(".sl{font-size:10px; line-height:16px}")	
document.write(".fll{font-size:12px; line-height:18px}")
document.write(".flltxt{font-size:12px; line-height:14px}")
document.write(".fllAdd{font-size:12px; line-height:14px;margin-left:10px;}")
document.write(".fll2{font-size:12px; line-height:24px}")
document.write(".f16{font-size:16px}")
//document.write(".fxs{font-size:14px; color: #FF0000}")
document.write(".fxs2{font-size:14px}")
document.write(".sm{font-size:10px; line-height:13px}")
// other type end


document.write(".fxs{font-size:10px}")
document.write(".fs{font-size:11px}")
document.write(".fm{font-size:12px}")
document.write(".fl{font-size:14px}")
document.write(".fxl{font-size:18px}")

document.write(".fpt{font-size:14px}")

document.write(".fxsh{font-size:10px;line-height:1.3em}")
document.write(".fsh{font-size:11px;line-height:1.5em}")
document.write(".fmh{font-size:12px;line-height:1.5em}")
document.write(".flh{font-size:14px;line-height:1.5em}")

document.write(".fpth{font-size:14px;line-height:1.2em}")

document.write("a:link{font-color: #0000FF;text-decoration: underline}")
document.write("a:visited{color: #663399}")
document.write("a:hover{color: #F07000}")
document.write("a:active{color: #FF0000}")

document.write("a.foot:link{color: #666666;text-decoration: underline}")
document.write("a.foot:visited{color: #666666}")
document.write("a.foot:hover{color: #3333FF}")
document.write("a.foot:active{color: #FF0000}")
	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE

// other type
document.write("td,body{font-size:12px}")
document.write(".fll{font-size:12px; line-height:18px; letter-spacing:1px}")
document.write(".flltxt{font-size:12px; line-height:14px; letter-spacing:1px}")
document.write(".fllAdd{font-size:12px; line-height:14px; margin-left:10px; letter-spacing:1px}")
document.write(".fll2{font-size:12px; line-height:24px; letter-spacing:1px}")
//document.write(".fxs{font-size:14px;letter-spacing:1px;color: #FF0000}")
document.write(".fxs2{font-size:14px;letter-spacing:1px}")
document.write(".f16{font-size:16px;letter-spacing:1px}")
document.write(".ss{font-size:10px; letter-spacing:1px}")
document.write(".sl{font-size:10px; line-height:15px; letter-spacing:1px}")
document.write(".sm{font-size:10px; line-height:13px ;letter-spacing:1px}")
// other type end

		
document.write(".fxs{font-size:10px}")
document.write(".fs{font-size:12px}")
document.write(".fm{font-size:13px}")
document.write(".fl{font-size:15px}")
document.write(".fxl{font-size:18px}")

document.write(".fpt{font-size:14px}")

document.write(".fxsh{font-size:11px;line-height:1.3em}")
document.write(".fsh{font-size:12px;line-height:1.5em}")
document.write(".fmh{font-size:13px;line-height:1.5em}")
document.write(".flh{font-size:15px;line-height:1.5em}")

document.write(".fpth{font-size:14px;line-height:1.2em}")

document.write("a:link{font-color: #0000FF;text-decoration: underline}")
document.write("a:visited{color: #663399}")
document.write("a:hover{color: #F07000}")
document.write("a:active{color: #FF0000}")

document.write("a.foot:link{color: #666666;text-decoration: underline}")
document.write("a.foot:visited{color: #666666}")
document.write("a.foot:hover{color: #3333FF}")
document.write("a.foot:active{color: #FF0000}")
	}
	else
	{
		if( vNum < 5 )
		{
			// WIN NETSCAPE 4.x

// other type
document.write("td,body{font-size:14px}")
document.write(".fll{font-size:14px; line-height:18px}")
document.write(".flltxt{font-size:14px; line-height:14px}")
document.write(".fllAdd{font-size:14px; line-height:14px;margin-left:10px;}")
document.write(".fll2{font-size:14px; line-height:24px}")
//document.write(".fxs{font-size:15px;color: #FF0000}")
document.write(".fxs2{font-size:15px}")
document.write(".f16{font-size:17px}")
document.write(".ss{font-size:11px}")
document.write(".sl{font-size:11px; line-height:16px}")
document.write(".sm{font-size:11px; line-height:14px}")
// other type end


document.write(".fxs{font-size:10px}")
document.write(".fs{font-size:12px}")
document.write(".fm{font-size:13px}")
document.write(".fl{font-size:15px}")
document.write(".fxl{font-size:18px}")

document.write(".fpt{font-size:14px}")

document.write(".fxsh{font-size:11px;line-height:1.3em}")
document.write(".fsh{font-size:12px;line-height:1.5em}")
document.write(".fmh{font-size:13px;line-height:1.5em}")
document.write(".flh{font-size:15px;line-height:1.5em}")

document.write(".fpth{font-size:14px;line-height:1.2em}")

document.write("a:link{font-color: #0000FF;text-decoration: underline}")
document.write("a:visited{color: #663399}")
document.write("a:hover{color: #F07000}")
document.write("a:active{color: #FF0000}")

document.write("a.foot:link{color: #666666;text-decoration: underline}")
document.write("a.foot:visited{color: #666666}")
document.write("a.foot:hover{color: #3333FF}")
document.write("a.foot:active{color: #FF0000}")
		}
		else
		{
			// WIN NETSCAPE 6.x~

// other type 
document.write("td,body{font-size:12px; letter-spacing:1px}")
document.write(".fll{font-size:12px; line-height:18px; letter-spacing:1px}")
document.write(".flltxt{font-size:12px; line-height:14px; letter-spacing:1px}")
document.write(".fllAdd{font-size:12px; line-height:14px;margin-left:10px; letter-spacing:1px}")
document.write(".fll2{font-size:12px; line-height:24px; letter-spacing:1px}")
//document.write(".fxs{font-size:15px;letter-spacing:1px;color: #FF0000}")
document.write(".fxs2{font-size:15px;letter-spacing:1px}")
document.write(".f16{font-size:17px;letter-spacing:1px}")
document.write(".ss{font-size:10px; letter-spacing:1px}")
document.write(".sl{font-size:10px; line-height:15px; letter-spacing:1px}")
document.write(".sm{font-size:10px; line-height:13px ;letter-spacing:1px}")
// other type end


document.write(".fxs{font-size:10px}")
document.write(".fs{font-size:12px}")
document.write(".fm{font-size:13px}")
document.write(".fl{font-size:15px}")
document.write(".fxl{font-size:18px}")

document.write(".fpt{font-size:14px}")

document.write(".fxsh{font-size:11px;line-height:1.3em}")
document.write(".fsh{font-size:12px;line-height:1.5em}")
document.write(".fmh{font-size:13px;line-height:1.5em}")
document.write(".flh{font-size:15px;line-height:1.5em}")

document.write(".fpth{font-size:14px;line-height:1.2em}")

document.write("a:link{font-color: #0000FF;text-decoration: underline}")
document.write("a:visited{color: #663399}")
document.write("a:hover{color: #F07000}")
document.write("a:active{color: #FF0000}")

document.write("a.foot:link{color: #666666;text-decoration: underline}")
document.write("a.foot:visited{color: #666666}")
document.write("a.foot:hover{color: #3333FF}")
document.write("a.foot:active{color: #FF0000}")
		}
	}
}
 document.writeln("--></STYLE>");