@charset "windows-1251";
/* CSS Document */

*:focus {
        -moz-outline:none;
}
.vr-2 {
        background:url(../img/dotted-v.gif) right repeat-y;
        border-top:1px solid #cecece;
}
.vr-3 {
        background:url(../img/dotted-v.gif) right repeat-y;

}
.more {
        color:#16A4E6;
        display:block;
        width:85px;
        background:url(../img/arrow.jpg) right center no-repeat;
}






/* construct */
.m-t {
        margin-top:20px;
}
.m-r {
        margin-right:20px;
}
.m-b {
        margin-bottom:20px;
}
.m-l {
        margin-left:20px;
}
.red {
        color:#ff6522;
}
.bold {
        font-weight:bold;
}
/* end condtruct*/
h3 {
        color:#ff6522;
        font-weight:bold;
        margin:0;
        padding:0;
        font-size:11px;
        margin-left:20px;
}

h1 {
        font-size:16px;
        margin:0;
        padding:0;
        margin-left:20px;
        margin-top:10px;


}
p {
        margin:0;
        padding:0;
        font-size:11px;
        margin-left:20px;
        line-height:20px;
        margin-right:0px;
        text-align:justify;
}

#hr {
        height:2px;
        background:url(../img/dotted-h.gif) center center repeat-x;
        margin:15px 20px 15px 20px;
}

.cont_tab {
        font-size:11px;
        font-weight:normal;
        background-color:#cccccc;
        border-collapse:collapse;
}
.cont_tab TD,.cont_tab TH {
    border:1px solid gray;
}

.cont_tab th {
        background:#68c5f0 url(../img/tr_bg.jpg) top repeat-x;
        text-align:center;
        vertical-align:middle;
        font-weight:normal;
        height:40px;
        width:10%;
}
.cont_tab td {
        background-color:#fff;
}

.cSectionPath {
    font-size:11px;
    color:6BC7F0;
}

.tree A {text-decoration:none;color:black}







