document.write('<style type="text/css" media="all">\n');document.write('<!--\n');//////////////////////////////////////////////////////////////////////// BROWSER CHECK//////////////////////////////////////////////////////////////////////	var UA  = navigator.userAgent.toUpperCase();	var AN  = navigator.appName.toUpperCase();	//////////////////////////////////////////////////////////////////////	// Safari	//////////////////////////////////////////////////////////////////////	if (UA.indexOf("SAFARI") >= 0) {		//////////////////////////////////////////////////////////////////////		// alert("SAFARI : MAC");		//////////////////////////////////////////////////////////////////////		document.write('.size1 { font-size: 60%; line-height: 140%;}\n');		document.write('.size2 { font-size: 75%; line-height: 140%;}\n');		document.write('.size3 { font-size: 90%; line-height: 140%;}\n');		document.write('.size4 { font-size: 110%; line-height: 140%;}\n');		document.write('.size5 { font-size: 150%; line-height: 150%;}\n');		document.write('.size1b { font-size: 60%; font-weight: bold; line-height: 140%;}\n');		document.write('.size2b { font-size: 75%; font-weight: bold; line-height: 140%;}\n');		document.write('.size3b { font-size: 90%; font-weight: bold; line-height: 140%;}\n');		document.write('.size4b { font-size: 110%; font-weight: bold; line-height: 140%;}\n');		document.write('.size5b { font-size: 150%; font-weight: bold; line-height: 150%;}\n');	//////////////////////////////////////////////////////////////////////	// Forefox / Mozilla / Netscape	//////////////////////////////////////////////////////////////////////	} else if (AN.indexOf("NETSCAPE") >= 0)  {		var appVer = navigator.appVersion;		var ver    = eval(appVer.substring(0, appVer.indexOf(" ", 0)));		//////////////////////////////////////////////////////////////////////		// Forefox / Mozilla		//////////////////////////////////////////////////////////////////////		if (ver >= 5) {			if (UA.indexOf("MAC") >= 0) {				//////////////////////////////////////////////////////////////////////				// alert("Forefox / Mozilla / Netscape : MAC");				//////////////////////////////////////////////////////////////////////				document.write('.size1 { font-size: 75%; line-height: 140%;}\n');				document.write('.size2 { font-size: 90%; line-height: 140%;}\n');				document.write('.size3 { font-size: 100%; line-height: 140%;}\n');				document.write('.size4 { font-size: 130%; line-height: 140%;}\n');				document.write('.size5 { font-size: 180%; line-height: 140%;}\n');				document.write('.size1b { font-size: 75%; font-weight: bold; line-height: 140%;}\n');				document.write('.size2b { font-size: 90%; font-weight: bold; line-height: 140%;}\n');				document.write('.size3b { font-size: 100%; font-weight: bold; line-height: 140%;}\n');				document.write('.size4b { font-size: 130%; font-weight: bold; line-height: 140%;}\n');				document.write('.size5b { font-size: 180%; font-weight: bold; line-height: 140%;}\n');			} else {				//////////////////////////////////////////////////////////////////////				// alert("Forefox / Mozilla / Netscape : WIN and OTHER");				//////////////////////////////////////////////////////////////////////				document.write('.size1 { font-size: 70%; line-height: 145%;}\n');				document.write('.size2 { font-size: 75%; line-height: 155%;}\n');				document.write('.size3 { font-size: 90%; line-height: 145%;}\n');				document.write('.size4 { font-size: 120%; line-height: 130%;}\n');				document.write('.size5 { font-size: 155%; line-height: 130%;}\n');				document.write('.size1b { font-size: 70%; font-weight: bold; line-height: 145%;}\n');				document.write('.size2b { font-size: 75%; font-weight: bold; line-height: 155%;}\n');				document.write('.size3b { font-size: 90%; font-weight: bold; line-height: 145%;}\n');				document.write('.size4b { font-size: 120%; font-weight: bold; line-height: 130%;}\n');				document.write('.size5b { font-size: 155%; font-weight: bold; line-height: 130%;}\n');			}		//////////////////////////////////////////////////////////////////////		// Netscape 4.7 or Before		//////////////////////////////////////////////////////////////////////		} else {			if (UA.indexOf("MAC") >= 0) {				//////////////////////////////////////////////////////////////////////				// alert("Netscape 4.7 or Before : MAC");				//////////////////////////////////////////////////////////////////////				document.write('.size1 { font-size: 10px; line-height: 12px;}\n');				document.write('.size2 { font-size: 12px; line-height: 14px;}\n');				document.write('.size3 { font-size: 14px; line-height: 15px;}\n');				document.write('.size4 { font-size: 18px; line-height: 22px;}\n');				document.write('.size5 { font-size: 25px; line-height: 27px;}\n');				document.write('.size1b { font-size: 10px; font-weight: bold; line-height: 12px;}\n');				document.write('.size2b { font-size: 12px; font-weight: bold; line-height: 14px;}\n');				document.write('.size3b { font-size: 14px; font-weight: bold; line-height: 15px;}\n');				document.write('.size4b { font-size: 18px; font-weight: bold; line-height: 22px;}\n');				document.write('.size5b { font-size: 25px; font-weight: bold; line-height: 27px;}\n');			} else {				//////////////////////////////////////////////////////////////////////				// alert("Netscape 4.7 or Before : WIN and OTHER");				//////////////////////////////////////////////////////////////////////				document.write('.size1 { font-size: 11px; line-height: 13px;}\n');				document.write('.size2 { font-size: 12px; line-height: 16px;}\n');				document.write('.size3 { font-size: 15px; line-height: 18px;}\n');				document.write('.size4 { font-size: 20px; line-height: 25px;}\n');				document.write('.size5 { font-size: 25px; line-height: 25px;}\n');				document.write('.size1b { font-size: 11px; font-weight: bold; line-height: 13px;}\n');				document.write('.size2b { font-size: 12px; font-weight: bold; line-height: 16px;}\n');				document.write('.size3b { font-size: 15px; font-weight: bold; line-height: 18px;}\n');				document.write('.size4b { font-size: 20px; font-weight: bold; line-height: 25px;}\n');				document.write('.size5b { font-size: 25px; font-weight: bold; line-height: 25px;}\n');			}		}	//////////////////////////////////////////////////////////////////////	// Internet Explorer and Default	//////////////////////////////////////////////////////////////////////	} else {		if (UA.indexOf("MAC") >= 0) {			//////////////////////////////////////////////////////////////////////			// alert("Internet Explorer and Default : MAC");			//////////////////////////////////////////////////////////////////////			document.write('.size1 { font-size: 70%; line-height: 125%;}\n');			document.write('.size2 { font-size: 85%; line-height: 125%;}\n');			document.write('.size3 { font-size: 100%; line-height: 125%;}\n');			document.write('.size4 { font-size: 130%; line-height: 115%;}\n');			document.write('.size5 { font-size: 150%; line-height: 120%;}\n');			document.write('.size1b { font-size: 70%; font-weight: bold; line-height: 125%;}\n');			document.write('.size2b { font-size: 85%; font-weight: bold; line-height: 125%;}\n');			document.write('.size3b { font-size: 100%; font-weight: bold; line-height: 125%;}\n');			document.write('.size4b { font-size: 130%; font-weight: bold; line-height: 120%;}\n');			document.write('.size5b { font-size: 150%; font-weight: bold; line-height: 120%;}\n');		} else {			//////////////////////////////////////////////////////////////////////			// alert("Internet Explorer and Default : WIN and OTHER");			//////////////////////////////////////////////////////////////////////			document.write('.size1 { font-size: 55%; line-height: 160%;}\n');			document.write('.size2 { font-size: 75%; line-height: 150%;}\n');			document.write('.size3 { font-size: 90%; line-height: 150%;}\n');			document.write('.size4 { font-size: 120%; line-height: 130%;}\n');			document.write('.size5 { font-size: 155%; line-height: 130%;}\n');			document.write('.size1b { font-size: 60%; font-weight: bold; line-height: 160%;}\n');			document.write('.size2b { font-size: 75%; font-weight: bold; line-height: 150%;}\n');			document.write('.size3b { font-size: 90%; font-weight: bold; line-height: 150%;}\n');			document.write('.size4b { font-size: 120%; font-weight: bold; line-height: 130%;}\n');			document.write('.size5b { font-size: 155%; font-weight: bold; line-height: 130%;}\n');		}	}//////////////////////////////////////////////////////////////////////document.write('-->\n');document.write('</style>\n');