body 
{
}

A.CNavigation:link
{
    font-weight: normal;
    font-size: 8pt;
    color: black;
    font-family: verdana;
    text-decoration: none;
}

A.CNavigation:visited
{
    font-weight: normal;
    font-size: 8pt;
    color: black;
    font-family: verdana;
    text-decoration: none;
}

A.CNavigation:hover
{
    font-weight: normal;
    font-size: 8pt;
    color: white;
    font-family: verdana;
    text-decoration: none;
}

A.CSuperNavigation:link
{
    font-weight: normal;
    font-size: 8pt;
    color: red;
    font-family: verdana;
    text-decoration: none;
}

A.CSuperNavigation:visited
{
    font-weight: normal;
    font-size: 8pt;
    color: red;
    font-family: verdana;
    text-decoration: none;
}

A.CSuperNavigation:hover
{
    font-weight: normal;
    font-size: 8pt;
    color: white;
    font-family: verdana;
    text-decoration: none;
}

DIV.CNavigation_Bar
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    display: inline;
    width: 105%;
    color: black;
    border-bottom: black 1px solid;
    height: 25px;
    left: 0px;
    position: absolute;
    background-color: lightgrey;
    padding-right: 10px;
    padding-left: 10px;
    top: 49px;
}

TD.CNavigation_Tab
{
    font-weight: normal;
    font-size: 10pt;
    color: black;
    font-family: verdana;
    border-right: black 1px solid;
    width: 100px;
    border-top-style: none;
    position: static;
    text-align: center;
    border-bottom-style: none;
}

TD.CNavigation_Tab_Selected
{
    font-weight: bold;
    font-size: 12pt;
    color: black;
    font-family: verdana;
    border-right: black 1px solid;
    width: 100px;
    border-top-style: none;
    position: static;
    text-align: center;
    border-bottom-style: none;
}

