<!--
document.write( "<STYLE type=text/css><!--" );
document.write("body,td,th { font-family:'MS PƒSƒVƒbƒN','Osaka' }");
document.write("body { background-color: #FFFFFF }");
document.write("a { color:#000399 }");
document.write("a:link { text-decoration:underline }");
document.write("a:visited { text-decoration:underline }");
document.write("a:hover { text-decoration:underline; color:#6699CC }");
document.write(".copy { color:#CCCCCC }");
document.write(".maillink { color:#FFFFFF }");
document.write("li { list-style-type: none }");

if(navigator.userAgent.indexOf('Mac')!= -1){
  if(navigator.appName.indexOf('Netscape') != -1){
  //mac_netscape
	 document.write("td,th { font-size:medium }");
		document.write(".lineh { line-height:120% }");
	 document.write(".s { font-size:small }");
		document.write(".copy,.maillink { font-size:medium }");
  }
  else{
  //mac_IE
	 document.write("td,th { font-size:x-small }");
		document.write(".lineh { line-height:120% }");
		document.write(".s { font-size:xx-small }");
		document.write(".copy,.maillink { font-size:x-small }");
  }
}else{
 if(navigator.appName.indexOf('Netscape') != -1){
  //Windows_netscape
	 document.write("td,th { font-size:small }");
		document.write(".lineh { line-height:120% }");
	 document.write(".s { font-size:x-small }");
		document.write(".copy,.maillink { font-size:small }");
  }
  else{
  //Windows_IE
	 document.write("td,th { font-size:x-small }");
		document.write(".lineh { line-height:120% }");
	 document.write(".s { font-size:xx-small }");
		document.write(".copy,.maillink { font-size:x-small }");	
  }
}
document.write("--></style>")
//-->
