@charset "ISO-8859-1";

         body
         {
            font-size: medium;
         }

         .bodyfull
         {
            margin: 0px;
            font-size: medium;
         }

         table
         {
            font-size: medium;
            table-layout: fixed;
         }

         .tblleft
         {
            width: 10px;
            background-image: url('./images/tbl_l.gif');
            background-repeat: repeat-y;
         }
         .tblmid
         {
            width: 680px;         }
         .tblright
         {
            width: 10px;
            background-image: url('./images/tbl_r.gif');
            background-repeat: repeat-y;
         }

        .tdtopborder
         {
            background-image: url('./images/tb_top.gif');
            background-repeat: repeat;
            background-position: top center;
         }

         .tdbotborder
         {
            background-image: url('./images/tb_bottom.gif');
            background-repeat: repeat;
            background-position: bottom center;
         }

         .footer
         {
            font-family: arial;
            font-size: x-small;
            color: rgb(128, 128, 128);
            align: center;
            text-align: center;
         }

         .nave1
         {  padding-top: 0px;  margin-right: 2px; float: right; width: 99px;
            height: 17px;      background-image: url('./images/eb1.png');
            background-repeat: no-repeat;
            background-position: bottom center;
            color: black;      text-align: left;  text-decoration: none;
            font-weight: normal; font-size: 10pt; line-height: 17px;
         }
         .nave2
         {  padding-top: 0px;  margin-right: 2px; float: right; width: 99px;
            height: 17px;      background-image: url('./images/eb2.png');
            background-repeat: no-repeat;
            background-position: bottom center;
            color: black;      text-align: left;  text-decoration: none;
            font-weight: normal; font-size: 10pt; line-height: 17px;
         }
         .nave3
         {  padding-top: 0px;  margin-right: 2px; float: right; width: 99px;
            height: 17px;      background-image: url('./images/eb3.png');
            background-repeat: no-repeat;
            background-position: bottom center;
            color: black;      text-align: left;  text-decoration: none;
            font-weight: normal; font-size: 10pt; line-height: 17px;
         }
         .nave1s
         {  padding-top: 0px;  margin-right: 2px; float: right; width: 99px;
            height: 17px;      background-image: url('./images/eb1s.png');
            background-repeat: no-repeat;
            background-position: bottom center;
            color: black;      text-align: left;  text-decoration: none;
            font-weight: normal; font-size: 10pt; line-height: 17px;
         }
         .nave2s
         {  padding-top: 0px;  margin-right: 2px; float: right; width: 99px;
            height: 17px;      background-image: url('./images/eb2s.png');
            background-repeat: no-repeat;
            background-position: bottom center;
            color: black;      text-align: left;  text-decoration: none;
            font-weight: normal; font-size: 10pt; line-height: 17px;
         }
         .nave3s
         {  padding-top: 0px;  margin-right: 2px; float: right; width: 99px;
            height: 17px;      background-image: url('./images/eb3s.png');
            background-repeat: no-repeat;
            background-position: bottom center;
            color: black;      text-align: left;  text-decoration: none;
            font-weight: normal; font-size: 10pt; line-height: 17px;
         }
        .navbut, .navbutact
         {
            padding-top: 20px;
            margin-right: 2px;
            float: right;
            width: 99px;
            height: 32px;
            background-image: url('./images/button_active.png');
            background-repeat: no-repeat;
            background-position: bottom center;
            color: black;
            text-align: center;
            text-decoration: none;
            font-weight: bold;
            font-size: 9pt;
            line-height: 40px;
         }

         a.navbut
         {
            background-image: url('./images/button.png');
         }

         a.navbut:hover
         {
            background-image: url('./images/button_hover.png');
         }

         p.navtxt
         {
            margin-top: 0px;
         }

         p
         {
            text-align: left;
         }

