.typography * {
    font-size: 11px;
    line-height: 16px;
}

.typography a:link,
.typography a:visited {
    color: #E66525;
}

.typography a:hover { text-decoration: underline; }

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography p,
.typography address,
.typography ul,
.typography ol,
.typography dl,
.typography pre {
    margin-left: 40px;
    margin-right: 40px;
}

.typography p,
.typography ul,
.typography ol,
.typography dl,
.typography pre {
    margin-bottom: 1em;
}

.typography h1 {
    color: #3C69B2;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 1px solid #E1D2C6;
    margin: 0;
    padding-left: 40px;
    margin-bottom: 15px;
}

.typography #PageTitle h2 {
    color: #E66525;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0.5em;
}

.typography h2 {
    font-size: 12px;
    color: #3C69B2;
}

.typography h3 {
    font-size: 11px;
    color: #000;
}

.typography h4 {}

.typography li,
.typography address,
.typography p {
}

.typography ul li {
    list-style-type: disc;
    margin-left: 15px;
}
