

	ie4 = navigator.appName == "Microsoft Internet Explorer" && !document.getElementById
	ie5 = navigator.appName == "Microsoft Internet Explorer" && document.getElementById
	nn4 = document.layers? 1 : 0
	mo5 = navigator.userAgent.indexOf("Gecko") != -1
	op5 = document.opera? 1 : 0
	mac = navigator.platform == "Mac"

	document.writeln("<style type=\"text/css\">")
	document.writeln("<!--")

	if(mac)
	{
		if(ie4||ie5)
		{
			document.writeln(".j12		{ font-size:12px; line-height:15px; }")
			document.writeln(".j14		{ font-size:14px; line-height:17px; }")
			document.writeln(".j12b		{ font-size:12px; font-weight:bold; line-height:15px; }")
			document.writeln(".j14b		{ font-size:12px; line-height:18px; }")
		}
		if(nn4)
		{
			document.writeln(".j12		{ font-size:12px; line-height:15px; }")
			document.writeln(".j14		{ font-size:15px; line-height:18px; }")
			document.writeln(".j12b		{ font-size:12px; font-weight:bold; line-height:15px; }")
			document.writeln(".j14b		{ font-size:15px; font-weight:bold; line-height:18px; }")
		}
		if(mo5)
		{
			document.writeln(".j12		{ font-family:‚l‚r ƒSƒVƒbƒN,Osaka,san-serif; font-size:12px; line-height:15px; }")
			document.writeln(".j14		{ font-family:‚l‚r ƒSƒVƒbƒN,Osaka,san-serif; font-size:14px; line-height:18px; }")
			document.writeln(".j12b		{ font-family:‚l‚r ƒSƒVƒbƒN,Osaka,san-serif; font-size:12px; font-weight:bold; line-height:15px; }")
			document.writeln(".j14b		{ font-family:‚l‚r ƒSƒVƒbƒN,Osaka,san-serif; font-size:14px; font-weight:bold; line-height:18px; }")
		}
	}
	else
	{
		if(ie4||ie5)
		{
			document.writeln(".j12		{ font-size:12px; line-height:15px; left-spacing:1px; }")
			document.writeln(".j14		{ font-size:14px; line-height:18px; left-spacing:1px; }")
			document.writeln(".j12b		{ font-size:12px; font-weight:bold; line-height:15px; left-spacing:1px; }")
			document.writeln(".j14b		{ font-size:14px; font-weight:bold; line-height:18px; left-spacing:1px; }")
		}
		if(nn4)
		{
			document.writeln(".j12		{ font-size:12px; line-height:15px; }")
			document.writeln(".j14		{ font-size:15px; line-height:18px; }")
			document.writeln(".j12b		{ font-size:12px; font-weight:bold; line-height:15px; }")
			document.writeln(".j14b		{ font-size:15px; font-weight:bold; line-height:18px; }")
		}
		if(mo5)
		{
			document.writeln(".j12		{ font-family:‚l‚r ƒSƒVƒbƒN,Osaka,san-serif; font-size:12px; line-height:15px; left-spacing:1px; }")
			document.writeln(".j14		{ font-family:‚l‚r ƒSƒVƒbƒN,Osaka,san-serif; font-size:14px; line-height:18px; left-spacing:1px; }")
			document.writeln(".j12b		{ font-family:‚l‚r ƒSƒVƒbƒN,Osaka,san-serif; font-size:12px; font-weight:bold; line-height:15px; left-spacing:1px; }")
			document.writeln(".j14b		{ font-family:‚l‚r ƒSƒVƒbƒN,Osaka,san-serif; font-size:14px; font-weight:bold; line-height:18px; left-spacing:1px; }")
		}
	}

	document.writeln(".j12 , .j14 , .j12b , .j14b	{ color:#000000; }")

	document.writeln("-->")
	document.writeln("</style>")