<!--
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
	if(ie){
	//FOR WINDOWS IE
	document.write(".s9{font-size:8pt; line-height:11pt}")
	document.write(".s10{font-size:9pt; line-height:12pt}")
	document.write(".honmon{font-size:10pt; line-height: 17pt}")
	document.write("body {  font-size: 10pt; line-height: 17pt}")
	document.write("td {  font-size: 10pt; line-height: 17pt}")
	document.write("font {  font-size: 10pt; line-height: 17pt}")
}
	else{
	//FOR WINDOWS NETSCAPE
	document.write(".s9{font-size:10pt; line-height:12pt}")
	document.write(".s10{font-size:11pt; line-height:13pt}")
	document.write(".honmon{font-size:14pt; line-height: 16pt}")
	document.write("body {  font-size: 14pt;}")
	document.write("td {  font-size: 14pt;}")
	document.write("font {  font-size: 14pt;}")
}
	}
else{
	if(ie){
	//FOR WINDOWS IE
	document.write(".s9{font-size:8pt; line-height:11pt}")
	document.write(".s10{font-size:9pt; line-height:12pt}")
	document.write(".honmon{font-size:12pt; line-height: 18pt}")
	document.write("body {  font-size: 12pt; line-height: 18pt}")
	document.write("td {  font-size: 12pt; line-height: 18pt}")
	document.write("font {  font-size: 12pt; line-height: 18pt}")
}
	else{
	//FOR WINDOWS NETSCAPE
	document.write(".s9{font-size:12pt; line-height:14pt}")
	document.write(".s10{font-size:13pt; line-height:15pt}")
	document.write(".honmon{font-size:14pt; line-height: 16pt}")
	document.write("body {  font-size: 14pt; }")
	document.write("td {  font-size: 14pt; }")
	document.write("font {  font-size: 14pt;}")
	}
}
document.write("--></STYLE>");	
//-->
