/* Style of text in Mortgage box */
.mort_rates {
        font-family : "Times New Roman", Times, serif;
        font-size : 14px;
        color : #94B7DB;
        line-height : 90%;
}

/* Style of percent in Mortgage box */
.rates_digit {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 12px;
        color : White;
        font-weight : normal;
        padding-top : 0px;
        padding-bottom : 0px;
        line-height:14px;
}

.rates_digit_head {
        font-family : "Times New Roman", Times, serif;
        font-size : 12px;
        color : #94B7DB;
        font-weight : normal;
        padding-top : 0px;
        padding-bottom : 0px;
        line-height:14px;
}

.rates_digit_big {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 18px;
        color : White;
        font-weight : normal;
        padding-top : 0px;
        padding-bottom : 0px;
        line-height:14px;
}
.call_mortgage{
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    color: White;
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 16px;
}
.go_to_mortgage{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: White;
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 18px;
}
.taxes {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 11px;
}

/* mortgage styles for local templates*/
.rates_digit_lw {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 12px;
        color : White;
        font-weight : normal;
        padding-top : 0px;
        padding-bottom : 0px;
        line-height:26px;
}

.rates_digit_big_lw {
        font-family : Arial, Helvetica, sans-serif;
        color : White;
        font-weight : bold;
        padding-top : 0px;
        padding-bottom : 0px;
        line-height:14px;
}

.rates_digit_head_lw {
        font-size : 12px;
        color : #94B7DB;
        font-weight : normal;
        padding-top : 0px;
        padding-bottom : 0px;
        line-height: 10px;
}