<!--

if(navigator.appVersion.indexOf("Macintosh") != -1 && navigator.appName == "Netscape")
	document.writeln("<link rel=\"stylesheet\" href=\"style_mac.css\" type=\"text/css\">");
else
	document.writeln("<link rel=\"stylesheet\" href=\"style.css\" type=\"text/css\">");

//-->

