/* CSS Document */

.footerText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
}
.footerText A:link
{
    color: #FFFFFF;
    text-decoration: none;
}
.footerText A:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
.footerText A:active
{
    color: #FFFFFF;
    text-decoration: none;
}
.footerText A:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
a:link, a:active, a:visited
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
.accordionHeader
{
    border: 1px solid black;
    color: white;
    background-color: #6ea3e7;
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: white;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
    color: white;
}

.watermark
{
    background: #FFAAFF;
}

.popupControl
{
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.sampleStyleA
{
    background-color: #FFF;
}

.sampleStyleB
{
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC
{
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD
{
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}
.style2
{
    border: 1px solid #CCCCCC;
    width: 456px;
}
.style3
{
    border: 1px solid #CCCCCC;
    width: 520px;
}
.style4
{
    border: 1px solid #CCCCCC;
    text-align: left;
}
.style5
{
    font-size: 11px;
}
.style6
{
    border: 1px solid #CCCCCC;
    color: #003366;
    height: 27px;
    font-size: small;
}
.style7
{
    border: 1px solid #CCCCCC;
    color: #003366;
    height: 29px;
    font-weight: bold;
    font-size: small;
}
.style8
{
    font-size: 11px;
    color: #666666;
}
.style9
{
    color: #666666;
}
.style4 A:link
{
    text-decoration: none;
}
.style4 A:visited
{
    text-decoration: none;
}
.style4 A:active
{
    text-decoration: none;
}
.style4 A:hover
{
    text-decoration: none;
}
