mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE type='text/css'><!--")
	if(mac){
	//FOR MACINTOSH IE NS
	document.write("BODY,TH,TR,TD{font-size:12px; font-family:Osaka}")
	document.write(".e10{font-size:10px; font-family:Verdana}")
	document.write(".e12{font-size:12px; font-family:Verdana}")
	document.write(".j10{font-size:10px; font-family:Osaka}")
	document.write(".j12{font-size:12px; font-family:Osaka}")
}
else{
if(ie){
	//FOR WINDOWS IE
	document.write("BODY,TH,TR,TD{font-size:12px; line-height:120%; letter-spacing:1px; font-family:‚l‚r ‚oƒSƒVƒbƒN}")
	document.write(".e10{font-size:xx-small; line-height:120%; font-family:Verdana}")
	document.write(".e12{font-size:x-small; line-height:120%; font-family:Verdana}")
	document.write(".j10{font-size:xx-small; line-height:120%; letter-spacing:1px; font-family:‚l‚r ‚oƒSƒVƒbƒN}")
	document.write(".j12{font-size:x-small; line-height:120%; letter-spacing:1px; font-family:‚l‚r ‚oƒSƒVƒbƒN}")
}
else{
	//FOR WINDOWS NETSCAPE
	document.write("BODY,TH,TR,TD{font-size:12px; line-height:130%}; BODY,TH,TR,TD{font-family:‚l‚r ‚oƒSƒVƒbƒN}")
	document.write(".e10{font-size:10px; line-height:130%} .e10{font-family:Verdana}")
	document.write(".e12{font-size:12px; line-height:130%} .e12{font-family:Verdana}")
	document.write(".j10{font-size:10px; line-height:130%}; .j10{font-family:‚l‚r ‚oƒSƒVƒbƒN}")
	document.write(".j12{font-size:12px; line-height:130%}; .j12{font-family:‚l‚r ‚oƒSƒVƒbƒN}")
}
}
document.write("--></STYLE>");
