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(".a9{font-size:9px; line-height:120%}");
		document.writeln(".a9m{font-size:9px; line-height:150%}");
		document.writeln(".a10{font-Size:10px; line-height:120%}");
		document.writeln(".a10m{font-Size:10px; line-height:150%}");
		document.writeln(".a12{font-size:12px; line-height:120%}");
		document.writeln(".a14{font-Size:14px; line-height:120%}");
		document.writeln(".a18{font-Size:18px; line-height:120%}");
	}
	else{
		if( vNum < 5 ){
			// MAC NETSCAPE 4.x
		document.writeln(".a9{font-size:9px; line-height:120%}");
		document.writeln(".a9m{font-size:9px; line-height:150%}");
		document.writeln(".a10{font-Size:10px; line-height:120%}");
		document.writeln(".a10m{font-Size:10px; line-height:150%}");
		document.writeln(".a12{font-size:12px; line-height:120%}");
		document.writeln(".a14{font-Size:14px; line-height:120%}");
		document.writeln(".a18{font-Size:18px; line-height:120%}");
		}
		else{
			if( bVer.indexOf("Netscape6", 0) > -1){
				// MAC NETSCAPE 6.x~
		document.writeln(".a9{font-size:9px; line-height:120%}");
		document.writeln(".a9m{font-size:9px; line-height:150%}");
		document.writeln(".a10{font-Size:10px; line-height:120%}");
		document.writeln(".a10m{font-Size:10px; line-height:150%}");
		document.writeln(".a12{font-size:12px; line-height:120%}");
		document.writeln(".a14{font-Size:14px; line-height:120%}");
		document.writeln(".a18{font-Size:18px; line-height:120%}");
			}
			else{
				// MAC NETSCAPE 7.x~
		document.writeln(".a9{font-size:9px; line-height:120%}");
		document.writeln(".a9m{font-size:9px; line-height:150%}");
		document.writeln(".a10{font-Size:10px; line-height:120%}");
		document.writeln(".a10m{font-Size:10px; line-height:150%}");
		document.writeln(".a12{font-size:12px; line-height:120%}");
		document.writeln(".a14{font-Size:14px; line-height:120%}");
		document.writeln(".a18{font-Size:18px; line-height:120%}");
			}
		}
	 }
}
else{
	if( bName == "M"){
		// WIN IE
		document.writeln(".a9{font-size:10px; line-height:120%}");
		document.writeln(".a9m{font-size:10px; line-height:150%}");
		document.writeln(".a10{font-Size:11px; line-height:120%}");
		document.writeln(".a10m{font-Size:11px; line-height:150%}");
		document.writeln(".a12{font-size:13px; line-height:120%}");
		document.writeln(".a14{font-Size:15px; line-height:120%}");
		document.writeln(".a18{font-Size:18px; line-height:120%}");
	}
	else{
		if( vNum < 5 ){
			// WIN NETSCAPE 4.x
		document.writeln(".a9{font-size:11px; line-height:120%}");
		document.writeln(".a9m{font-size:11px; line-height:150%}");
		document.writeln(".a10{font-Size:11px; line-height:120%}");
		document.writeln(".a10m{font-Size:11px; line-height:150%}");
		document.writeln(".a12{font-size:13px; line-height:120%}");
		document.writeln(".a14{font-Size:15px; line-height:120%}");
		document.writeln(".a18{font-Size:18px; line-height:120%}");
		}
		else{
			if( bVer.indexOf("Netscape6", 0) > -1){
				// WIN NETSCAPE 6.x~
		document.writeln(".a9{font-size:10px; line-height:120%}");
		document.writeln(".a9m{font-size:10px; line-height:150%}");
		document.writeln(".a10{font-Size:11px; line-height:120%}");
		document.writeln(".a10m{font-Size:11px; line-height:150%}");
		document.writeln(".a12{font-size:13px; line-height:120%}");
		document.writeln(".a14{font-Size:15px; line-height:120%}");
		document.writeln(".a18{font-Size:18px; line-height:120%}");
			}
			else{
				// WIN NETSCAPE 7.x~
		document.writeln(".a9{font-size:10px; line-height:120%}");
		document.writeln(".a9m{font-size:10px; line-height:150%}");
		document.writeln(".a10{font-Size:11px; line-height:120%}");
		document.writeln(".a10m{font-Size:11px; line-height:150%}");
		document.writeln(".a12{font-size:13px; line-height:120%}");
		document.writeln(".a14{font-Size:15px; line-height:120%}");
		document.writeln(".a18{font-Size:18px; line-height:120%}");
			}
		}
	}
}
 document.writeln("--></STYLE>");