var vNum = navigator.appVersion.charAt(0);var bName = navigator.appName.charAt(0);document.writeln("<STYLE TYPE='text/css'><!--");if(navigator.appVersion.indexOf("Mac") > -1){	if( bName == "M")		{			//IE for Mac			document.writeln(".size9{font-size:9px; line-height:13px}");			document.writeln(".size10{font-Size:10px; line-height:14px}");			document.writeln(".size12{font-Size:12px; line-height:18px}");			document.writeln(".size14{font-Size:14px; line-height:21px}");			document.writeln(".size16{font-Size:16px; line-height:23px}");			document.writeln(".size18{font-Size:18px; line-height:24px}");		}		else		{			if( vNum < 5 )			{				//NN4 for Mac				document.writeln(".size9{font-size:9px; line-height:13px}");				document.writeln(".size10{font-Size:10px; line-height:14px}");				document.writeln(".size12{font-Size:12px; line-height:17px}");				document.writeln(".size14{font-Size:14px; line-height:20px}");				document.writeln(".size16{font-Size:16px; line-height:24px}");				document.writeln(".size18{font-Size:18px; line-height:25px}");			}			else			{				//NN6 for Mac				document.writeln(".size9{font-size:9px; line-height:13px}");				document.writeln(".size10{font-Size:10px; line-height:14px}");				document.writeln(".size12{font-Size:12px; line-height:18px}");				document.writeln(".size14{font-Size:14px; line-height:22px}");				document.writeln(".size16{font-Size:16px; line-height:24px}");				document.writeln(".size18{font-Size:18px; line-height:25px}");			}		}}else{	if( bName == "M")	{		//IE for Win		document.writeln(".size9{font-size:10px; line-height:13px}");		document.writeln(".size10{font-Size:11px; line-height:14px}");		document.writeln(".size12{font-Size:12px; line-height:18px; letter-spacing:1px}");		document.writeln(".size14{font-Size:14px; line-height:22px; letter-spacing:1px}");		document.writeln(".size16{font-Size:16px; line-height:23px; letter-spacing:1px}");		document.writeln(".size18{font-Size:18px; line-height:24px; letter-spacing:1px}");	}	else	{		if( vNum < 5 )		{			//NN4 for Win			document.writeln(".size9{font-size:11px; line-height:12px}");			document.writeln(".size10{font-Size:11px; line-height:14px}");			document.writeln(".size12{font-Size:12px; line-height:18px}");			document.writeln(".size14{font-Size:14px; line-height:21px}");			document.writeln(".size16{font-Size:16px; line-height:23px}");			document.writeln(".size18{font-Size:18px; line-height:24px}");		}		else		{			//NN6 for Win			document.writeln(".size9{font-size:10px; line-height:13px}");			document.writeln(".size10{font-Size:11px; line-height:14px}");			document.writeln(".size12{font-Size:12px; line-height:18px; letter-spacing:1px}");			document.writeln(".size14{font-Size:14px; line-height:21px; letter-spacing:1px}");			document.writeln(".size16{font-Size:16px; line-height:23px; letter-spacing:1px}");			document.writeln(".size18{font-Size:18px; line-height:24px; letter-spacing:1px}");				}	}} document.writeln("--></STYLE>");