#PageTitle {
    FONT-FAMILY: Arial;
    FONT-SIZE: medium;
    FONT-WEIGHT: bold;
    position: relative;
    width: 70%;
}

#SPA {
    left: 35%;
    position: absolute;
    top: 1em;
    width: 30%;
}

#HelpAndLogoff {
    float: right;
    left: 71%;
    position: absolute;
    text-align: right;
    top: 1em;
    width: 29%;
}

#GlobalNavigation {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
}

#Banner {
    BACKGROUND-COLOR: #6766ff;
    border-right: thin solid #6766ff;
    margin: 0;
    padding: 0;
    width: 100%;
}

#Banner img {
    margin: 0;
    padding: 0;
}

#GlobalNavigationLinks {
    background-image: url('../Images/ButtonBackgroundLarge.gif');
    border-bottom: thin black solid;
    border-collapse: collapse;
    border-right: thin black solid;
    border-right: thin black solid;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    table-layout: fixed;
    text-indent: 0;
    width: 100%;
}

#GlobalNavigationLinks li {
    background-image: url('../images/ButtonBackgroundLarge.gif');
    border-left: thin black solid;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 12%;    
}

#GlobalNavigationLinks li a {
    color: Black;
    text-align: center;
    text-decoration: none;
    width: 11%;    
}

#GlobalNavigationLinks li a:hover {
    color: Black;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}




TABLE.BorderedTable {
    BACKGROUND-COLOR: ghostwhite;
    BORDER-BOTTOM: black thin solid;
    BORDER-LEFT: black thin solid;
    BORDER-RIGHT: black thin solid;
    BORDER-TOP: black thin solid;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: small;
}

TR.PageTitle { BORDER-BOTTOM: medium none }

TR.BannerNavigation {
    BORDER-BOTTOM: black thin;
    BORDER-LEFT: black thin;
    BORDER-RIGHT: black thin;
    BORDER-TOP: black thin;
    FONT-SIZE: small;
}

TR.BorderedTableTitle {
    BACKGROUND-COLOR: whitesmoke;
    FONT-SIZE: small;
    FONT-WEIGHT: bolder;
}

TD.BannerNavigation {
    background-image: url('../images/ButtonBackgroundLarge.gif');
    background-repeat: repeat-x;
    border-bottom: black thin solid;
    border-left: gray thin;
    border-right: black thin solid;
    border-top: gray thin;
    font-size: small;
    text-align: center;
    width: 100px;
}

TABLE.TitleBanner {
    BORDER-BOTTOM: black;
    BORDER-LEFT: black;
    BORDER-RIGHT: black;
    BORDER-TOP: black;
}

TD.PageTitle {
    BACKGROUND-COLOR: #6766ff;
    BORDER-LEFT: black thin;
    BORDER-RIGHT: black thin;
}

TD.BorderedTableTitle { BORDER-BOTTOM: black thin solid }

TABLE.EntryTable {
    background-color: ghostwhite;
    border-bottom: black thin solid;
    border-left: black thin solid;
    border-right: black thin solid;
    border-top: black thin solid;
    font-family: Verdana, Arial;
    font-size: x-small;
}

TD.EntryTableTitle {
    BACKGROUND-COLOR: whitesmoke;
    BORDER-BOTTOM: black thin solid;
    FONT-SIZE: small;
    FONT-WEIGHT: bolder;
}

TD.RequiredEntryLabel {
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: x-small;
    FONT-WEIGHT: bolder;
}

TD.EntryLabel {
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: x-small;
}

TD.ActiveBannerNavigation {
    BACKGROUND-COLOR: whitesmoke;
    BORDER-RIGHT: black thin solid;
    FONT-SIZE: x-small;
    TEXT-ALIGN: center
}

TR.BorderedTableEvenRow { BACKGROUND-COLOR: floralwhite }

A.BannerNavigation {
    COLOR: black;
    FONT-SIZE: small;
    TEXT-DECORATION: none
}

A.BannerNavigation:hover {
    FONT-WEIGHT: bolder;
    TEXT-DECORATION: underline
}

.LineLeft {
    BORDER-BOTTOM: black thin;
    BORDER-LEFT: black thin solid;
    BORDER-RIGHT: black thin;
    BORDER-TOP: black thin;
}

.LineRight { BORDER-RIGHT: black thin solid }

TD.PageTitleCaption {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-FAMILY: Arial;
    FONT-SIZE: medium;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: left
}