﻿.medium .Normal {
    font-size: 16px!important;
    line-height: 22px;
}

.large .Normal {
    font-size: 18px!important;
    line-height: 24px;
}

.medium h1 {
    font-size: 32px;
    line-height: 38px;
}

.large h1 {
    font-size: 36px;
    line-height: 42px;
}


.medium h2 {
    font-size: 26px;
    line-height: 32px;
}

.large h2 {
    font-size: 30px;
    line-height: 36px;
}

.medium h3 {
    font-size: 20px;
    line-height: 26px;
}

.large h3 {
    font-size: 24px;
    line-height: 30px;
}

.resizer {
    /*border: 2px solid #cecece;*/
    float: right;
    list-style: none;
    margin: 0 0 10px 10px;
    padding: 3px 10px 3px 10px;
}

    .resizer li {
        float: left;
        line-height: 26px;
        margin-right: 5px;
        list-style-type: none;
    }

    .resizer .small {
        font-size: 12px;
        line-height: 26px;
    }

    .resizer .large {
        margin-right: 0;
    }

    .resizer .small a, .medium .resizer .medium a, .large .resizer .large a {
        color: #000;
        text-decoration: none;
    }

.medium .resizer .small a, .large .resizer .small a {
    color: #1D4C9F;
    text-decoration: underline;
}
