﻿body
{
    font-family: Lucida Sans Unicode, Tahoma, Arial, Sans-Serif;
    text-align: center;
    background-color: #ffffff;
    font-size: 9pt;
    line-height: 18px;
    color: #000000;
    width: 983px;
    margin: 0px auto 0px auto;
    
}
h2
{
    font-size: 12pt;
    font-weight: bold;
    color: #005192;
    font-family: Lucida Sans Unicode, Tahoma, Arial, Sans-Serif;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 5px;
}
h3
{
    font-size: 11px;
    color: #5998C1;
    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
{
    color: #656565;
    text-decoration: none;
    cursor: pointer;
}

a:link
{
    color: #656565;
    text-decoration: none;
    cursor: pointer;
}

a:visited
{
    color: #656565;
    text-decoration: none;
    cursor: pointer;
}

a:active
{
    color: #656565;
    text-decoration: none;
    cursor: pointer;
}

a:hover
{
    color: #73D0E6;
    text-decoration: none;
    cursor: pointer;
}
li
{
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}
.content
{
    text-align: left;
}
.menu
{
    background-image: url(/images/menu_bg.gif);
    background-repeat: repeat-x;
    height: 30px;
    background-position: top;
    text-align: center;
    color: White;
}
.menu a
{
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #10639F;
    font-weight: bold;
}
.menu a:link
{
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #10639F;
    font-weight: bold;
}
.menu a:visited
{
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #10639F;
    font-weight: bold;
}
.menu a:active
{
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #10639F;
    font-weight: bold;
}
.menu a:hover
{
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: red;
    font-weight: bold;
}

.list
{
    color: #005192;
    font-weight: bold;
}
.footer
{
    background-image: url(/images/menu_bg.gif); 
}
.footer a:link
{
    color: Black
}
.footer a:active
{
    color: Black;
}
.footer a:visited
{
    color: Black;
}
.footer a:hover
{
    color: Red;
}
.page_link
{
    font-size: large;
}
.page_link a:link
{
    color: #005193;
    font-size: large;
}
.page_link a:active
{
    color: #005193;
    font-size: large;
}
.page_link a:visited
{
    color: #005193;
    font-size: large;
}
.page_link a:hover
{
    color: Red;
    font-size: large;
}
.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;
}
