@charset "utf-8";
/* CSS Document */

body  {
      font-size:80%;
}

input  {
      font-size:80%;
      font-weight:bold;
}

td   {
      border-color: #000;
      border-bottom: solid 1px #000;
      color: #000;
      padding:2px;
}

.noprint  {
        display: none;
}

table  {
        border: solid 1px #000;
}
select {
       font-size: 75%;
       font-weight: bold;
}