﻿body
{
    font-family: verdana, arial;
    background-color: #eeeeee;
    font-size: 10pt;
}

h1
{
    margin-top: 18px;
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 15pt;
    color: #0099CC;
}
h2
{
    margin-top: 9px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 11pt;
    color: #cc0000;
}
.BodyText
{
    margin-top: 0px;
    margin-bottom: 9px;
    font-size: 10pt;
    padding: 0px;
}
.SideBar
{
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 10pt;
    padding: 0px;
    color: white;
}
h3
{
    margin-top: 9px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 11pt;
    color: #ffd700;
    font-family: verdana, Arial;
}
.TopNav, .TopNav:Visited
{
    font-weight: bold;
    font-size: 10pt;
    color: white;
    text-decoration: none;
    margin-bottom:6px;
    margin-top:6px;
}
.TopNav:Hover
{
    color: #E5BC1F;
    background-color:#ee0000
}
.SideNav, .SideNav:Visited
{
    font-weight: bold;
    font-size: 10pt;
    color: white;
    text-decoration: none;
    padding:0px;
}
.SideNav:Hover
{
    color: #E5BC1F;
}
.ReadMore, .ReadMore:visited
{
    color:#cc0000;
    text-decoration: none;
}
.ReadMore:hover
{
    color: #0099CC;
    text-decoration: none;
}
td
{
    font-size: 10pt;
}
.red
{
    font-weight: bold;
    color: #cc0033;
}
a, a:visited
{
    color: #0099cc;
}
a:hover
{
    color: #cc0000;
}