body{
    color: #000;
}
.txt-red{
    color: #D60000;
}
.txt-green{
    color: #04a000;
}
.txt-pink{
    color: #EA4B5D;
}
.txt-wht{
    color: #fff;
}
.txt-blk{
    color: #000;
}
.txt-lt-yellow{
    color: #FFF49A;
}
.txt-dkblue{
    color: #344ABD;
}
.txt-ltblue{
    color: #8ee7ff;
}
.txt-teal{
    color: #00c2a9;
}
.txt-orange-gold{
    color: #ffc95c;
}
.txt-yellow-gold{
    color: #FFD734;
}
.txt-dkgry{
    color: #5d5d5d;
}
.txt-dkred{
    color: #6C0B1E;
}
.bg-tan{
    background-color: #F3EADD;
}
.bg-ltgry{
    background-color: #dcdcdc;
}
.bg-dkred{
    background-color: #a72020;
}
.bg-maroon{
    background-color: #6c0b1e;
}
.bg-pink{
    background-color: #ea4b4b;
}
.bg-dkblue{
    background-color: #2c3367;
}
.bg-blk{
    background-color: #000;
}
.bg-offwht{
    background-color: #fffff1;
}
.bg-yellow{
    background-color: #FFFA00;
}
.bg-dkgry{
    background-color: #5d5d5d;
}
.hl-red{
    background-color: #d11f00;
    padding: 3px;
}
.hl-teal{
    background-color: #00c2a9;
    padding: 3px;
}
.b-border-ltgry{
    border-bottom: 5px solid #c3c3c3;
}
.b-border-tan{
    border-bottom: 5px solid #D0AB79;
}
.t-border-tan{
    border-top: 5px solid #D0AB79;
}
.t-border-ltgry{
    border-top: 5px solid #c3c3c3;
}
.border-grey{
    border-bottom: 5px solid #CCCCCC;
    border-top: 5px solid #CCCCCC;
}
.upgrade-product {
    border-color: #6C0B1E #0d0d0d #0d0d0d #0d0d0d;
}