
.largeBoxBox {  /* encompasses an actual box */
                width:100%;
                margin-left:auto;
                margin-right:auto;
                /*background-color:#B8B8B8;*/
        }
        .report_table_header
        {
                line-height:30px;
                padding-left: 10px;
                font: 24px Myriad ;
        }
        /* replaces largeBoxTop */
        .boxHeaderLeft {
                background: url("../images/gradient_top_left.gif") no-repeat;
                font-size:18px;
                font-weight:bold;
                font-family:Myriad, Verdana, Arial, Helvetica, sans-serif;
                line-height:30px;
                height: 30px;
                width: 289px;
        }
        .boxHeaderMid {
                background: url("../images/gradient_top_mid.gif") repeat-x;
                width:auto;
                height: 30px;
        }
        .boxHeaderRight {
                background: url("../images/gradient_top_right.gif") no-repeat;
                width:145px;
                height: 30px;
        }
        /*end replace of largeBoxTop */
        .largeBoxMiddle {
                width:100%;
                background-color:#B8B8B8;
                margin-left:10px;
                margin-right:10px;
                margin-top: 0px;
                margin-bottom: 0px;
        }
        /* replaces largeBoxBottom*/
        .boxFooterLeft {
                width:145px;
                height:30px;
                background:url('../images/gradient_bot_left.gif') no-repeat bottom;
        }
        .boxFooterMid {
                height:30px;
                background:url('../images/gradient_bot_mid.gif') repeat-x bottom;
                width:auto;
        }
        .boxFooterRight {
                width:145px;
                height:30px;
                background:url('../images/gradient_bot_right.gif') no-repeat bottom;
        }

        
.subnav {
        font-size:10px;
        font-family:Arial, Helvetica, sans-serif;
}
.report_cu_name{
        color:#999999;
        width:100%;
        font-family:Geneva, Arial, Helvetica, sans-serif;
        font-size:22px;
}

.nav-link,.nav-link:visited
{
  color: white;
  font-weight: bold;
  margin: 5px;
}
