﻿body
{
    font-family: Verdana;
    font-size: medium;
}
.LeftNavHeader
{
    text-indent: 20px;
    text-align: left;
    display: block;
    color: #14027C;
}
a.LeftNav
{
    text-indent: 30px;
    text-align: left;
    display: inline-block;
    text-decoration: none;
    color: #14027C;
    font-weight: normal;
}
a.LeftNavSub
{
    text-indent: 40px;
    text-align: left;
    display: inline-block;
    text-decoration: none;
    color: #14027C;
    font-weight: normal;
    font-style: italic;
    font-size: smaller;
}

a.LeftNav:hover
{
    text-indent: 30px;
    text-align: left;
    display: inline-block;
    text-decoration: underline;
    color: #14027C;
    font-weight: normal;
}
a.LeftNavSub:hover
{
    text-indent: 40px;
    text-align: left;
    display: inline-block;
    text-decoration: underline;
    color: #14027C;
    font-weight: normal;
    font-style: italic;
    font-size: smaller;
}
.TextBox
{
    background-color: #CCCCCC;
    border-style: inset;
    border-width: 2px;
}
a.FullList
{
    text-align: left;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
    line-height: 30px;
}
a.FullList:hover
{
    text-align: left;
    display: inline-block;
    text-decoration: underline;
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
}
a
{
    text-decoration: none;
    font-weight: bold;
    color: #333399;
}
a:hover
{
    text-decoration: underline;
    font-weight: bold;
    color: #333399;
}
.PagingLink
{
    font-size: 8pt;
}


.accordianHeader
{
    border: 1px solid #2f4f4f;
    color: White;
    background-color: #0000C4;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
    width: 95%;
}
.accordianContent
{
    background-color: #EFEFEF;
    border: 1px dashed #2f4f4f;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    text-align: left;
    width: 95%;
}
.Watermark
{
    background-color: #FFFFCC;
    font-weight: bold;
    font-style: italic;
}
