/* CSS Document */

.shadowed {
    /* This styles our actual text */
    position: absolute;
    background: transparent !important;
    z-index: 1;
    margin: 0px;
}

/* -- following class names should be updated in js -- */
.blk_shdw { color: #000000;}
.blue_shdw{ color:#36666e;}



