BODY
{
    CURSOR: auto
}
.txtHeader
{
    font-family: Arial;
    font-size: 24px;
    color: #D8A143;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-top: 17px;
}
.txtNormal
{
    font-family: Times New Roman;
    font-size: 15px;
    font-weight: bold;
    color: #7F9F88;
    font-style: oblique;
}
.txtNormalPurple
{
    font-family: Times New Roman;
    font-size: 15px;
    font-weight: bold;
    color: #8D5A60;
    font-style: oblique;
}
.txtNormalPurpleSmall
{
    font-family: Times New Roman;
    font-size: 13px;
    font-weight: bold;
    color: #8D5A60;
    font-style: oblique;
}

.lnkSubText
{
    font-family: Arial;
    font-size: 12px;
    color: #7F9F88;
    text-align: center;
}

.lnkSubText:hover
{
    font-family: Arial;
    font-size: 12px;
    color: #D8A143;
    text-align: center;
}

.lnkText
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #7F9F88;
    text-align: center;
    text-decoration: none
}
.lnkText:hover
{
    font-family: Arial;
    font-size: 12px;
    color: #D8A143;
    font-weight: bold;
    text-align: center;
    text-decoration: none
}