BODY {
 background:#FFFFFF;
 MARGIN: 0px 0px 3px;
 background:url(../images/body_bg.gif);
 background-position:center top; background-repeat:repeat-x
} 
img{border:#cccccc 0px solid}
A:link {
 COLOR: #333333;
 TEXT-DECORATION:none
}
A:visited {
 COLOR: #333333;
 TEXT-DECORATION: none
}
A:hover {
 COLOR: #0059c2;
 TEXT-DECORATION:none
}
A:active {
 COLOR: #333333;
 TEXT-DECORATION:none
}



.h1{
 color:#ffffff;
 font-size:12px;
 font-weight:bold;
}
.h2{
 color:#000000;
 font-size:12px;
 font-weight:bold;
}
.h3{
 color:#006600;
 font-size:14px;
 font-weight:bold;
}
.h4{
 color:#ffffff;
 font-size:14px;
 font-weight:bold;
}
.h5{
 color:#000000;
 font-size:14px;
 font-weight:bold;
}
.lanse12x{
 color:#06477f;
 font-size:12px;
 line-height:24px;
}
.lvse12x{
 color:#4a980e;
 font-size:12px;
 line-height:24px;
}
.baise12x{
 color:#ffffff;
 font-size:12px;
 line-height:24px;
}
.heise12x{
 color:#333333;
 font-size:12px;
 line-height:24px;
}
.heise14x{
 color:#333333;
 font-size:14px;
}




.endtable{
 border-top:#234c96 5px;
 background:#e9f4f8;
 font-size:12px;
 color:#666666;
 line-height:24px;
}
.centerbody{
 width:100%px;
 margin:auto;
 background:url(../images/bodybg2.gif);
 background-position:center top; 
 background-repeat:repeat-y;
}
.dtlanse{
 border-bottom:#234c96 1px solid;
}
.dthuise{
 border-bottom:#c7c7c7 1px solid;
}

.tablea{ border:#a6d4f4 1px solid}
.tableb{ border:#cccccc 1px solid}
.tablec{ border-bottom:#a0d0ff 1px solid;border-left:#e0e0e0 1px solid;border-right:#e0e0e0 1px solid;}
.tabled{ border-top:#a0d0ff 1px solid;border-left:#a0d0ff 1px solid;border-right:#a0d0ff 1px solid;}




.menu, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu {
    height: 45px;
}
.menu li {
    background: -moz-linear-gradient(#1bade4, #005185);
    background: -ms-linear-gradient(#1bade4, #005185);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1bade4), color-stop(100%, #005185));
    background: -webkit-linear-gradient(#1bade4, #005185)
    background: -o-linear-gradient(#1bade4, #005185);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bade4', endColorstr='#005185');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bade4', endColorstr='#005185')";
    background: linear-gradient(#1bade4, #005185);
    min-width: 111px!important;
}
.menu > li {
    display: block;
    float: left;
    position: relative;
}
.menu > li:first-child {
    border-radius: 0px 0 0;
}
.menu a {
    color: #f5eeee;
    display: block;
    font-family: 'Lucida Console';
    font-size: 14px;
    line-height: 45px;
    padding: 0 21.5px;
    text-decoration: none;
    text-transform: uppercase;
}
.menu li:hover {
    background-color: #0d6ca5;
    background: -moz-linear-gradient(#0d6ca5, #0d6ca5);
    background: -ms-linear-gradient(#0d6ca5, #0d6ca5);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d6ca5), color-stop(100%, #0d6ca5));
    background: -webkit-linear-gradient(#0d6ca5, #0d6ca5);
    background: -o-linear-gradient(#0d6ca5, #0d6ca5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d6ca5', endColorstr='#0d6ca5');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d6ca5', endColorstr='#0d6ca5')";
    background: linear-gradient(#0d6ca5, #0d6ca5);
}
.menu li:hover > a {
    border-radius: 5px 0 0 0;
    color: #f5eeee;
}
.submenu {
    width:180px;
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.submenu li {
    display: none;
    -webkit-transition: opacity .4s, -webkit-transform .8s;
    -moz-transition: opacity .4s, -moz-transform .8s;
    -ms-transition: opacity .4s, -ms-transform .8s;
    -o-transition: opacity .4s, -o-transform .8s;
    transition: opacity .4s, transform .8s;
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
    
}
.menu .submenu li:hover a {
    border-radius: 0;
    color: #ffffff;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    display: block;
}