<!--
.menuBar {
    position: relative;
    background-color: transparent;
    text-align: left;
}

.bar {
    float: left;
    line-height: 20px;
    cursor: default;
    text-indent: 0px;
    position: relative;
    background-color: #626365;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-style: normal;
    font-size: 11px;
}

.menu {
    visibility: hidden;
    position: absolute;
    background-color: #375577;
    border-top: #B4B5B7 1px solid;
    border-left: #B4B5B7 1px solid;
    border-right: #B4B5B7 1px solid;
    cursor: default;
}

.menuItem {
    padding-right: 15px;
    padding-left: 10px;
    border-bottom: #B4B5B7 1px solid;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-style: normal;
    font-size: 11px;
}

.itemMouseOver {
    padding-right: 15px;
    padding-left: 10px;
    border-bottom: #B4B5B7 1px solid;
    line-height: 20px;
    background-color: #6f90b1;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-style: normal;
    font-size: 11px;
}

.arrow {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-style: normal;
    font-size: 14px;
}
.bgcolor1 {
    background-color: #626365;
}
.bgcolor {
    background-color: #ffffff;
}
.body  {
    background-color: #666666;
}
.bodytextjustified {
    font-family: Arial, Baskerville, "Binner Gothic", "Bradley Hand ITC", Centaur, "Century Gothic", "Allegro BT";
    font-size: 13px;
    line-height: 150%;
    text-align: left;
}
.bodytextjustified2 {
    font-family: Arial, Baskerville, "Binner Gothic", "Bradley Hand ITC", Centaur, "Century Gothic", "Allegro BT";
    font-size: 10px;
    line-height: 150%;
    text-align: left;
}
.line {
    background-color: #636265;
}
.graytitle {
    font-family: "Arial Narrow", Arial, Palatino, sans-serif;
    font-size: 32px;
    line-height: 25px;
    color: #999999;
    line-height: 150%;
    text-align: left;
}
.newh2 {
    font-size: 20px;
    color: #999999;
    font-weight: normal;
    font-family: "Arial Narrow", Arial, Palatino, sans-serif;
}

//-->

