<style type="text/css">
<!--

.first_level{height: 20px; width: 100px;}
.second_level{height: 20px; width: 100px;}
.third_level{height: 20px; width: 100px;}

.fcolorIndex{color: #139A9B; width:300px; padding-left: 100px;}
.fcolorBV{color: #006699; width:300px; padding-left: 100px;}
.fcolorBI{color: #575757; width:300px; padding-left: 100px;}
.fcolorSA{color: #CC6600; width:300px; padding-left: 100px;}

div.BlockTitle{
               width: 400px;
               margin: 0 auto;
               height: 20px;
               color: #FFFFFF;
               padding-left: 10px;
               padding-top: 2px;
}

div.newLine{
               width: 400px;
               margin: 0 auto;
}

div.firstLevel{
                float: left;
                width: 400px;
                cursor:pointer;

                border-bottom-width: 1px;
                border-bottom-style: dotted;
                border-bottom-color: #000000;
}

div.secondLevel{
                float: left;
                width: 300px;
                border-bottom-width: 1px;
                border-bottom-style: dotted;
                border-bottom-color: #000000;
                cursor:pointer;
}

div.thirdLevel{
                float: left;
                width: 200px;
                border-bottom-width: 1px;
                border-bottom-style: dotted;
                border-bottom-color: #000000;
                cursor:pointer;
}


div.fill2ndLevel{
                float: left;
                width: 100px;
}

div.fill3rdLevel{
                float: left;
                width: 200px;
}

div.trenner{
                float:left;
}

div.txt{
               float:left;
               padding-top: 4px;
               padding-left: 10px
}


a{
 text-decoration: none;
 color: #000000;
}

div.BlockBottom {
               width: 400px;
               margin: 0 auto;
}


-->
</style>