

/* - - - - - - - - - - - - - - -  GENERAL TEXT STYLES  - - - - - - - - - - - - - */

.txt_sm {
        color: #000000;
        font-size : 10px;
}

.txt_sm_heading {
        color: #000000;
        font-size : 9px;
        background : #D3D3D3;
}

.txt_md {
        color: #232323;
        font-size : 13px;
        line-height : 20px;
}

.txt_md_mdgrey {
        color: #8E8E8E;
        font-size : 11px;
}
.txt_lg {
        color: #000000;
        font-size : 12px;
}

.txt_lg_white {
        color: #FFFFFF;
        font-size : 12px;
}

.txt_lg_red {
        color: #FF0000;
        background: #f1f1f1;
        font-weight: bold;
        font-size : 12px;
}
.txt_xlg {
        color: #000000;
        font-size : 13px;
}

.txt_xlg_heading {
        color: #000000;
        font-weight: bold;
        font-size : 13px;
}

.txt_fade {
        color : #969696;
        font-style: italic;
}