/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("master.css");
@import url("about.css");



/* --- prim_cont Primary Content
-------------------------------------------------------*/
#cont .z_r {
    display: inline;
    font-size: 11px;
    line-height: 18px;
    width: 715px;
    margin: 15 0 0 20px;
    }

    #cont .z_r p {
        margin-bottom: 2em;
        }

    .z_r strong {
        font-size: 12px;
        font-weight: normal;
        }

    #cont .z_r div {
        float: left;
        width: 345px;
        margin-right: 20px
        }

    #prim_cont table {
        width: 713px;
        margin: 5px 0 20px 0;
        border: 1px solid #dfdfdf;
        border-collapse: collapse;
        }

        #prim_cont table td {
            padding: 5px 8px;
            border: 1px solid #dfdfdf;
            }

        #cont .z_r h5 {
            color: #e9256f;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 5px;
            }

        #earn td {
            background: #3c6e90;
            }

        #earn tr.alt td {
            background: #7f9fb6;
            }

        #earn tr.gr td {
            background: #65c465;
            }

        #redeem td {
            background: #f9347e;
            }

        #redeem tr.alt td {
            background: #fa79aa;
            }

    .z_r em {
        color: #767676;
        font-size: 9px;
        line-height: 2em;
        }
