/** STYLES FOR HIDDEN ELEMENTS *********************************************************/
/*************************************************************************************/
body .WebTopContainer,
body .WebTopMenuContainer,
body .WebContentLeft,
body .WebContentRightTwoColumnTop,
body .WebContentRightRightColumn,
body .WebContentRightTwoColumnBottomGrey,
body .WebContentRightTwoColumnBottom,
div.PageToolLinks {
    display: none !important;
}

body .WebContentRightTwoColumnContainer,
body .WebContentRightLeftColumn,
body .WebContentRightTwoColumn,
body .WebContentRightLeftColumn,
body .WebContentRightLeftColumnSideMargin,
body .WebContentRightLeftColumnGrey {
    float: none !important;
    width: 98% !important;
    margin: 0 !important;
    padding: 0 !important;
}


/** STYLES FOR HTML ELEMENTS *********************************************************/
/*************************************************************************************/
html,
body,
body .WebMainContainer,
body .WebContentContainer {
    width: 100%;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
html body {
    font-size: 9pt !important;
}
body,
body * {
    background-color: white !important; 
    background-image: none !important;
    color: black !important;
}
