/* GENERIC TEXT STYLES */

    .text_10px {
            font-size:10px;
            color:#000000;
    }

    .text_10px_white {
            font-size:10px;
            color:#ffffff;
    }

    .text_11px {
            font-size:11px;
            color:#000000;
    }

    .text_12px {
            font-size:12px;
            color:#000000;
    }

    .text_14px {
            font-size:14px;
            color:#000000;
    }

    .text_16px {
            font-size:16px;
            color:#000000;
    }

    .text_18px {
            font-size:18px;
            color:#000000;
    }

    .text_10px_bold {
            font-size:10px;
            font-weight: bold;
            color:#000000;
    }

    .text_11px_bold {
            font-size:11px;
            font-weight: bold;
            color:#000000;
    }

    .text_12px_bold {
            font-size:12px;
            font-weight: bold;
            color:#000000;
    }

    .text_14px_bold {
            font-size:14px;
            font-weight: bold;
            color:#000000;
    }

    .text_16px_bold {
            font-size:16px;
            font-weight: bold;
            color:#000000;
    }

    .text_18px_bold {
            font-size:18px;
            font-weight: bold;
            color:#000000;
    }


    .text_11px_justified {
            font-size:11px;
            text-align:justify;
            color:#000000;
    }

    .text_12px_justified {
            font-size:12px;
            text-align:justify;
            color:#000000;
    }

    .text_14px_justified {
            font-size:14px;
            text-align:justify;
            color:#000000;
    }

    .text_16px_justified {
            font-size:16px;
            text-align:justify;
            color:#000000;
    }

    .text_18px_justified {
            font-size:18px;
            text-align:justify;
            color:#000000;
    }

    .text_10px_uppercase {
            font-size:10px;
            text-transform: uppercase;
            color:#000000;
    }

    .text_11px_uppercase {
            font-size:11px;
            text-transform: uppercase;
            color:#000000;
    }

    .text_12px_uppercase {
            font-size:12px;
            text-transform: uppercase;
            color:#000000;
    }

    .text_14px_uppercase {
            font-size:14px;
            text-transform: uppercase;
            color:#000000;
    }

    .text_16px_uppercase {
            font-size:16px;
            text-transform: uppercase;
            color:#000000;
    }

    .text_18px_uppercase {
            font-size:18px;
            text-transform: uppercase;
            color:#000000;
    }


