body
{
    margin: 0px;
    height: 100%;
    width: 100%;
}
input[type="text"], textarea
{
    border: solid 1px Gray;
    font-size: 8pt;
    font-family: Verdana;
}
input[type="submit"]
{
    border: solid 1px Gray;
    font-size: 8pt;
    font-family: Verdana;
}
select
{
    border: solid 1px Gray;
    font-size: 8pt;
    font-family: Verdana;
}
.HSMasterHeading
{
    text-align: left;
    background-color: #D6D074;
}
.HSMasterHeadLinks
{
    background-color: #C1BB5F;
    cursor: pointer;
    margin-top: -3px;
}
.HSMasterPage
{
}
.HSMasterLinks
{
    width: 174px;
    font-family: Lucida Sans Unicode, Arial;
    font-size: 11pt;
    font-variant: small-caps;
    padding-top: 10px;
    padding-left: 3px;
    padding-bottom: 25px;
    position: absolute;
    left: 0px;
    height: 100%;
    min-height: 1000px;
    background-image: url('../img/fill/Parchment.jpg');
    background-repeat: repeat;
}
.HSMasterLinks a
{
    font-size: 9pt;
    font-variant: normal;
}
.HSMasterContent
{
    background-color: White;
    position: absolute;
    left: 175px;
    padding: 10px;
    height: 100%;
}

.HSContentPage
{
    font-family: Lucida Sans Unicode;
    font-size: 10pt;
    margin-bottom: 25px;
    width: 600px;
    height: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.tdRight100
{
    display: inline-block;
    width: 100px;
    text-align: right;
    padding-right: 2px;
}
