/* Print CSS */

html, body {
    padding: 0px;  
    margin: 0px; 
    font-family: Arial, Helvetica, sans-serif;
    color: #000000 !important; 
    font-size: 14px;
    background: White;
    height: 100%;
}

body * {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000; 
    float: none;
}
				
html, body, p, div, span, a, table, th, td {
    font-size: 14px;
    text-decoration: none; 
    color: #000000; 
    background: White;
}

h1, h2, h3 {
    text-decoration: none; 
    color: #000;
}
p {
    margin: 0; 
    padding-bottom: 10px; 
    color: #000;
}
a {
    text-decoration: underline;
}

.noprint {
    display: none;
}
.noprint2 {
    display: none;
}

ul {
    margin: 0 0 0 22px; 
    padding: 0 0 0 5px;
}
ul li {
    background: none; 
    list-style-type: disc; 
    margin: 2px 0 3px 0px; 
    padding-left: 6px;
}
				
/* Extended CSS */
.contright2 {
  font-size: 14px;
}
.contright2 h2 {
  font-size: 24px;
  font-weight: normal;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
}
.contright2 table.text {
  margin: 0px 0px 0px 0px;
}

.contright2 h3 {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #e4e6e1;
  padding: 0px 0px 7px 0px;
  margin: 0px 0px 19px 0px;
}
.contright2 h4 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/* тип 2 */
div.contright2 .tab2 {
  width: 100%;
}
div.contright2 .tab2 th:first-child {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #2d2e2c;
  padding: 6px 0px 12px 0px;
}
div.contright2 .tab2 th {
  font-size: 14px;
  font-weight: normal;
  color: #2d2e2c;
  padding: 6px 0px 12px 10px;
}
div.contright2 .tab2 tr td:first-child {
  text-align: left;
  padding: 11px 20px 12px 0px;
}
div.contright2 .tab2 td:last-child {
  padding: 11px 0px 12px 10px;
}
div.contright2 .tab2 tr:first-child td {
  font-size: 14px;
  color: #2d2e2c;
  border-top: 0px solid #f0f2ec;
  font-weight: normal;
  padding-top: 0px;
}
div.contright2 .tab2 tr:first-child td:first-child {
  width: 168px;
}
div.contright2 .tab2 tr td {
  font-size: 1em;
  color: #2d2e2c;
  border-top: 1px solid #f0f2ec;
  padding: 11px 0px 12px 0px;
  font-weight: normal;
}
div.contright2 .tab2 tr td div.prim {
  font-size: 10px;
  color: #b5b7b2;
}
div.contright2 .tab2 td b, .content .tab2 td strong {
  font-size: 14px;
  color: #757872;
}
