/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 30px;
  filter: Shadow(Color=#666666, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

.cattext {
display:inline;
color:black;  
}

a.nodec { text-decoration: none; }
a.nodec:hover { text-decoration: none; }
a.nodec:active { text-decoration: none; }