* /*, *:after, *:before*/ {
    margin: 0px;
    font-family: Helvetica;
    font-style: normal;
    font-size: 20pt;
    line-height: 16pt;
    color: #000000;
}

html { 
    height: 100%; 
    margin: 0;
}

body.comp_body_cl {
    height: 100%;
    padding: 0px;
    margin: 0px;
    background: rgb(255, 253, 240);
}

a {
    color: #00FF00;
}

b {
    font-size: inherit;
}

/*****************************************************************************/

div.comp_div_header_cl {
    box-sizing: border-box;
    opacity: 1.0;
    background: rgb(255, 253, 240);
    padding: 0px 0px 0px 0px;
}

.comp_head_site {
    font-family: Helvetica;
    font-size: 40pt;
    color:#FF0000;
    text-shadow: 1px 1px 2px red, 0 0 1em white;
}
.comp_head_tm {
    font-family: Helvetica;
    font-size: 24pt;
    color:#FF0000;
    text-shadow: 1px 1px 2px red, 0 0 1em white;
    vertical-align:super;
}
.comp_head_year {
    font-family: Helvetica;
    font-size: 20pt;
    color:#000080;
}
.comp_head_company {
    font-family: Helvetica;
    font-size: 12pt;
    text-align: center;
    color: #000080;
}
.comp_head_time {
    font-family: Helvetica;
    font-size: 26pt;
    color:#000000;
}

.comp_contacts_phone {
    font-family: Helvetica;
    font-size: 13pt;
    color:#000080;
}
.comp_contacts_mail {
    border: 1px solid transparent;
    border-radius: 5px 5px 5px 5px;
    font-family: Helvetica;
    font-size: 13pt;
    color:#0000FF;
    text-decoration: underline;
}
.comp_contacts_mail:hover {
    border: 1px solid red;
    color:#FF0000;
    background-color: #FFFFFF;
}

.comp_link_boxed {
    display: inline-block;
    margin: 3pt 6pt 3pt 6pt;
    padding: 3pt 6pt 3pt 6pt;
    border: 1px solid blue;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    background: transparent;
    font-family: Helvetica;
    font-size: 12pt;
    color:#0000FF;
}
.comp_link_boxed:hover {
    background-color: #FFFFFF;
    border: 1px solid red;
    color: #FF0000;
}

/*****************************************************************************/

div.div_comp_footer_cl {
    background: rgb(255, 253, 240);
}

.comp_foot_copyright {
    font-family: Helvetica;
    font-size: 13pt;
    color:#000000;
}

/*****************************************************************************/
.comp_div_m1_cl {
    box-sizing: border-box;
    background: rgb(255, 253, 240);
}

.comp_div_m1_i_cl {
    box-sizing: border-box;
    background: rgb(255, 253, 240);
    padding: 10px 15px 10px 15px;
    border-top: 2px solid transparent;
    color: #000000;
    font-family: Helvetica;
    font-size: 12pt;
}

.comp_div_m1_i_active_cl {
    box-sizing: border-box;
    background: rgb(255,251,220);
    padding: 10px 15px 10px 15px;
    border-top: 2px solid red;
    color: #000000;
    font-family: Helvetica;
    font-size: 12pt;
}

.comp_div_m2_i_cl {
    overflow-y: auto;
    box-sizing: border-box;
    padding: 5px 5px 5px 20px;
    background: rgb(255,251,220);
    border-radius: 0px 10px 10px 0px;
    border-top: 2px solid red;
    border-right: 2px solid red;
    border-bottom: 2px solid red;
}

p.comp_m2_item_normal {
    margin: 6pt 0pt 0pt 0pt;
    font-family: Helvetica;
    font-size: 12pt;
    line-height: 1.5;
    color: #000000;
    text-align: left;
}

.comp_m2_item_marked {
    font-weight: bold;
}

div.div_comp_m2_dividor_cl {
    margin: 4pt 20pt 5pt 0pt;
    background-color: red;
    padding: 0pt;
    width: 80%;
    height: 1.5pt;
}

span.spec_comp_item_N_level_2_link {
    color: #0000FF;
    font-family: Helvetica;
    text-align: left;
}

span.spec_comp_item_N_level_2_link:hover {
    color: #FF0000;
    font-family: Arial, Verdana, sans-serif;
    text-align: left;
}

/*****************************************************************************/

.comp_div_main_cl {
    max-width: 1000px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: rgb(255, 253, 240);
}

p.spec_comp_main_h1 {
    margin: 16pt 0pt 12pt 0pt;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 18pt;
    line-height: 1.2;
    color: #000080;
    text-align: left;
}
p.spec_comp_main_h2 {
    margin: 16pt 0pt 12pt 0pt;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 16pt;
    line-height: 1.2;
    color: #000080;
    text-align: left;
}
p.spec_comp_main_h_mini {
    margin: 16pt 0pt 6pt 0pt;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 13pt;
    line-height: 16pt;
    color: #000000;
    text-align: left;
}
.spec_comp_main_normal {
    margin: 6pt 0pt 6pt 0pt;
    font-family: Helvetica;
    font-size: 12pt;
    line-height: 16pt;
    color: #000000;
    text-align: left;
}

.comp_main_marked {
    font-family: Helvetica;
    font-size: 12pt;
    font-weight: bold;
}

.comp_main_gallery_text_cl {
    margin: 6pt 0pt 6pt 0pt;
    font-family: Helvetica;
    font-size: 12pt;
    font-style: italic;
    font-weight: 600;
    line-height: 16pt;
    color: #000000;
    text-align: left;
}

img.spec_comp_main_img {
    margin: 12pt 0pt 6pt 0pt;
    border:2px solid navy;
}

.comp_main_table td {
    font-family: Helvetica;
    font-size: 12pt;
}
.comp_main_link {
    font-size: 12pt;
    color: #0000FF;
    border-bottom: 1px solid #0000FF;
    text-align: left; 
    text-decoration: none;
}
.comp_main_link:hover {
    font-weight: normal;
    color: #FF0000;
    border-bottom: 1px solid #FF0000;
}
