a.shortcut {
    color: #013e7d;
    text-decoration: none;
    padding: 0 10px 0 0;
    background: url('../../img/arrowLinkBig.png') no-repeat right;
}

a.shortcut:hover {
    text-decoration: underline;
    color: #fd6802;
}

a.formContact {
    color: #013e7d;
    text-decoration: none;
    padding: 0 10px 0 0;
    background: url('../../img/arrowLink.png') no-repeat right;
}

a.formContact:hover {
    text-decoration: underline;
    color: #fd6802;
}

a.more {
    FONT: normal 11px/13px Arial, Verdana, Tahoma, san-serif;
    color: #013e7d;
    text-decoration: none;
    padding: 0 10px 0 0;
    background: url('../../img/arrowLink.png') no-repeat right;
}

a.more:hover {
    text-decoration: underline;
}

a.formOnline {
    color: #b4c7ce;
    text-decoration: none;
    padding: 0 10px 0 0;
    background: url('../../img/arrowLinkForm.png') no-repeat right;
}

a.formOnline:hover {
    text-decoration: underline;
    color: #EEEEEE;
}

a.promo {
    color: #013e7d;
    text-decoration: underline;
}

a.promo:hover {
    text-decoration: none;
    color: #fd6802;
}