@charset "utf-8";

body              {
                    color: #ffffff;
                    background: #000000;
                    SCROLLBAR-FACE-COLOR: #000000;
                    SCROLLBAR-HIGHLIGHT-COLOR: #525252;
                    SCROLLBAR-SHADOW-COLOR: #525252;
                    SCROLLBAR-3DLIGHT-COLOR: #000000;
                    SCROLLBAR-ARROW-COLOR: #B8860B;
                    SCROLLBAR-TRACK-COLOR: #303030;
                    SCROLLBAR-DARKSHADOW-COLOR: #000000;
                  }
a:link            {
                    text-decoration: none;
                    color: #B8860B;
                    font-weight: bold;
                  }

a:visited         {
                    color: #B8860B;
                    text-decoration: none;
                    font-weight: bold;
                  }

a:hover           {
                    text-decoration: underline;
                    color: #FFFFFF;
                    font-weight: bold;
                  }

a:active          {
                    color: #B8860B;
                    text-decoration: none;
                    font-weight: bold;
                  }
a.bottom:link     { color: #B8860B; } 
a.bottom:visited  { color: #B8860B; }

table.main        {
                    background-color: #000000;
                  }
table.innerframe  {
                    background-color: #000000;
                  }
