﻿body
{
    font-family: Tahoma, Verdana, Arial;
    text-align: left;
    background-color: #B2B2B2;
    font-size: 8pt;
    color: #000000;
    width: 860px;
    margin: 30px auto 30px auto;
}
h1
{
    font-size: 18px;
    color: #CD3E1E;
    font-family: Arial, Tahoma, Verdana;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}
h2
{
    font-size: 10pt;
    font-weight: bold;
    color: #DD4322;
    font-family: Arial, Tahoma, Verdana;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 5px;
}
h3
{
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 3px;
}
h4
{
    color: #000000;
    font-size: 16pt;
    font-weight: bold;
    padding-top: 10px;
}
hr
{
    margin-top: 3px;
    margin-bottom: 3px;
    height: 1px;
    border: solid 1px silver;
}

a, a:link, a:visited, a:active
{
    color: #CD3E1E;
    text-decoration: none;
    cursor: pointer;
}

a:hover
{
    color: #005F8E;
    text-decoration: none;
    cursor: pointer;
}
ul
{
    margin: 0px 0px 0px 10px;
    padding: 0px;
    color: #005F8E;
}
li
{
    margin: 0px;
    padding: 0px;
}
.content
{
    text-align: left;
}
.outer_content
{
    text-align: left;
    background-color: White;
    padding: 10px 30px 30px 30px;
}
.menu
{
    background-image: url(/images/menu_bg.gif);
    background-repeat: repeat-x;
    height: 32px;
    background-position: top;
    text-align: center;
    color: White;
}
.menu a
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}
.menu a:link
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}
.menu a:visited
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}
.menu a:active
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}
.menu a:hover
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: red;
    font-weight: bold;
}

.list
{
    color: #005192;
    font-weight: bold;
}
.footer
{
    background-image: url(images/menu/footer_bg.jpg);
}
.footer a:link
{
    color: white;
    font-weight: bold;
}
.footer a:active
{
    color: white;
    font-weight: bold;
}
.footer a:visited
{
    color: white;
    font-weight: bold;
}
.footer a:hover
{
    color: white;
    font-weight: bold;
}
.page_link
{
    font-size: 9pt;
}
.page_link a:link
{
    color: red;
    font-size: 9pt;
}
.page_link a:active
{
    color: red;
    font-size: 9pt;
}
.page_link a:visited
{
    color: red;
    font-size: 9pt;
}
.page_link a:hover
{
    color: black;
    font-size: 9pt;
}
.home_links
{
    color: #000000;
}
.home_links a:link
{
    color: #005193;
}
.home_links a:active
{
    color: #005193;
}
.home_links a:visited
{
    color: #005193;
}
.home_links a:hover
{
    color: Red;
}
.address
{
    color: #005F8E;
    font-size: 8pt;
    font-weight: bold;
    padding-right: 20px;
    padding-top: 15px;
}

