body {
    margin: 0;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 16px;
}

a {
    color: #D03F3F;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img, img, map {
    border: none;
}

h1 {
    font-size: 16px;
    color: #D03F3F;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}

h2 {
    font-size: 16px;
    margin: 10px 0;
    color: #D03F3F;
}

h3 {
    font-size: 14px;
    color: #D03F3F;
    margin: 10px 0;
}

h4 {
    margin: 10px 0 5px 0;
    font-size: 12px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    padding: 2px 0 2px 15px;
    background: url('/FileHandler.ashx?FileID=18&Original=True') no-repeat 4px 8px;
}

p {
    margin: 5px 0;
}

p img {
    margin: 10px;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.text-right {
    text-align: right;
}

.red, a.red, .content-left-title-content a.red {
    color: #D03F3F;
}