a.menu {
         text-decoration: none;
         font-size: 14;
       }
td.menu {
          font-size: 10;
          border-color: #000000;
          border-top-width: 1;
          border-bottom-width: 1;
          border-style: solid;
          border-left-width: 0;
          border-right-width: 0;
        }

td.menu_big {
          font-size: 12;
          border-color: #000000;
          border-top-width: 1;
          border-bottom-width: 1;
          border-style: solid;
          border-left-width: 0;
          border-right-width: 0;
        }

td.fixed {
          font-size: 10px;
        }
table.menubody {
              background-image:url(menubackbody.png);
              background-repeat: no-repeat;
            }
td.header {
            background-image:url(header.png);
          }
.body {
        font-family: verdana;
        font-size: 12;
        bgcolor: #ffffff;
      }   
.mediumfont {
              font-family: verdana;
              font-size: 12;
            }                                 
.bigfont {
              font-family: verdana;
              font-size: 15;
            }
.smallfont {
             font-family: verdana;
             font-size: 10;
           }                   

pre {
        font-family: courier;
        font-size: 9pt;
        color: #888;
        margin-left: 8pt;
        margin-top: 5pt;
        margin-bottom: 8pt;
    }

table.grid { width:400; padding: 1px; background-color: #fafafa; border: 1px solid #747D7E; font-size: 10px }
table.grid td { text-align: center; }
table.grid td.left { text-align: left; }
table.grid td.right { text-align: right; }
