.dark-bg {
    background:#6E3C07;
}

.light-bg {
    background:#B5630B;
}

form .light-bg {
    background:#B5630B !important;
}

#fancy-ajax h2
{
    background:#B5630B !important;
}

.dark-color, .dark-color a {
    color:#6E3C07;
}

.light-color, .light-color a {
    color:#B5630B !important;
}

.light-border-top {
    border-top: 1px solid #B5630B !important;
}

.light-border-bottom {
    border-bottom: 1px solid #B5630B !important;
}

.dark-border-top {
    border-top:0.125em solid #6E3C07 !important;
}

.dark-border-bottom {
    border-bottom:0.125em solid #6E3C07 !important;
}

.content-body a
{
    color: #B5630B;
}