var verNum = navigator.appVersion.charAt(0);
var browserName = navigator.appName.charAt(0);

document.writeln("<STYLE TYPE='text/css'><!--");

if(navigator.appVersion.indexOf("Mac") > -1){
	if( browserName == "M"){
		// MAC IE
		document.writeln(".j9{font-size:xx-small;}");
		document.writeln(".j9-h{font-size:xx-small; line-height:150%}");
		document.writeln(".j10{font-Size:x-small;}");
		document.writeln(".j10-h{font-Size:x-small; line-height:140%}");
		document.writeln(".j10-w{font-Size:x-small; font-weight:bold;}");
		document.writeln(".j12{font-Size:small;}");
		document.writeln(".j12-h{font-Size:small; line-height:140%;}");
		document.writeln(".j12-w{font-Size:small; font-weight:bold;}");
		document.writeln(".j14{font-Size:medium;}");
		document.writeln(".j14-h{font-Size:medium; line-height:140%;}");
		document.writeln(".j14-w{font-Size:medium; font-weight:bold;}");
		document.writeln(".j16{font-Size:large;}");
	}
	else{
		if( verNum > 7 ){
	// MAC NETSCAPE 7.x~
		document.writeln(".j9{font-size:x-small;}");
		document.writeln(".j9-h{font-size:x-small; line-height:150%}");
		document.writeln(".j10{font-Size:small;}");
		document.writeln(".j10-h{font-Size:small; line-height:140%}");
		document.writeln(".j10-w{font-Size:small; font-weight:bold;}");
		document.writeln(".j12{font-Size:medium;}");
		document.writeln(".j12-h{font-Size:medium; line-height:140%;}");
		document.writeln(".j12-w{font-Size:medium; font-weight:bold;}");
		document.writeln(".j14{font-Size:large;}");
		document.writeln(".j14-h{font-Size:large; line-height:140%;}");
		document.writeln(".j14-w{font-Size:large; font-weight:bold;}");
		document.writeln(".j16{font-Size:x-large;}");
		}
		else{
		document.writeln(".j9{font-size:x-small;}");
		document.writeln(".j9-h{font-size:x-small; line-height:150%}");
		document.writeln(".j10{font-Size:small;}");
		document.writeln(".j10-h{font-Size:small; line-height:140%}");
		document.writeln(".j10-w{font-Size:small; font-weight:bold;}");
		document.writeln(".j12{font-Size:medium;}");
		document.writeln(".j12-h{font-Size:medium; line-height:140%;}");
		document.writeln(".j12-w{font-Size:medium; font-weight:bold;}");
		document.writeln(".j14{font-Size:large;}");
		document.writeln(".j14-h{font-Size:large; line-height:140%;}");
		document.writeln(".j14-w{font-Size:large; font-weight:bold;}");
		document.writeln(".j16{font-Size:x-large;}");
		}
	}
}
else{
	if( browserName == "M"){
		// WIN IE
		document.writeln(".j9{font-size:xx-small; line-height:150%}");
		document.writeln(".j10{font-Size:x-small; line-height:150%}");
		document.writeln(".j10-w{font-Size:x-small; font-weight:bold;}");
		document.writeln(".j12{font-Size:small; line-height:140%;}");
		document.writeln(".j12-w{font-Size:small; font-weight:bold;}");
		document.writeln(".j14{font-Size:medium; line-height:140%;}");
		document.writeln(".j14-w{font-Size:medium; font-weight:bold;}");
		document.writeln(".j16{font-Size:large;}");
	}
	else{
		if( verNum >= 5 ){
		// WIN NETSCAPE 7.x~
		document.writeln(".j9{font-size:x-small;}");
		document.writeln(".j9-h{font-size:x-small; line-height:160%}");
		document.writeln(".j10{font-Size:small;}");
		document.writeln(".j10-h{font-Size:small; line-height:130%}");
		document.writeln(".j10-w{font-Size:small; font-weight:bold;}");
		document.writeln(".j12{font-Size:medium;}");
		document.writeln(".j12-w{font-Size:medium; font-weight:bold;}");
		document.writeln(".j12-h{font-Size:medium; line-height:133%;}");
		document.writeln(".j14{font-Size:large;}");
		document.writeln(".j14-h{font-Size:large; line-height:140%;}");
		document.writeln(".j14-w{font-Size:large; font-weight:bold;}");
		document.writeln(".j16{font-Size:x-large;}");
		}
	}
}
document.writeln("--></STYLE>");
