body {background:black;
      background-image:url(fabrics/fabricblack.png);
      color:gray;
      font-weight:bold;
      margin-left:75px;
      margin-right:75px;}

a:link {color: gold;
          font-weight: bold;}

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

a:active {color: white;
         text-decoration: none;
         font-weight: bold;}

a:hover {text-decoration:none;
         color: white;
         font-weight:bold;} /*BG color is a must for IE6*/

a.tooltip span {display:none; 
                padding:5px 5px;
                margin-left:-75px;
                margin-top:25px;
                
                }

a.tooltip:hover span{display:inline; 
                     position:absolute;
                     background:black;
                  
    /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;  
                    border:thin outset gold; 
                    color:gold;
                   }



.mynavgray {border:medium outset silver;
               text-align:center;
               background:url(shades/graytrans.png);
               padding:10px;}

.purple {background:url(shades/purpletrans.PNG);  
         border:medium inset purple;
         padding:10px;}
.teal {background:url(shades/bluetrans.png);
         border:medium inset teal;
         padding:10px;}
.green {background:url(shades/greentrans.png);
         border:medium inset green;
         padding:10px;}
.gold {background:url(shades/goldtrans.PNG);
         border:medium inset gold;
         padding:10px;}
.maroon {background:url(shades/burgtrans.png);
         border:medium inset maroon;
         padding:10px;}
         
         
         
.footinfo {color:silver;
          font-size:9pt;
          text-align:center;
          width:136px;
          font-weight:Normal;
          padding:4px;
          float:right;
          margin-top:10px;}         
         


