﻿html {
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    background-color: #F8F7F2;
    margin: 0 auto;
}

.main {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto;
}

.unvisible {
    display: none;
}

.logo {
    font-family: Monospace, Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	text-decoration: none;
	font-weight: normal;
    text-align: right;
}

img.logodot {
    height: 20px;
    width: 20px;
    vertical-align: bottom;
    padding: 0px 0px 0px 6px;
}

.norm {
	font-family: Monospace, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.capital {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.right {
	font-family: Monospace, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
    text-align: right;
}

.underlined {
	font-family: Monospace, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

.chosen {
	font-family: Monospace, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

a {
	font-family: Monospace, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #000000;
}

a.none {
	font-family: Monospace, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

table.top {
    width: 600px;
    border: 0;
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 0 auto;
}

table.top tr {
}

table.top td {
}

table.top td.right {
    text-align: right;
    vertical-align: middle;
}

table.bottom {
    width: 600px;
    border: 0;
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
}

table.bottom tr {
}

table.bottom td {
}

table.outer_block {
    width: 600px;
    border: 0;
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 0 auto;
}

table.outer_block tr {
}

table.outer_block td {
    background-color: #000000;
}

table.inner_block {
    width: 100%;
    border: 0;
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 0 auto;
}

table.inner_block tr {
    vertical-align: top;
}

table.inner_block td {
    background-color: #F8F7F2;
    padding: 10px;
}

table.inner_image {
    width: 100%;
    border: 0;
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 0 auto;
}

table.inner_image tr {
    vertical-align: top;
}

table.inner_image td {
    background-color: #F8F7F2;
    padding: 0px;
}

img.divider_30 {
    padding: 0px 0px 0px 0px;
    height: 30px;
    width: 1px;
}

img.divider_20 {
    padding: 0px 0px 0px 0px;
    height: 20px;
    width: 1px;
}

img.divider_15 {
    padding: 0px 0px 0px 0px;
    height: 15px;
    width: 1px;
}

img.divider_5 {
    padding: 0px 0px 0px 0px;
    height: 5px;
    width: 1px;
}

img.divider_5_top {
    padding: 0px 0px 0px 0px;
    height: 5px;
    width: 1px;
}

img.divider_h {
    padding: 0px 0px 0px 0px;
    height: 1px;
    width: 4px;
}

img.divider_hl {
    padding: 0px 0px 0px 0px;
    height: 1px;
    width: 8px;
}

img.divider_hr {
    padding: 0px 0px 0px 0px;
    height: 1px;
    width: 4px;
}

img.image_100_100 {
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.img.image_100_100:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.more_div {
    display: none;
}

@media only screen and (max-width: 1000px) {

    .logo {
	    font-size: 48px;
    }

    img.logodot {
        height: 24px;
        width: 24px;
    }

    .norm {
	    font-size: 18px;
    }

    .capital {
	    font-size: 15px;
    }
    
    .right {
	    font-size: 18px;
    }

    .underlined {
	    font-size: 18px;
    }

    .chosen {
	    font-size: 18px;
    }

    a {
	    font-size: 18px;
    }

    a.none {
	    font-size: 18px;
    }

    img.divider_30 {
        height: 40px;
    }

    img.divider_20 {
        height: 30px;
    }

    img.divider_15 {
        height: 20px;
    }

    img.divider_5 {
        height: 10px;
    }

    img.divider_5_top {
        height: 7px;
    }

    img.divider_h {
        width: 6px;
    }

    table.top {
        width: 100%;
    }

    table.bottom {
        width: 100%;
    }

    table.outer_block {
        width: 100%;
    }
        
}

@media only screen and (max-width: 575px) {

    .logo {
	    font-size: 46px;
    }

    img.logodot {
        height: 23px;
        width: 23px;
    }
    
    .norm {
	    font-size: 16px;
    }

    .capital {
	    font-size: 13px;
    }
    
    .right {
	    font-size: 16px;
    }

    .underlined {
	    font-size: 16px;
    }

    .chosen {
	    font-size: 16px;
    }

    a {
	    font-size: 16px;
    }

    a.none {
	    font-size: 16px;
    }

    img.divider_30 {
        height: 35px;
    }

    img.divider_20 {
        height: 25px;
    }

    img.divider_15 {
        height: 15px;
    }

    img.divider_5 {
        height: 10px;
    }

    img.divider_5_top {
        height: 6px;
    }

    img.divider_h {
        width: 5px;
    }

}

@media only screen and (max-width: 550px) {

    .logo {
	    font-size: 46px;
    }
        
}

@media only screen and (max-width: 525px) {

    .logo {
	    font-size: 46px;
    }
    
}

@media only screen and (max-width: 500px) {

    .logo {
	    font-size: 44px;
    }
    
    img.logodot {
        height: 22px;
        width: 22px;
    }
           
}

@media only screen and (max-width: 475px) {

    .logo {
	    font-size: 42px;
    }

    img.logodot {
        height: 21px;
        width: 21px;
    }

}

@media only screen and (max-width: 450px) {

    .logo {
	    font-size: 40px;
    }
    
    img.logodot {
        height: 20px;
        width: 20px;
    }
}

@media only screen and (max-width: 425px) {

    .logo {
	    font-size: 38px;
    }
    
    img.logodot {
        height: 19px;
        width: 19px;
    }
}

@media only screen and (max-width: 400px) {

    .logo {
	    font-size: 36px;
    }
    
    img.logodot {
        height: 18px;
        width: 18px;
    }
}

@media only screen and (max-width: 375px) {

    .logo {
	    font-size: 34px;
    }
    
    img.logodot {
        height: 17px;
        width: 17px;
    }
}
@media only screen and (max-width: 350px) {

    .logo {
	    font-size: 0px;
    }
    
    img.logodot {
        height: 36px;
        width: 36px;
    }
}