#is a,#sc a,#cs a {
    font-size: 10;
    color: #033A67;
    text-decoration: none;
}

#is {
    background-image: url( '../i/bg_is.gif' ) ;
}

#sc {
    background-image: url( '../i/bg_sc.gif' ) ;
}

#cs {
    background-image: url( '../i/bg_cs.gif' ) ;
}

#is, #sc, #cs {
    text-align: center;
    background-repeat: repeat-x;
    background-position: bottom;
    width: 154px;
    cursor: pointer;
}

.d_title {
     padding-left: 20px;
     font-family: Arial;
     font-size: 24;
     color: white;
}

table.menu td a {
    color: #033A67;
    text-decoration: none;
}

span {
    color: #033A67;
}


