﻿html, body
{
    font-family: Helvetica, Tahoma, Arial, sans-serif;
}
p
{
    font-family: Tahoma, Arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 0.7em;
    line-height: 1.4em;
}
li
{
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 0.7em;
}

/* Content Styles */
h1
{
    margin-top: 10px;
    margin-bottom: 3px;
    font-weight: normal;
    font-size: 1.2em;
    color: black;
    text-align: left;
}
h2
{
    margin-top: 3pt;
    font-weight: bold;
    font-size: 1.2em;
    color: #224085;
}
h3
{
    margin-top: 3pt;
    font-weight: bold;
    font-size: 0.8em;
    color: #224085;
}
h4
{
    font-size: 9pt;
    font-weight: bold;
    color: #224085;
    margin-bottom: 0px;
    margin-top: 6pt;
}
h5
{
    font-size: 9pt;
    font-weight: normal;
    color: #224085;
    margin-bottom: 0px;
    margin-top: 0pt;
}

a
{
    color: #666699;
    text-decoration: none;
    margin: 0;
    border-style: none;
}
a:hover
{
    color: #224085;
    text-decoration: underline;
}
a.company_link
{
    color: Black;
}
.highlight
{
    color: #224085;
}
.highlight_bold
{
    font-weight: bold;
    color: #224085;
}
img
{
    border-style: none;
    border-top: 0px;
    outline-style: none;
    margin-bottom: 0px;
}
hr
{
    color: #224085;
    background-color: #224085;
    height: 0px;
    border: 1px solid #224085;
}

