.text_small_title{
    font-weight: bold;
    color: #990000;
}

.text_small_subtitle{
    font-weight: bold;
}

a.contact_us, span.contact_us{
    text-decoration: none;
    color: #dedede;
    background-color: #990000;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    font-family: sans-serif;
    font-size: smaller;
}
a.contact_us{
    /* FF */
    cursor: pointer;
    /* IE */
    cursor: hand;
}
