.tablebanner { background-image: URL(images/logo.gif);
               background-repeat: no-repeat;
               background-position: left top;
               color: #990033;
               font-size: 46px;
               font-family: Times; }

body { color: #000045;
       cursor: default;
       background-color: #f3cad0;
       font-size: 13px;
       font-family: tahoma;
       font-style: normal;
       text-align: justify; }

br { clear: all;
     clear: both; }

a:visited,a:link,a:active { text-decoration: none;
                            color: #003399; }

a:hover { text-decoration: none;
          color: #FF9900; }

.hidden { font-size: 0;
          filter: alpha(opacity=00);
          -moz-opacity: .00;
          opacity: .00; }

.view { background-color: none;
        border-style: solid;
        border-width: 0px;
        border-color: #984B4F;
        border-color: transparent;
        padding: 6;
        cursor: default;
        position: relative; }

.view_hover { background: #FFDFDF;
              border-style: solid;
              border-width: 1;
              border-color: #984B4F;
              cursor: default;
              padding: 5;
              filter: alpha(opacity=50);
              -moz-opacity: .50;
              opacity: .50; }

.left { background-color: none;
        color: #003399;
        cursor: default; }

.left_hover { background: #FFDFDF;
              color: #4070AE;
              cursor: pointer;
              cursor: hand; }

.pageedit { background-color: #FFEAEA;
            border-style: solid;
            border-width: 1;
            border-color: #984B4F;
            padding: 5;
            filter: alpha(opacity=75);
            -moz-opacity: .75;
            opacity: .75;
            position: absolute;
            visibility: visible;
            z-index: 10000; }

.textedit { background-color: #FFEAEA;
            border-style: solid;
            border-width: 1;
            border-color: #984B4F;
            padding: 5;
            filter: alpha(opacity=75);
            -moz-opacity: .75;
            opacity: .75;
            visibility: visible;
            z-index: 10000; }