.bluetext
{
    font-family: verdana;
    font-size: 10px;
    color: #426779;
}
.blacktext
{
    font-family: verdana;
    font-size: 10px;
    color: #000000;
}

A.bodyLink:link
{
    color: #3a7998;
    text-decoration: none;
    font-weight: normal;
}
A.bodyLink:visited
{
    color: #3a7998;
    text-decoration: none;
    font-weight: normal;
}
A.bodyLink:active
{
    color: #3a7998;
    cursor: hand;
    text-decoration: none;
    font-weight: normal;
}
A.bodyLink:hover
{
    color: #f87444;
    cursor: hand;
    text-decoration: "underline";
    font-weight: normal;
}

.collapsePanel
{
    height: 0px;
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader
{
    cursor: pointer;
    vertical-align: middle;
}

.lowz
{
    z-index: -10;
}

input, select
{
    font-size: 8pt;
    color: #426779;
    font-family: Verdana;
}

.orangeButton
{
    border: 1px ridge #f87444;
    background-color: #F4A526;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    color: #FFFFFF;
}

.header
{
    font-size: 10pt;
    font-weight: bold;
    color: #2B6277;
}
