.staticContent {
    color: #474747;
    font-size: 13px;
}

.staticContent h1, .staticContent h2, .staticContent h3 {
    margin: 0 0 0.5em 0;
}

.staticContent h1 {
    background: #fff;
    color: #d40000;
    font-size: 140%;
}

.staticContent h2 {
    background: #fff;
    font-size: 116%;
    font-weight: bold;
}

.dealerOverflow h2 {
    background: #fff;
    font-size: 16px;
    font-weight: bold;
}

.staticContent h3 {
    background: #eee;
    font-size: 100%;
    font-weight: bold;
    padding: 2px 10px;
}

.staticContent hr {
    background-color: #aaa;
    border: 0;
    color: #aaa;
    height: 2px;
    width: 100%;
}

.staticContent .headerRed {
    background: url(../gfx/box/box2_3.head.bg.png) no-repeat;
    color: #fff;
    font-size: 86%;
    font-weight: bold;
    height: 24px;
    line-height: 22px;
    overflow: hidden;
    text-indent: 15px;
    width: 598px;
}

.staticContent .box, .staticContent .boxNoTop {
    padding: 10px;
}

.staticContent .box {
    border: 1px solid #d5d5d5;
}

.staticContent .boxNoTop {
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.staticContent strong {
    font-weight: bold;
}

.staticContent a {
    color: #0000f0;
}

.staticContent a:hover {
    color: #dc0000;
}

.staticContent ul, .staticContent ol  {
    margin-left: 2em;
}

.staticContent li {
    margin: .25em;
}

.staticContent p, .dealerOverflow p {
    margin: 1em 0;
}

.staticContent table {
    margin: 1em auto;
    border: 1px solid #aaa;
}

.staticContent table td, .staticContent table th {
    padding: 1em;
}

.staticContent thead th {
    background: #828282 url(../gfx/bg.table.header.png) repeat-x 0 -2px;
    color: #fff;
    height: 30px;
}

.staticContent thead th a, .staticContent thead th a:active, .staticContent thead th a:hover {
    color: #fff;
}

.staticContent tbody .even {
    background: #eee;
}

.staticContent ul li {
    list-style: disc;
    list-style-image: url(../gfx/li.bullet.red.gif);
}

.staticContent ul li ul li {
    list-style: disc !important;
    list-style-image: url(../gfx/li.bullet.grey.gif) !important;
}

.staticContent ol li {
    list-style: decimal !important;
}

.staticContent ol li ol li {
    list-style: lower-alpha !important;
}

.staticContent .red {
    color: #dc0000 !important;
    font-weight: bold !important;
}

.staticContent .red_text, .red_text{
    color: #dc0000 !important;
}

.staticContent .center {
    text-align: center !important;
}