if(navigator.appVersion.indexOf("Mac",0) != -1){
//?os
	if(navigator.userAgent.indexOf("Netscape6",0) != -1){
	//mac ns6
		document.writeln("<style type=\"text/css\"><!--");
		document.writeln("\.small { font-size\: 8pt\; line-height\: 12pt }");
		document.writeln("\.text { font-size\: 9pt\; line-height\: 14pt }");
		document.writeln("\.nolinesmall { font-size\: 8pt\; }");
		document.writeln("\.nolinetext { font-size\: 9pt\; }");
		document.writeln("body { background-color: white; font-size\: 9pt\; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka';}");
		document.writeln("tr,td,th { font-size\: 9pt\; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka';}");
		document.writeln("--></style>");
	}
	else if(navigator.appVersion.indexOf("MSIE 5.0")<=0){
	//mac ns
		document.writeln("<style type=\"text/css\"><!--");
		document.writeln("\.small { font-size\: 12pt\; line-height\: 14pt }");
		document.writeln("\.text { font-size\: 14pt\; line-height\: 20pt }");
		document.writeln("\.nolinesmall { font-size\: 12pt\; }");
		document.writeln("\.nolinetext { font-size\: 14pt\; }");
		document.writeln("body { background-color: white; font-size\: 14pt\; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka';}");
		document.writeln("tr,td,th { font-size\: 14pt\; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka';}");
		document.writeln("--></style>");
	}
	else{
	//mac ie5
		document.writeln("<style type=\"text/css\"><!--");
		document.writeln("\.small { font-size\: 8pt\; line-height\: 12pt }");
		document.writeln("\.text { font-size\: 10pt\; line-height\: 14pt }");
		document.writeln("\.nolinesmall { font-size\: 8pt\; }");
		document.writeln("\.nolinetext { font-size\: 10pt\; }");
		document.writeln("body { background-color: white; font-size\: 10pt\; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka';}");
		document.writeln("tr,td,th { font-size\: 10pt\; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka';}");
		document.writeln("--></style>");
	}

}else {
//win
	document.writeln("<style type=\"text/css\"><!--");
	document.writeln("\.small { font-size\: 9pt\; line-height\: 14pt }");
	document.writeln("\.text { font-size\: 11pt\; line-height\: 17pt }");
	document.writeln("\.nolinesmall { font-size\: 9pt\; }");
	document.writeln("\.nolinetext { font-size\: 11pt\; }");
	document.writeln("body { background-color: white; font-size\: 11pt\; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka';}");
	document.writeln("tr,td,th { font-size\: 11pt\; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka';}");
	document.writeln("--></style>");
}
