﻿/* start css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    margin: 0px;
    padding: 0px;
}

a {
    color: #0000ff;
    text-decoration: underline;
}

h2.section, h1.section, h2.sub_section {
    border-bottom: 1px solid #231F20;
    border-top: 4px solid #231F20;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

h2.sub_section {
    background: #e3e3e3;
    border: 0px;
    margin-top: 20px;
    padding: 5px 10px 5px 0;
}

.sub_sector_list li { list-style-type: none; }

header { display: none; }

footer .footer ul {
    display: none;
    overflow: hidden;
} 


.article h1 { font-size: 30px; }

.article p {
    margin-bottom: 0.8em;
    margin-top: 0.5em;
}

.article_body p, .article_body span { line-height: 1.4em; }

p.date {
    color: #6C6C6C;
    font-size: 0.9em;
}

.market_brief_image img { float: left; }

.footer {
    background-color: #E6E6E6;
    clear: both;
    margin-top: 40px;
    width: 100%;
}