/* WDC Top Menu Stylesheet */
.off {background-image: url('gfx/bgbtn7.png'); 
      background-repeat: repeat-x;
      padding-top: 3;
    }

.on {background-image: url('gfx/bgbtn4.png'); 
      background-repeat: repeat-x;
     padding-top: 3;
    }

body {background-color: #ddddff;
      margin: 0;
     }

table {border-width: 0;
       border-style: none;
       padding: 0;
       border-spacing: 0px        
      }

td {font-family: arial; 
    font-size: 14px; 
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    vertical-align: middle;
    height: 25
   }

th {background-color: #ffffff;
    font-family: arial; 
    font-size: 18px; 
	font-weight: 900;
    padding: 0 0; 
    text-align: center;
    height: 25
   }
     
table.top {border-width: 1;
           border-style: inset;
           padding: 1;
           border-color: #999999;
           border-spacing: 1;
           width: 100%;        
          }

td.top {font-family: arial; 
        font-size: 10px; 
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        vertical-align: middle;
        height: 25
       }

th.top {background-color: #1164CD;
        color: #FFFFFF;
        font-family: arial; 
        font-size: 18px; 
	    font-weight: 400;
        padding: 0 0; 
        text-align: center;
        height: 25
       }

a:link, a:visited{color: #ffffff;
                  display: block;
                  position: relative; /* for IE-Win */
                  text-align: bottom;
                  width: 100%;
                  height: 24;
                  font-size:90%;
	              text-decoration: none;
	              font-weight: 600;
	              
                 }

a:hover{display: block;
        position: relative; /* for IE-Win */
        width: 100%;
        height: 24;
	    font-weight: 600;
	    text-decoration: none;
	    color: #333366;
	    word-spacing: 0px;
}
