body {font-family : arial, helvetica, sans-serif;
        background: #ffffff;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
    }

    BlockMenuItem {
            background-color : #e7e7ef;
    }

    BlockMenuHeader {
            background-color : #003063;
    }

    footertext  {
            color : white;
            font-family : arial;
            font-size : x-small;
    }

    HeaderFooterColor {
            background-color : #003063;
    }

    divider {
        background: #ffcc33;
        height: 10px;
    }
    bottom {
        background: #003063;
        height: 10px;
    }

    topRightMenuItem:link {
            color: #000000;
            font-size: x-small;
            text-decoration : none;
    }

    topRightMenuItem:visited {
            color: #000000;
            font-size: x-small;
            text-decoration : none;
    }

    topRightMenuItem:active {
            color: #000000;
            font-size: x-small;
            text-decoration : none;
    }
    topRightMenuItem:hover {
            color: blue;
            font-size: x-small;
            text-decoration : underline;
    }


    vertMenuItem:link {
            color: #FFFFFF;
            text-decoration : none;
            background-color: #003063;
    }
    vertMenuItem:visited {
            color: #FFFFFF;
            text-decoration : none;
            background-color: #003063;
    }
    vertMenuItem:active {
            color: #FFFFFF;
            text-decoration : none;
            background-color: #003063;
    }
    vertMenuItem:hover {
            color : #FFFFFF;
            text-decoration : underline;
            background-color: #003063;
    }

    /* Vertical Menu: text properties for a non-highlighted "tab" */
    vertMenuItem        {
            color: #FFFFFF;
            text-decoration : none;
            background-color: #003063;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-weight: normal;
    }

    /* Vertical Menu: text properties for a highlighted "tab" */
    vertMenuItemHi        {
            background-color: #FFFFFF;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-weight: normal;
            color: #003063;
            text-decoration : none;
    }

    /* Vertical Menu: non-highlighted "tab" background color */
    vertMenuBg        {
            background-color: #003063;
    }

    /* Vertical Menu: highlighted "tab" background color - should be same color as <BODY>
    */
    vertMenuBgHi        {
            background-color: #FFFFFF;
    }


    expandable {color:blue; 
                 text-decoration:underline; 
                             cursor:hand
                             }
    expanded   {color:teal
                 }
    collapsed  {display:none
                 }

    mainItem:link {
            color: #003063;
            text-decoration : none;
    }
    mainItem:visited {
            color: #003063;
            text-decoration : none;
    }
    mainItem:active {
            color: #003063;
            text-decoration : none;
    }
    mainItem:hover {
            color : blue;
            text-decoration : underline;
    }

    /* Links */

    a:link {
        color: #003063;
        text-decoration: underline;
    }

    a:visited {
        color: #003063;
        text-decoration:underline;
    }

    a:active {
        color: #003063;
        text-decoration:underline;
    }

    a:hover  {
            color : blue;
            text-decoration : underline;
    }

    /* Alternating table row colors - use on <TR> */
    firstTableRow        {
            background-color: #e7e7ef;
    }

    secondTableRow {
           background-color : #ceced5;
    }


    td, p  {
            color:    #003063;
    }

    td tr {
            background-color:    #e7e7ef;
    }

    ul, ol, dl  {
    }

    ul.menu-top  {
            margin-left : 0.5em;
    }

    h1  {
            color : #003063;
    }

    h2  {
            color : #003063;
    }

    h3  {
            color : #003063;
    }

    h4  {
            color : #003063;
    }

    metainfo  {
            color : Gray;
    }


    TableWhite {
            background-color : White;
    }
    tabColor {
            background-color : #ceced5;
            color : #003063;
    }
    CellLight {
            background-color : #e7e7ef;
            color : #003063;
    }
    CellDark {
            background-color : #003063;
            color : #ffffff;
    }
    CellWhite {
            background-color : White;
    }

    message {
            color:blue;
            font-size:larger;
    }

    th {
            background-color : #94ADBD;
            color : #003063;
    }


