/* FONT FAMILY */
.redhead, .feature-label, .feature-grycopy, .sptlight-label, .sptlight-copy, .cold-painted-label {
    font-family: helvetica,arial,sans-serif;
}

/* FONT SIZE */

.cold-painted-label {
    font-size: 12px;
}

.sptlight-label {
    font-size: 11px;
}
.sptlight-copy, .feature-grycopy, .feature-label, .redhead {
    font-size: 10px;
}

/* FONT WEIGHT */

.sptlight-copy, .feature-grycopy {
    font-weight: normal;
}
.redhead, .sptlight-label, .feature-label, .cold-painted-label {
    font-weight: bold;
}

/* FONT COLOR */

.cold-painted-label {
    color: #FFFFFF
}

.redhead {
    color: #FF3333;
}
.feature-label {
    color: #000000;
}
.feature-grycopy {
    color: #aaaca9;
}
