document.write("<STYLE TYPE='text/css'><!--\n");if(navigator.userAgent.indexOf("Mac") != -1){	if(navigator.appName.charAt(0) == "M"){	//Mac IE 		document.write(".s{font-Size:10px; line-height:14px;}\n");		document.write(".m{font-Size:12px; line-height:17px;}\n");		document.write(".l{font-Size:14px; line-height:20px;}\n");		}	else {	//Mac NN 		if( parseInt(navigator.appVersion) >= 5 ){			document.write(".s{font-Size:10px; line-height:14px;}\n");			document.write(".m{font-Size:12px; line-height:17px;}\n");			document.write(".l{font-Size:14px; line-height:20px;}\n");			}		else {			document.write(".s{font-Size:10px; line-height:14px;}\n");			document.write(".m{font-Size:12px; line-height:17px;}\n");			document.write(".l{font-Size:14px;  line-height:20px;}\n");			}		}	}	else {	if(navigator.appName.charAt(0) == "M"){	//Win IE 		document.write(".s{font-Size:xx-small; line-height:130%;}\n");		document.write(".m{font-Size:x-small; line-height:130%;}\n");		document.write(".l{font-Size:small; line-height:130%;}\n");		}	else {	//Win NN 		if( parseInt(navigator.appVersion) >= 5 ){			document.write(".s{font-Size:10px; line-height:12px;}\n");			document.write(".m{font-Size:12px; line-height:17px;}\n");			document.write(".l{font-Size:14px;  line-height:19px;}\n");			}		else {			document.write(".s{font-Size:10px; line-height:12px;}\n");			document.write(".m{font-Size:12px; line-height:17px;}\n");			document.write(".l{font-Size:14px;  line-height:19px;}\n");			}		}	} document.write("--></STYLE>");