﻿html, body
{
    font-family: Helvetica, Tahoma, Arial, sans-serif;
}
p
{
    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;
}
.highlight
{
    color: #006688;
}
.highlight_bold
{
    font-weight: bold;
    color: #006688;
}
.green
{
    color: #008061;
}
hr
{
    color: #006688;
    background-color: #006688;
    height: 0px;
    border: 1px solid #006688;
 
}

/* 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: 12pt;
    color: #006688;
}
h4
{
    font-size: 9pt;
    font-weight: bold;
    color: #006688;
    margin-bottom: 0px;
    margin-top: 6pt;
}
h5
{
    font-size: 9pt;
    font-weight: normal;
    color: #006688;
    margin-bottom: 0px;
    margin-top: 0pt;
}
.style_bold
{
    font-weight: bold;
}
.style_italic
{
    font-style: italic;
}

img
{
    border-style: none;
    border-top: 0px;
    outline-style: none;
    margin-bottom: 0px;
}
a
{
    color: #666699;
    text-decoration: none;
    margin: 0;
    border-style: none;
}
a:hover
{
    color: #403a67;
    text-decoration: underline;
}

