.headerBack {
    text-align: right;
    background-repeat: no-repeat;
}
.headerLanguageSelectorText {
    padding-right: 4pt;
    padding-left: 0pt;
    padding-bottom: 4pt;
    font-size: 8pt;
    font-family: Verdana;
}
A.headerLanguageSelectorLink {
    color: black;
    text-decoration: none;
}
A.headerLanguageSelectorLink:hover {
    color: #003366;
    text-decoration:underline;
}

.menu {
    font-family: Verdana;
    font-size: 8pt;
    color: white;
    background-color: #003366;
}
.menuText {
    font-weight: bold;
    padding-left: 4pt;
    padding-right: 4pt;
}
A.menuLink {
    color: white;
    text-decoration: none;
}
A.menuLink:hover {
    color: #ff8800;
    text-decoration:underline;
}

.navigator {
    font-family: Verdana;
    font-size: 8pt;
    color: black;
    background-color: WhiteSmoke;
}
.navigatorHeaderBack {
    background-color: Gainsboro;
}
.navigatorHeaderText {
    height: 22px;
    font-weight: bold;
    padding-left: 4pt;
    padding-right: 4pt;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #0033FF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0033FF;
}
.navigatorItemText {
    padding-left: 8pt;
    padding-right: 4pt;
    padding-top: 3pt;
    padding-bottom: 1pt;
}
A.navigatorItemLink {
    color: black;
    text-decoration: none;
}
A.navigatorItemLink:hover {
    color: #003366;
    text-decoration:underline;
}
.navigatorGroupMargin {
    height: 16px;
}

.footerBar {
    height: 24px;
}
.footerBarText {
    height: 24px;
    font-size: 8pt;
    font-family: Verdana;
    color: white;
    background-color: #003366;
    padding-left: 4pt;
    padding-right: 4pt;
}

.mainSplitter {
    width: 1px;
    font-size: 1pt;
    background-color: #0033FF;
}

.itemText {
    font-family: Verdana;
    font-size: 8pt;
    line-height: 13pt;
}
A.itemText {
    color: #003366;
    text-decoration: underline;
}
A.itemText:hover {
    color: #ff6600;
    text-decoration: underline;
}
.itemHeaderText {
    font-weight: bold;
}    
A.itemHeaderText {
    color: #003366;
    text-decoration: underline;
}
A.itemHeaderText:hover {
    color: #ff6600;
    text-decoration: underline;
}
.itemAttributesText {
    color: Gray;
}    
A.itemMoreText {
    color: #003366;
    text-decoration: underline;
}
A.itemMoreText:hover {
    color: #ff6600;
    text-decoration: underline;
}
.itemSeparator {
    font-size: 1pt;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0033FF;
}

.mainTitleText {
    font-family: Tahoma;
    font-size: 14pt;
    font-weight: bold;
    color: Black;
    letter-spacing: 1pt;
    padding-top: 8pt;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0033FF;
}
.mainSectionTitleText {
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
    color: Black;
    line-height: 16pt;
    letter-spacing: 0.5pt;
}
.mainText {
    font-family: Verdana;
    font-size: 8pt;
    color: Black;
    line-height: 13pt;
    letter-spacing: 0pt;
}
.mainTitleSubText {
    font-family: Verdana;
    font-size: 8pt;
    font-style: italic;
    color: Gray;
    letter-spacing: 1pt;
}
.mainEmphText {
    font-style: italic;
}
.mainAccentText {
    font-weight: bold;
}
.mainCaptionText {
    font-style: italic;
}
A.mainLinkText {
    color: #003366;
    text-decoration: underline;
}
A.mainLinkText:hover {
    color: #ff6600;
    text-decoration: underline;
}
.mainCodeText {
    font-family: 'Courier New';
    font-size: 8pt;
    color: DarkCyan;
}
.mainTable {
    font-family: Verdana;
    font-size: 8pt;
    color: Black;
    line-height: 10pt;
    letter-spacing: 0pt;
}
.mainTableHeader {
    font-weight: bold;
    background-color: Gainsboro;
}
.mainTableRow {
    background-color: WhiteSmoke;
}
A.mainDownloadText {
    color: #003366;
    text-decoration: underline;
}
A.mainDownloadText:hover {
    color: #ff6600;
    text-decoration: underline;
}
.mainDownloadSizeText {
    font-family: Verdana;
    font-size: 8pt;
    color: Gray;
}

.formButton {
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    background-color: Gainsboro;
}
