/* 
gold: #D1B22F (209 178 47)
dark blue: #7A96A9 (122 150 169)
light blue: #B8C7D1 (184 199 209)
*/

BODY {
        background-color: #ffffff; 
        color: #000000;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 0px;
        font-family: Verdana, Arial, sans-serif;
        font-size: 9pt;
}
TABLE {
        margin: 0px;
        border: 0px;
        border-spacing: 0px;
}
IMG {
        border: 0px;
        margin: 0px;
}
H3 {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10pt;
        color: #7A96A9;
        margin-bottom: 0px;
}
UL {
        margin-top: 0px;
}
.clsPageDetail {
        border: 1px solid #7a98a9;
        font-size: 9pt;
        padding: 20px;
}
.clsNASD {
        padding-top: 20px;
        text-align: center;
        font-size: 8pt;
}
.clsCopyright {
        font-size: 7pt;
        color: #7A96A9;
}
.clsHighlighted {
        color: #7A96A9;
        font-weight: bold;
}
.clsHighlightedSmall {
        color: #7A96A9;
        font-weight: bold;
        font-size: 8pt;
}
.clsClickableLink {
        color: blue;
        text-decoration: underline;
}
.clsIndent{
        padding-left: 20px;
}
.clsButton {
        border: 1px; 
        border-style: none; 
        border-color: #7A96A9;
        width: 294px; 
        height: 104px;
        cursor: pointer; 
}
.clsLiSpacer {
        height: 5px;
        line-height: 5px;
}
.clsPageFooter {
        padding-top: 5px;
}
.clsFooterSeparator {
        font-size: 1pt;
        height: 7px;
        width: 725px; 
        background-color: #7A96A9;
        margin-top: 0px;
}
.clsFooterContacInfo{
        table-layout: fixed;
        width: 725px; 
}
#idPageFooter {
        width: 725px; 
}
#idPageHeader {
        width: 725px; 
}

.clsBioMainTable {
        table-layout: fixed;
}
.clsBioMainTableTD {
        vertical-align: top;
}
.clsBioInterestHeader {
        font-size: 8pt;
        color: #7A96A9;
        font-weight: bold;
        width: 160px; 
}
.clsBioInterestDetail{
        font-size: 8pt;
        padding-bottom: 10px;
        width: 160px; 
}
.clsBioSeparatorArea {
        vertical-align: top;
        background-color: #D1B22F; 
        width: 10px; 
        height: 480px;
}
.clsBioDetailArea {
        padding-left: 20px;
        background-repeat: no-repeat; 
        background-position: right bottom;
        height: 487px;
}
.clsBioLogo {
        padding-top: 20px;
        padding-left: 0px;
        padding-bottom: 20px;
}
.clsToggleHeader {
        padding-top: 5px;
        padding-left: 20px;
        color: #7A96A9;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer; 
}
.clsPlainHeader {
        padding-left: 20px;
        color: #7A96A9;
        font-weight: bold;
        cursor: default; 
        padding-top: 5px;
}
.clsHidden{
        display: none;
        padding-left: 30px;
        padding-top: 5px;
}
.clsUnHide{
        display: block;
}
.clsPageDetail_SiteMap {
        border: 1px solid #7a98a9;
        font-size: 9pt;
        padding-left: 10px;
        padding-bottom: 20px;
}
.clsSiteMapHeader {
        color: #7A96A9;
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 5px;
        text-transform: uppercase;
}
.clsSiteMapDetail {
}
.clsSiteMapDetailLink {
        font-size: 8pt;
        color: black;
        text-decoration: none;
}
.clsSiteMapDetailLink:hover {
        background-color: #B8C7D1;
}
.clsSiteMapDetailSub {
        padding-left: 10px;
}
