html, body { 
    background-color: #B3C37A;
}

#express {
    text-align: center;
}

#express .container {
    width: 492px;
    padding: 9px;
    margin: 0 auto;

    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;

    background-color: #fbf9e5;

    border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
    border-style: solid;
    border-width: 3px;
}

#express td{
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;

}
#express .container2 {
    padding: 0 15px;
}

/* note from editor */
#express .editor-note h2 {
    font-size: 1.4em;
    color: #002B65;
    font-weight: bold;

    margin: 0;
}

#express .editor-note h3 {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;

    margin-top: 0;
    margin-bottom: 0.5em;
}

/* toc */
#express h3 {
    font-size: 1.2em;
    font-weight: bold;

    margin-bottom: 0.5em;
}

/* story title */            
#express h4.article-title {
    font-size: 1em;
    font-weight: bold;

    margin-bottom: 0;
    margin-top: 1em;
}

#express h4.article-title a:link, #express h4.article-title a:visited, h4.article-title #express a:active, h4.article-title #express a:hover {
    color: black;
    text-decoration: none;
}


/* story author */
#express h5.article-author {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;

    margin-top: 0;
}

#express .article-image {
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
}

/*
#express .article-content p {
    display: inline;
}
*/

#express .article-more {
    font-style: italic;
}

/* disclaimer */            
#express .disclaimer h4 {
    font-size: 1em;
    font-weight: bold;

    margin-bottom: 0;
}

#express .disclaimer p {
    margin-top: 0;
    margin-bottom: 0.75em;
}

#express .disclaimer  {
    font-size: 0.9em;
}


#express a:link, #express a:visited, #express a:active, #express a:hover {
    color:#002B65;
}

#express img {
    border-style: none;
}

#express .toc ol {
    margin-top: 0;
}

#express .editor-note {
    margin: 1em 0;
}

#express .editor-note-text {
    margin-bottom: 1em;
}

#express div.hr {
    border: 0;
    width: 100%;
    height: 1px;

    color: #002B65;
    background-color: #002B65;

    margin: 1em 0;
    padding: 0;
    
    clear: both;
}
#express div.hr hr {
    display: none;
}

#express p {
    margin-bottom: 0;
}

#express .article p {
    margin-bottom: 1em;
}

#express .link-sep {
    color: #002B65;
    margin: 0 0.25em;
}

#express .quicknav {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1em;
    width: 462px;

    text-align: center;
    background-color: #002B65;
    color: white;
    font-weight: bold;
}

#express .quicknav a:link, #express .quicknav a:visited, #express .quicknav a:active, #express .quicknav a:hover {
    color: white;
}

/* Embedded story images */

#express span.image, #express div.image {
    margin:  0.5em 0.5em 0.5em 0;
    padding: 0.5em 0.5em 0.5em 0;
    font-weight: bold;
}

#express span.image-left, #express div.image-left {
    float: left;
    margin:  0.5em 0.5em 0.5em 0;
    padding: 0.5em 0.5em 0.5em 0;
    font-weight: bold;
}

#express span.image-right, #express div.image-right {
    float: right;
    margin:  0.5em 0 0.5em 0.5em;
    padding: 0.5em 0 0.5em 0.5em;
    font-weight: bold;
}
