	document.writeln("<STYLE TYPE='text/css'><!--")	if(navigator.appVersion.indexOf("Mac") > 1){		//MAC IE NN		document.writeln(".j9{font-size:9px; line-height:12px}");		document.writeln(".j10{font-Size:10px}");		document.writeln(".j12{font-Size:12px}");	}	else{		if(navigator.appName.charAt(0) == "M"){		//WIN IE		document.writeln(".j9{font-size:10px; line-height:12px}");		document.writeln(".j10{font-Size:11px; line-height:13px}");		document.writeln(".j12{font-Size:12px; line-height:15px}");		}		else{		//WIN NN		document.writeln(".j9{font-size:10px; line-height:11px}");		document.writeln(".j10{font-Size:11px; line-height:12px}");		document.writeln(".j12{font-Size:12px; line-height:15px}");		}	}	document.writeln("--><"+"/STYLE>");