/* Button link effect */
a.btn {  
  text-decoration:none;
  color:black;
  background:none;
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
  font-size:9pt;
}

a.btn:hover {  
  text-decoration:none;
  color:red;
  background:none;
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
  font-size:9pt;
}

/* Left side of button class */
td.btnL {
  background-image:url('../pic/button/left.jpg');
  width:10px;
  height:29px;
}
/* Middle of button class */
td.btnM {
  background-image:url('../pic/button/mid.jpg'); 
  height:29px; 
  text-align:center;
  white-space:nowrap;
}
/* Right side of button class */
td.btnR {
  background-image:url('../pic/button/right.jpg');
  width:10px;
  height:29px;  
}