@CHARSET "UTF-8";

body {
   font-family: verdana,helvetica,arial,sans-serif;
   font-size: 80%;
   color: #000000;
   background-color: #FFFFFF
}


td, th {
   font-size: 80%;
}




button {
   font-size: 80%;
   border: 1px outset;
   background: silver;
   margin-right: 4px
}


.button {
   color: black;
   font-size: 80%;
   text-decoration: none;
   border: 1px outset;
   background-color: silver;
   margin: 4px;
   padding: 4px;
   height: 24px;
   valign: bottom
}

input.button {
   font-size: 80%;
   border: 1px outset;
   background: silver;
   margin-right: 4px
}


.nobr {
   display: inline;
   white-space: nowrap;
}