@charset "utf-8";

/****************************General styles***********************/

h1 {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 18px;
    line-height: 120%;
}
h1 small {
    font-size: 18px;
    padding: 12px 0 0;
    display: inline-block;
}

article {
    color:#000;
    font-size:14px;
    line-height:1.5em;
    overflow:hidden;
    width:100%;
}

article h2 {
    font-size: 18px;
    font-family: Arial,Tahoma,Verdana,sans-serif;
    font-weight: bold;
    padding: 0 0 9px;
    margin: 0;
}
article h3 {
    font-size: 16px;
    font-family: Arial,Tahoma,Verdana,sans-serif;
    font-weight: bold;
    padding: 0 0 9px;
    margin: 0;
}
article h4 {
    font-size: 14px;
    font-family: Arial,Tahoma,Verdana,sans-serif;
    font-weight: bold;
    padding: 0 0 9px;
    margin: 0;
}

article p {
    text-align:justify;
    padding: 0 0 9px;
    margin: 0;
}
article table p {
    padding: 0;
}

article .red {
}

article .current {
    position: relative;
    padding-left: 15px;
}
article .current:before {
    position: absolute;
    background-image: url("/template/images/001_25.png");
    content: " ";
    width: 12px;
    height: 12px;
    left: 0;
    margin-top: 4px;
}

article ul,
article ol {
    padding: 0 0 0 23px;
}

article li {
    padding: 0;
}

article table {
    text-align:justify;
    margin: 12px 0;
    border-collapse: collapse;
    width:100%;
}
article .f4f3f8 {
    display: none;
}
article tr:has(.f4f3f8) {
    display: none;
}
article table td {
    padding: 5px 3px;
    border: 1px solid black;
    vertical-align: top;
    min-width: 14px;
}
article table td.nobr {
    border-right: 0;
}
article table td.nobl {
    border-left: 0;
}
article table td.nobt {
    border-top: 0;
}
article table td.nobb {
    border-bottom: 0;
}
article table td div {
    min-height: 12pt;
}
article img{
    float:none;
    width:auto;
    max-width: 100%;
    height: auto;
}
article a {
    cursor: pointer;
}

article .aC {
    text-align: center;
}
article .aR {
    text-align: right;
}
article .aJ {
    text-align: justify;
}
article .s1,
article .s3 {
    font-family: "Courier New", monospace;
    white-space: pre;
    padding: 0;
    line-height: 110%;
}
article #doc_info {
    padding: 0 0 6px 70px;
    min-height: 60px;

}
article #doc_info img {
    position: absolute;
    margin: -8px 0 0 -70px;
}

article #doc_info2 td {
    border: 0;
}
article #doc_info2 td:last-child {
    text-align: right;
}

.scroller{
    width:100%;
    margin: 10px -2000px 20px 0px;
    overflow:hidden;
}
.scroller_left{
    width:25px;
    height:19px;
    background: url(../images/backs/scroller_left_gray.png);
    float:left;
    display:none;
    position: relative;
    z-index:2500;
    margin-bottom:-50px;
    margin-top:5px;
}
.scroller_right{
    width:25px;
    height:19px;
    background: url(../images/backs/scroller_right_gray.png);
    float:right;
    display:none;
    position: relative;
    z-index:2500;
    margin-bottom:-50px;
    margin-top:5px;
}
.scroller_container{
    float:left;
}