/* - - - - - - - - - - - - - - -  GENERAL TEXT STYLES  - - - - - - - - - - - - - */

body {
	font-family: tahoma,verdana,sans-serif;
    font-size : 13px;
    line-height: 18px;
	color: #484848;
padding-left: 20px;
padding-right: 15px;

}

.txt_sm {
        color: #000000;
        font-size : 10px;
}

.txt_sm_heading {
        color: #000000;
        font-size : 9px;
        background : #D3D3D3;
}

.txt_md {
        color: #232323;
        font-size : 11px;
        line-height : 18px;
}

.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;
}

* - - - - - -  FOOTER - - - - - - */

div#paidFor {
        color: 484848;
}

div#paidFor a {
        color: 000066;
        text-decoration: none;
    font-size: 9px;
}