<!--
document.write("<style type=text/css>");
document.write("<!--");
document.write("body,td,th{font-family:'MS PƒSƒVƒbƒN','Osaka'; font-size:12px; line-height:120%}");
document.write("a:link{text-decoration:underline ; color:#000033;}");
document.write("a:visited{text-decoration:underline ; color:#000033;}");
document.write("a:hover{text-decoration:none ; color:#cc0000;}");
document.write(".margin1{PADDING-LEFT: 15px;}");
document.write(".margin2{PADDING-right: 15px;}");

if(navigator.userAgent.indexOf('Mac')!= -1){
  if(navigator.appName.indexOf('Netscape') != -1){
  //mac netscape
  document.write(".font2{font-size:9px; line-height:120%}");
  document.write(".font3{font-size:10px; line-height:120%}");
  }
  else{
  //mac IE(not Netscape)
  document.write(".font2{font-size:9px; line-height:120%}");
  document.write(".font3{font-size:10px; line-height:120%}");
  }
}else{
 if(navigator.appName.indexOf('Netscape') != -1){
  //Windows(not mac) netscape
  document.write(".font2{font-size:10px; line-height:120%}");
  document.write(".font3{font-size:11px; line-height:120%}");
  }
  else{
  //Windows(not mac) IE(not Netscape)
  document.write(".font2{font-size:10px; line-height:120%}");
  document.write(".font3{font-size:11px; line-height:120%}");
  }
}
document.write("-->")
document.write("</style>")
//-->