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(".e9{font-size:60%; line-height:145%}");
		document.writeln(".e10n{font-Size:70%; line-height:115%}");
		document.writeln(".e10{font-Size:70%; line-height:130%}");
		document.writeln(".e10w{font-Size:70%; line-height:145%}");
		document.writeln(".e12n{font-Size:80%; line-height:125%}");
		document.writeln(".e12{font-Size:80%; line-height:145%}");
		document.writeln(".e12w{font-Size:80%; line-height:155%}");
		document.writeln(".e14n{font-Size:100%; line-height:105%}");
		document.writeln(".e14{font-Size:100%; line-height:120%}");
		document.writeln(".e14w{font-Size:100%; line-height:130%}");
		document.writeln(".e18{font-Size:120%; line-height:105%}");
	}
	else{
		if( vNum < 5 ){
			// MAC NETSCAPE 4.x
			document.writeln(".e9{font-size:80%; line-height:125%}");
			document.writeln(".e10n{font-Size:90%; line-height:110%}");
			document.writeln(".e10{font-Size:90%; line-height:120%}");
			document.writeln(".e10w{font-Size:90%; line-height:135%}");
			document.writeln(".e12n{font-Size:100%; line-height:140%}");
			document.writeln(".e12{font-Size:100%; line-height:160%}");
			document.writeln(".e12w{font-Size:100%; line-height:175%}");
			document.writeln(".e14n{font-Size:120%; line-height:155%}");
			document.writeln(".e14{font-Size:120%; line-height:170%}");
			document.writeln(".e14w{font-Size:120%; line-height:195%}");
			document.writeln(".e18{font-Size:150%; line-height:180%}");
		}
		else{
			if( bVer.indexOf("Netscape6", 0) > -1){
				// MAC NETSCAPE 6.x~
				document.writeln(".e9{font-size:70%; line-height:140%}");
				document.writeln(".e10n{font-Size:70%; line-height:145%}");
				document.writeln(".e10{font-Size:70%; line-height:155%}");
				document.writeln(".e10w{font-Size:70%; line-height:180%}");
				document.writeln(".e12n{font-Size:90%; line-height:140%}");
				document.writeln(".e12{font-Size:90%; line-height:160%}");
				document.writeln(".e12w{font-Size:90%; line-height:175%}");
				document.writeln(".e14n{font-Size:100%; line-height:120%}");
				document.writeln(".e14{font-Size:100%; line-height:135%}");
				document.writeln(".e14w{font-Size:100%; line-height:150%}");
				document.writeln(".e18{font-Size:130%; line-height:110%}");
			}
			else{
				// MAC NETSCAPE 7.x~
				document.writeln(".e9{font-size:70%; line-height:150%}");
				document.writeln(".e10n{font-Size:75%; line-height:120%}");
				document.writeln(".e10{font-Size:75%; line-height:130%}");
				document.writeln(".e10w{font-Size:75%; line-height:155%}");
				document.writeln(".e12n{font-Size:90%; line-height:130%}");
				document.writeln(".e12{font-Size:90%; line-height:150%}");
				document.writeln(".e12w{font-Size:90%; line-height:170%}");
				document.writeln(".e14n{font-Size:100%; line-height:135%}");
				document.writeln(".e14{font-Size:100%; line-height:150%}");
				document.writeln(".e14w{font-Size:100%; line-height:163%}");
				document.writeln(".e18{font-Size:130%; line-height:110%}");
			}
		}
	 }
}
else{
	if( bName == "M"){
		// WIN IE
		document.writeln(".e9{font-size:60%; line-height:135%}");
		document.writeln(".e10n{font-Size:70%; line-height:120%}");
		document.writeln(".e10{font-Size:70%; line-height:125%}");
		document.writeln(".e10w{font-Size:70%; line-height:140%}");
		document.writeln(".e12n{font-Size:80%; line-height:135%;}");
		document.writeln(".e12{font-Size:80%; line-height:145%;}");
		document.writeln(".e12w{font-Size:80%; line-height:165%;}");
		document.writeln(".e14n{font-Size:90%; line-height:125%;}");
		document.writeln(".e14{font-Size:90%; line-height:145%;}");
		document.writeln(".e14w{font-Size:90%; line-height:155%;}");
		document.writeln(".e18{font-Size:105%; line-height:120%; letter-spacing:1px}");
	}
	else{
		if( vNum < 5 ){
			// WIN NETSCAPE 4.x
			document.writeln(".e9{font-size:90%; line-height:120%;}");
			document.writeln(".e10n{font-size:95%; line-height:105%;}");
			document.writeln(".e10{font-size:95%; line-height:115%;}");
			document.writeln(".e10w{font-size:95%; line-height:125%;}");
			document.writeln(".e12n{font-Size:110%; line-height:135%;}");
			document.writeln(".e12{font-Size:110%; line-height:150%;}");
			document.writeln(".e12w{font-Size:110%; line-height:165%;}");
			document.writeln(".e14n{font-Size:130%; line-height:145%;}");
			document.writeln(".e14{font-Size:130%; line-height:165%;}");
			document.writeln(".e14w{font-Size:130%; line-height:180%;}");
			document.writeln(".e18{font-Size:155%; line-height:150%}");
		}
		else{
			if( bVer.indexOf("Netscape6", 0) > -1){
				// WIN NETSCAPE 6.x~
				document.writeln(".e9{font-size:60%; line-height:125%}");
				document.writeln(".e10n{font-Size:70%; line-height:120%}");
				document.writeln(".e10{font-Size:70%; line-height:130%}");
				document.writeln(".e10w{font-Size:70%; line-height:145%}");
				document.writeln(".e12n{font-Size:80%; line-height:130%}");
				document.writeln(".e12{font-Size:80%; line-height:150%}");
				document.writeln(".e12w{font-Size:80%; line-height:165%}");
				document.writeln(".e14n{font-Size:90%; line-height:135%}");
				document.writeln(".e14{font-Size:90%; line-height:150%}");
				document.writeln(".e14w{font-Size:90%; line-height:165%}");
				document.writeln(".e18{font-Size:110%; line-height:120%}");
			}
			else{
				// WIN NETSCAPE 7.x~
				document.writeln(".e9{font-size:60%; line-height:130%}");
				document.writeln(".e10n{font-Size:70%; line-height:115%}");
				document.writeln(".e10{font-Size:70%; line-height:125%}");
				document.writeln(".e10w{font-Size:70%; line-height:145%}");
				document.writeln(".e12n{font-Size:80%; line-height:130%}");
				document.writeln(".e12{font-Size:80%; line-height:150%;}");
				document.writeln(".e12w{font-Size:80%; line-height:165%}");
				document.writeln(".e14n{font-Size:90%; line-height:130%;}");
				document.writeln(".e14{font-Size:90%; line-height:145%;}");
				document.writeln(".e14w{font-Size:90%; line-height:160%;}");
				document.writeln(".e18{font-Size:110%; line-height:115%; letter-spacing:1px}");
			}
		}
	}
}
 document.writeln("--></STYLE>");