body{
    font-family: arial, verdana;
    margin: 0px;
    overflow: auto;
}
a:link{color: #048FFB;}
a:active{color: #048FFB;}
a:visited{color: #048FFB;}
a:hover{color: #FF9C00;}
h1{
    color: #FF9C00;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
}
pre{
   font-size: 11px;
}
.border{
    margin: 10px;
    border: #C2AE7F 2px solid;
}
.bg_top{
    background-image: url(../_img/bg_top.gif); 100%;
    background-width:100%;
    background-attachment: fixed no-repeat;
    background-repeat: repeat-x;
    background-position: yop;
}
.bg_bottom{
    background-image: url(../_img/bg_bottom.gif); 100%;
    background-width:100%;
    background-attachment: fixed no-repeat;
    background-repeat: repeat-x;
    background-position: bottom;
}
.main{
    text-align: justify;
    padding-left: 7px;
    margin-right: 15px;
    padding-right: 5px;
    height: 440px;
    overflow: auto;
    scrollbar-arrow-color: #C2AE7F;
    scrollbar-base-color: #E4DDCD;
    font-size: 13px;
}
.aebg{
    padding:0px;
    background-color: #E8E5DF;
    background-image: url(../_img/ae.gif); 100%;
    background-width: 100%;
    background-attachment: fixed no-repeat;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.picl{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: #C2AE7F 2px solid;
}
.blok1{
    margin-bottom: 7px;
    margin-right: 7px;
    border: #C2AE7F 2px solid;
    background-color: #E4DDCD;
}
.blok2{
    margin-right: 7px;
    border: #C2AE7F 2px solid;
    background-color: #E4DDCD;
}
.blokpic{
    margin-top: 3px;
}
.bloktext{
    text-align: justify;
    width: 100%;
    margin: 3px;
    color: #000000;
    font-size: 11px;
}
.btn100{
    border: 1px outset #C2AE7F;
    color: #048FFB;
    background-color: #E4DDCD;
    font-family: arial, verdana;
    width: 200px;
    font-size: 11px;
    font-weight: 500;
}
.txt100{
    border: 1px solid #C2AE7F;
    color: #048FFB;
    background-color: #FFFFFF;
    font-family: arial, verdana;
    width: 98%;
    font-size: 11px;
    font-weight: 500;
}
.box100{
    border: 1px outset #C2AE7F;
    color: #048FFB;
    background-color: #FFFFFF;
    font-family: arial, verdana;
    width: 99%;
    font-size: 11px;
    font-weight: 500;
}
.tbl{
    font-size: 13px;
}
.tblover{
    margin-bottom: 2px;
    font-size: 13px;
    border: 1px #C2AE7F solid;
    background-color: #C3DAEA;
    cursor: hand;
}
.tblout{
    margin-bottom: 2px;
    border: 1px #C2AE7F solid;
    font-size: 13px;
}
.tblborder{
    border: 2px #C2AE7F solid;
    background-color: #C3DAEA;
    padding: 5px;
    border-collapse: collapse;
}
.error{
    color: #FF0000;
    font-size: 13px;
    text-align: center;
    text-decoration: telic;
}
.loopschema{
    font-size: 12px;
    border-collapse: collapse;
}
.loopschema td{
    padding: 2px;
    border:  2px #C2AE7F solid;
}
.loopbg{
    background-color: #C3DAEA;
}
.loopbg2{
    background-color: #E4DDCD;
}