<!--
 body {background-color:white; color:black; margin:0; padding:0;
       font-family:sans-serif; font-size:11pt;}
 
 .normal {font-size:100%; font-weight:normal; background-color:white;}
 .normal a:link {font-weight:bold; color:black; text-decoration: none;}
 .normal a:visited {font-weight:bold; color:black; text-decoration: none;}
 .normal a:hover {font-weight:bold; color:red; text-decoration: none;}
 .normal a:active {font-weight:bold; color:red; text-decoration: none;}
 
 .menutxt {font-size:75%; font-weight:bold; text-align:center;}
 .menutxt a:link {color:gray; text-decoration: none;}
 .menutxt a:visited {color:gray; text-decoration: none;}
 .menutxt a:hover {color:red; text-decoration: none;}
 .menutxt a:active {color:red; text-decoration: none;}
  
 .nolk a:hover {color:black; }
 
 .linesb {border-bottom:1px solid #ddd;}
 .linest {border-top:1px solid #ddd;}
 .linesl {border-left:1px solid #ddd;}
 .linesr {border-right:1px solid #ddd;} 
 .liness {border-left:1px solid #ddd; 
          border-right:1px solid #ddd;}
 
 .quicktxt {font-size:75%;}
 .minitxt {font-size:60%;}

 .bld {font-weight:bold;}
 
 .tp { vertical-align:top; }
  -->