﻿/*
    Site Theme Colors are:
    #006847 = RGB(0, 104, 71) = PMS 3425
    #777772 = RGB(119, 119, 104) = Cool Gray 10
    #211E1C = RGB(33, 30, 28) = Process Black
*/
body
{
    font-size: 10pt;
    font-family: Verdana, Arial;
    color: #211E1C;
    border-left: 0px;
}
h1
{
    color: #006847;
    font-weight: bold;
    font-size: 16pt;
}
h2
{
    color: #006847;
    font-weight: bold;
    font-size: 14pt;
}
h3
{
    color: #006847;
    font-weight: bold;
    font-size: 12pt;
}
th
{
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #006847;
    height: 20px;
}
a
{
    color: #006847;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    color: #777772;
    text-decoration: underline;
}
.TopMenu
{
    font-size: 9pt;
}
.SideMenu
{
    font-size: 11pt;
}
.Footnote
{
    font-size: 8pt;
}