var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
var bVer = navigator.userAgent;

document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1){
	if( bName == "M"){
		// MAC IE
		document.writeln(".text9{font-size:9px; line-height:13px}");
		document.writeln(".text10n{font-Size:10px; line-height:13px}");
		document.writeln(".text10{font-Size:10px; line-height:14px}");
		document.writeln(".text10w{font-Size:10px; line-height:15px}");
		document.writeln(".text12n{font-Size:12px; line-height:15px}");
		document.writeln(".text12{font-Size:12px; line-height:17px}");
		document.writeln(".text12w{font-Size:12px; line-height:19px}");
		document.writeln(".text14n{font-Size:14px; line-height:17px}");
		document.writeln(".text14{font-Size:14px; line-height:19px}");
		document.writeln(".text14w{font-Size:14px; line-height:21px}");
		document.writeln(".text16w{font-Size:15px; line-height:21px}");
		document.writeln(".text18{font-Size:18px; line-height:20px}");
		document.writeln("h1{font-Size:12px; font-weight: bolder; margin-top: 0px; margin-bottom: 0px}");
		document.writeln("h2{font-Size:14px; font-weight: bolder; margin-top: 0px; margin-bottom: 0px}");
	}
	else{
		if( vNum < 5 ){
			// MAC NETSCAPE 4.x
			document.writeln(".text9{font-size:9px; line-height:15px}");
			document.writeln(".text10n{font-Size:10px; line-height:13px}");
			document.writeln(".text10{font-Size:10px; line-height:14px}");
			document.writeln(".text10w{font-Size:10px; line-height:15px}");
			document.writeln(".text12n{font-Size:12px; line-height:15px}");
			document.writeln(".text12{font-Size:12px; line-height:18px}");
			document.writeln(".text12w{font-Size:12px; line-height:20px}");
			document.writeln(".text14n{font-Size:14px; line-height:15px}");
			document.writeln(".text14{font-Size:14px; line-height:18px}");
			document.writeln(".text14w{font-Size:14px; line-height:20px}");
			document.writeln(".text16w{font-Size:15px; line-height:21px}");
			document.writeln(".text18{font-Size:18px; line-height:22px}");
			document.writeln("h1{font-Size:12px; line-height:15px; font-weight: bolder; margin-top: 0px; margin-bottom: 0px}");
			document.writeln("h2{font-Size:14px; line-height:18px; font-weight: bolder; margin-top: 0px; margin-bottom: 0px}");
		}
		else{
			if( bVer.indexOf("Netscape6", 0) > -1){
				// MAC NETSCAPE 6.x~
				document.writeln(".text9{font-size:9px; line-height:13px}");
				document.writeln(".text10n{font-Size:10px; line-height:13px}");
				document.writeln(".text10{font-Size:10px; line-height:14px}");
				document.writeln(".text10w{font-Size:10px; line-height:15px}");
				document.writeln(".text12n{font-Size:12px; line-height:15px}");
				document.writeln(".text12{font-Size:12px; line-height:18px}");
				document.writeln(".text12w{font-Size:12px; line-height:20px}");
				document.writeln(".text14n{font-Size:14px; line-height:17px}");
				document.writeln(".text14{font-Size:14px; line-height:19px}");
				document.writeln(".text14w{font-Size:14px; line-height:21px}");
				document.writeln(".text16w{font-Size:15px; line-height:21px}");
				document.writeln(".text18{font-Size:18px; line-height:20px}");
				document.writeln("h1{font-Size:12px; line-height:15px; font-weight: bolder; margin-top: 0px; margin-bottom: 0px}");
			document.writeln("h2{font-Size:14px; line-height:18px; font-weight: bolder; margin-top: 0px; margin-bottom: 0px}"); 
			}
			else{
				// MAC NETSCAPE 7.x~
				document.writeln(".text9{font-size:9px; line-height:13px}");
				document.writeln(".text10n{font-Size:10px; line-height:13px}");
				document.writeln(".text10{font-Size:10px; line-height:14px}");
				document.writeln(".text10w{font-Size:10px; line-height:15px}");
				document.writeln(".text12n{font-Size:12px; line-height:15px}");
				document.writeln(".text12{font-Size:12px; line-height:17px}");
				document.writeln(".text12w{font-Size:12px; line-height:19px}");
				document.writeln(".text14n{font-Size:14px; line-height:17px}");
				document.writeln(".text14{font-Size:14px; line-height:19px}");
				document.writeln(".text14w{font-Size:14px; line-height:21px}");
				document.writeln(".text16w{font-Size:15px; line-height:21px}");
				document.writeln(".text18{font-Size:18px; line-height:20px; letter-spacing:1px}");
				document.writeln("h1{font-Size:12px; line-height:15px; font-weight: bolder; margin-top: 0px; margin-bottom: 0px}");
				document.writeln("h2{font-Size:14px; line-height:19px; font-weight: bolder; margin-top: 0px; margin-bottom: 0px}"); 
			}
		}
	 }
}
else{
	if( bName == "M"){
		// WIN IE
		document.writeln(".text9{font-size:10px; line-height:13px}");
		document.writeln(".text10n{font-Size:11px; line-height:13px}");
		document.writeln(".text10{font-Size:11px; line-height:14px}");
		document.writeln(".text10w{font-Size:11px; line-height:15px}");
		document.writeln(".text12n{font-Size:12px; line-height:15px}");
		document.writeln(".text12{font-Size:12px; line-height:20px}");
		document.writeln(".text12w{font-Size:12px; line-height:22px}");
		document.writeln(".text14n{font-Size:13px; line-height:20px}");
		document.writeln(".text14{font-Size:13px; line-height:22px}");
		document.writeln(".text14w{font-Size:13px; line-height:25px}");
		document.writeln(".text16w{font-Size:15px; line-height:21px}");
		document.writeln(".text18{font-Size:18px; line-height:21px; letter-spacing:2px}");
		document.writeln("h1{font-Size:12px; line-height:15px; font-weight: bolder; margin-top: 0px; margin-bottom: 0px}");
		document.writeln("h2{font-Size:14px; line-height:18px; font-weight: bolder; margin-top: 0px; margin-bottom: 0px}");
	}
	else{
		if( vNum < 5 ){
			// WIN NETSCAPE 4.x
			document.writeln(".text9{font-size:11px; line-height:15px}");
			document.writeln(".text10n{font-Size:11px; line-height:14px}");
			document.writeln(".text10{font-Size:11px; line-height:15px}");
			document.writeln(".text10w{font-Size:11px; line-height:17px}");
			document.writeln(".text12n{font-Size:12px; line-height:17px}");
			document.writeln(".text12{font-Size:12px; line-height:19px}");
			document.writeln(".text12w{font-Size:12px; line-height:21px}");
			document.writeln(".text14n{font-Size:15px; line-height:20px}");
			document.writeln(".text14{font-Size:15px; line-height:22px}");
			document.writeln(".text14w{font-Size:15px; line-height:24px}");
			document.writeln(".text16w{font-Size:15px; line-height:21px}");
			document.writeln(".text18{font-Size:18px; line-height:25px}");
			document.writeln("h1{font-Size:12px; line-height:15px; font-weight: bolder; margin-top: 0px; margin-bottom: 0px}");
			document.writeln("h2{font-Size:14px; line-height:18px; font-weight: bolder; margin-top: 0px; margin-bottom: 0px}");
		}
		else{
			if( bVer.indexOf("Netscape6", 0) > -1){
				// WIN NETSCAPE 6.x~
				document.writeln(".text9{font-size:10px; line-height:13px}");
				document.writeln(".text10n{font-Size:11px; line-height:13px}");
				document.writeln(".text10{font-Size:11px; line-height:14px}");
				document.writeln(".text10w{font-Size:11px; line-height:15px}");
				document.writeln(".text12n{font-Size:12px; line-height:17px}");
				document.writeln(".text12{font-Size:12px; line-height:19px}");
				document.writeln(".text12w{font-Size:12px; line-height:21px}");
				document.writeln(".text14n{font-Size:14px; line-height:20px}");
				document.writeln(".text14{font-Size:14px; line-height:22px}");
				document.writeln(".text14w{font-Size:14px; line-height:24px}"); 
				document.writeln(".text16w{font-Size:15px; line-height:21px}");
				document.writeln(".text18{font-Size:18px; line-height:23px}");
				document.writeln("h1{font-Size:12px; line-height:15px; font-weight: bolder; margin-top: 0px; margin-bottom: 0px}");
				document.writeln("h2{font-Size:14px; line-height:18px; font-weight: bolder; margin-top: 0px; margin-bottom: 0px}");
			}
			else{
				// WIN NETSCAPE 7.x~
				document.writeln(".text9{font-size:10px; line-height:13px}");
				document.writeln(".text10n{font-Size:11px; line-height:13px}");
				document.writeln(".text10{font-Size:11px; line-height:14px}");
				document.writeln(".text10w{font-Size:11px; line-height:15px}");
				document.writeln(".text12n{font-Size:12px; line-height:17px}");
				document.writeln(".text12{font-Size:12px; line-height:19px}");
				document.writeln(".text12w{font-Size:12px; line-height:21px}");
				document.writeln(".text14n{font-Size:14px; line-height:19px; letter-spacing:1px}");
				document.writeln(".text14{font-Size:14px; line-height:21px; letter-spacing:1px}");
				document.writeln(".text14w{font-Size:14px; line-height:23px; letter-spacing:1px}");
				document.writeln(".text16w{font-Size:15px; line-height:21px}");
				document.writeln(".text18{font-Size:18px; line-height:22px; letter-spacing:1px}");
				document.writeln("h1{font-Size:12px; line-height:17px; font-weight: bolder; margin-top: 0px; margin-bottom: 0px}");
				document.writeln("h2{font-Size:14px; line-height:19px; font-weight: bolder; margin-top: 0px; margin-bottom: 0px}");
			}
		}
	}
}
 document.writeln("--></STYLE>");