.typography * {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 1.5;
}

.typography a:link,
.typography a:visited {
    color: #B00036;
    text-decoration: none;
}

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

.typography h1 a:link,
.typography h1 a:visited,
.typography h2 a:link,
.typography h2 a:visited,
.typography h3 a:link,
.typography h3 a:visited,
.typography h4 a:link,
.typography h4 a:visited,
.typography dt a:link,
.typography dt a:visited {
    color: #000;
}


.typography h1 {
    font-size: 36px;
    font-weight: normal;
    background: url(../images/bg_pagetitle.png) no-repeat 0 5px;
    padding-left: 65px;
    height: 65px;
}

.typography h2 {
    color: #B2273E;
    font-size: 18px;
    margin-bottom: 1em;
}

.typography h3,
.typography dt {
    color: #000;
    font-weight: bold;
}

.typography p {
    
}

.typography ol,
.typography ul {
    margin-left: 15px;
}

.typography p,
.typography address,
.typography dd {
    margin-bottom: 1em;
}

.typography label {
    font-size: 18px;
}

.typography .gallery { margin-left: 0; }

.typography .gallery * {
    float: left;
    display: inline;
}

.typography .gallery li {
    list-style-type: none;
    margin: 0 10px 10px 0;
}

/* ################ CLASSES FOR THE EDITOR ################ */

.image_left_wrap {
    float: left;
    display: inline;
    margin: 0 15px 15px -50px;
}

.image_right_wrap {
    float: right;
    display: inline;
    margin: 0 -50px 15px 15px;
}

.morelink {
    text-transform: lowercase;
    font-size: 10px;
    display: block;
}

.morelink:after {
    content: ' \003E';
}
