﻿body {
    background-image: none;
}

.title-color {
    font-size: 12px;
    font-weight: bold;
    color: #cc3300;
    padding-left: 15px;
    padding-top: 5px;
}

table tr td ul {
    list-style: outside none none;
    margin-bottom: 5px;
    margin-top: 5px;
}

    table tr td ul li h3{
        background: rgba(0, 0, 0, 0) url("../images/bullet-list.gif") no-repeat scroll 22px 6px;
        padding-left: 35px;
        padding-bottom: 5px;
    }

        table tr td ul li a {
            color: #22557f;
        }

table tr td a {
    color: #22557f;
}

td b {
    padding-left: 10px;
}

td p {
    padding-left: 10px;
}
