
//=================================================

	os   = navigator.appVersion.indexOf("Mac");
	
	if ( os >= 0 ) {
			document.write("<STYLE TYPE='text/css'>")
			document.write("<!--")
			document.write(" td { letter-spacing:-1px }")
			document.write("-->")
			document.write("</STYLE>")
	}

//=================================================

	os   = navigator.appVersion.indexOf("Mac");
	ver1 = navigator.appVersion.charAt(0);
	ver2 = navigator.appVersion.indexOf("5.0");
	
	if ( os >= 0 ) {
		if ( ver1 <= "4"  &&  ver2 < 0 ) {
			document.write("<STYLE TYPE='text/css'>")
			document.write("<!--")
			document.write("   span.a { font-size:12pt; line-height:20px }")
			document.write("   span.b { font-size:12pt; line-height:15px }")
			document.write("   span.c { font-size:14pt; line-height:22px }")
			document.write("   span.d { font-size:14pt; line-height:18px }")
			document.write("   span.e { font-size:10pt }")
			document.write("   span.f { font-size:14pt }")
			document.write("     body { font-size:12pt }")
			document.write("       td { font-size:12pt; letter-spacing:-1px }")
			document.write("-->")
			document.write("</STYLE>")
		}
	}

//=================================================
