if(navigator.appVersion.indexOf("Mac",0) != -1){
//?os

	if(navigator.userAgent.indexOf("Netscape6/6.0",0) != -1){
	//mac ns6
	document.writeln("<style type=\"text/css\"><!--\.small { font-size\: 10pt\; line-height\: 14pt }\.text { font-size\: 10pt\; line-height\: 14pt }\.noline { font-size: 10pt }\.noline_s { font-size: 10pt }--></style>");
	}
	
	else if(navigator.appVersion.indexOf("MSIE 5.0")<=0){
	//mac ns
	document.writeln("<style type=\"text/css\"><!--\.small { font-size\: 10pt\; line-height\: 14pt }\.text { font-size\: 12pt\; line-height\: 20pt }\.noline { font-size: 12pt }\.noline_s { font-size: 10pt }--></style>");
	}
	
	
	else{
	//mac ie5
	document.writeln("<style type=\"text/css\"><!--\.small { font-size: 8pt\; line-height\: 12pt }\.text { font-size: 10pt\; line-height\: 14pt }\.noline { font-size: 10pt }\.noline_s { font-size: 8pt }--></style>");
	}

}else {
//win
document.writeln("<style type=\"text/css\"><!--\.small { font-size: 9pt\; line-height\: 12pt }\.text { font-size: 11pt\; line-height\: 18pt }\.noline { font-size: 11pt }\.noline_s { font-size: 9pt }--></style>");
}
