body, table {
        color: #000;
        text-align: left;
        font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover, a:active {
        color: #15629D;
}

p, ol, ul, dl, dd, address, blockquote, table, hr {
        margin-bottom: 15px;
}

p.cite {
        text-align: right;
}

h1 {
        margin-bottom: 5px;
        color: #0D0B07;
        font-weight: normal;
        font-size: 22px;
        line-height: 30px;
        font-face: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        letter-spacing: -1px;
}

h2, h3 {
        margin-bottom: 10px;
        color: #FFF;
        font-weight: bold;
        font-size: 13px;
        line-height: 25px;
        font-face: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        background: #51501A url("../images/h3-top.gif") 0 0 repeat-x;
}

h3 
{
        line-height: 20px;
}

h2 span, h3 span {
        background: url("../images/h3-bottom.gif") 100% 0 repeat-y;
        display: block;
}

h2 span span, h3 span span {
        background: url("../images/h3-bottom.gif") 0 100% repeat-y;
        display: block;
}

h2 span span span, h3 span span span {
        background: url("../images/h3-bottom.gif") 0 0 repeat-x;
        display: block;
}

h2 span span span span, h3 span span span span {
        background: url("../images/h3-left-top.gif") 0 0 no-repeat;
        display: block;
}

h2 span span span span span, h3 span span span span span {
        padding: 0 10px;
        background: url("../images/h3-right-top.gif") 100% 0 no-repeat;
        display: block;
}

h4 {
        font-weight: normal;
        font-size: 11px;
        line-height: 20px;
}

h5 {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 13px;
        line-height: 17px;
}

h5 span {
        font-weight: normal;
}

h6 {
        color: #3D3D3D;
        font-weight: normal;
        font-size: 11px;
        line-height: 15px;
}

ol li {
        padding 2px 0 2px 0;
        margin-left: 18px;
        list-style: decimal;
        background: none;
}

ul li {
        padding: 2px 0 2px 10px;
        margin-left: 0;
        list-style: none;
        background: url("../images/li-link.gif") 0 0.5em no-repeat;
}

ol.ul-doublespaced li, ul.ul-doublespaced li {
        margin-bottom: 10px;
}

ol li.last {
        margin-bottom: 0;
}

.links li, li.link {
        font-weight: bold;
        background: url("../images/li-link.gif") 0 0.5em no-repeat;
}

.links a, li.link a {
        padding-left: 10px;
        margin-left: -10px;
}

dt {
        font-weight: bold;
}

.hr {
        height: 11px;
        margin-bottom: 10px;
        background: url("../images/hr.gif") 0 0 repeat-x;
}

.hr hr {
        display: none;
}

blockquote {
        padding-top: 4px;
}

blockquote .blockquote-left {
        padding: 5px 14px 0 14px;
        background: url("../images/blockquote-left.gif") 0 0 no-repeat;
}

blockquote .blockquote-right {
        padding: 0 14px 7px 14px;
        background: url("../images/blockquote-right.gif") 100% 100% no-repeat;
}

.dropcap {
        width: 47px;
        height: 42px;
        background-position: 0 5px;
        background-repeat: no-repeat;
        overflow: hidden;
        float: left;
}

.dropcap span {
        text-indent: -5000px;
        float: left;
}

h1.last, h2.last, h3.last, h4.last, h5.last, h6.last, p.last, ol.last, ul.last, dl.last, dd.last, address.last, blockquote.last, table.last, div.last, a.last, img.last {
        margin-bottom: 0;
}

