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

body, td, p, span, div {
	font-family: verdana,sans-serif;
    font-size : 12px;
    line-height: 22px;
	color: #242424;
}

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

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

.txt_md {
        font-size : 12px;
        line-height : 22px;
		color: #242424;

}

.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;
}

