body { background-image: url(../layout/bg.gif);
       font-family: "verdana";
       font-size: 8pt;
       overflow-y :scroll;
       margin: 0;
     }

TD { font-size: 8pt }

A:link, A:active
     {        color           :       #29609f;
              background      :       transparent;
	      text-decoration :       none;
	      font-weight     :       bold;
     }

A:visited
        {     color           :       #29609f;
              background      :       transparent;
	      text-decoration :       none;
	      font-weight     :       bold;
        }

A:hover
      {       color           :       #3281cb;
              background      :       transparent;
	      text-decoration :       underline;
	      font-weight     :       bold;
      }

.border {
  border : 1px solid #000000;
}


A.menu:link, A.menu:active
     {       text-decoration :       none;
             color           :       #29609f;
             background      :       transparent
     }

A.menu:visited
        {     color           :       #29609f;
              background      :       transparent;
              text-decoration :       none
        }

A.menu:hover
      {       color           :       #29609f;
              background      :       transparent;
              text-decoration :       none
      }

.menufont { font-size: 8pt;
             font-weight: bold }


.pagefont   { font-size: 8pt; }
.pageselect { color : #FFFFFF;
              font-size: 8pt;
              font-weight: bold }

.menubg
      {
              background:             #FCC100;
      }

.menuline
      {
              background:             #FFFFFF;
      }

