 ul{
            list-style: none;}
        .my_nav{
        background-color:#42499D;
        width:100%;
        height:55px;
        padding:0px;}
        .my_nav > li{
            float: left;
            width:9%;
            height:55px;
            line-height:55px;
            text-align:center;}
        .my_nav > li > a{
            display: block;
            text-decoration: none;            
            height: 55px;
            text-align: center;
            line-height: 55px;
            color:#FFF;
            background-color: #42499D;
            text-decoration-line:none;
            font-size:16px;}
        .my_nav > li > a:hover{
            background-color: #fff;
            text-decoration-line:none;
            color:#333;}
        .drop-down{
            position: relative;
            height: 55px;}
        .drop-down-content{
            padding: 0;
            opacity: 0;
            position: absolute;
            width:100%;
            background-color:#42499D;
            z-index:9999;}

        .drop-down-content li{
            background-color:#42499D;
            height:55px;
            width:100%;}
        .drop-down-content li:hover{}
        .drop-down-content li > a{
        display: block;
            text-decoration-line:none;
            width:100%;
            height:55px;
            color:#FFF;
            font-size:16px;}
        .drop-down-content li > a:hover{
            background-color:#FFF;
            color:#333;}
        .my_nav .drop-down:hover .drop-down-content{
        opacity: 1;}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
.titlestyle272291{ line-height: 220%; color: #222222; font-size: 9pt; font-weight: bold; text-decoration: none ;}
.summarystyle272291{ line-height: 150%; color: #222222; font-size: 9pt ;}

