* {
    font-family: Arial;
}

body {
    background-color: white;
    padding: 0;
    margin: 0;
    font-size: 10pt;
}

td {
    font-size: 10pt;
}

ul {
    padding: 5px 15px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

table#global {
    width: 980px;
    height: 600px;
    overflow: show;
}

table#global td {
    vertical-align: top;
}

table#global tr.head td {
    height: 130px;
    text-align: center;
    vertical-align: middle;
}

table#global tr.head td h1 {
    margin: 0;
    padding: 0;
}

table#global tr.head td.image {
    width: 240px;
}

table#global tr.head td.contacts {
    width: 350px;
    vertical-align: top;
    text-align: left;
    font-size: 10pt;
    line-height: 18px;
    padding-top: 5px;
}

table#global tr.head td.contacts table {
    color: inherit;
}

table#global tr.head td.contacts td {
    color: inherit;
    height: auto;
    text-align: left;
    font-size: 10pt;
    line-height: 18px;
    padding-left: 5px;
    width: 50%;
    vertical-align: top;
}

table#global tr.head td.contacts a {
    color: inherit;
}

table#global td.border {
    width: 4px;
}

table#global tr.hspacer td {
    height: 4px;
}

table#global tr.main td.menu {
    width: 240px;
    padding: 10px 5px;
}

table#global tr.main td.menu ul {
    padding: 5px;
    margin: 0;
}

table#global tr.main td.menu ul li {
    margin-bottom: 10px;
}

table#global tr.main td.menu ul ul {
    padding: 0 0 0 18px;
    margin: 0;
}

table#global tr.main td.menu ul ul li {
    margin-bottom: 0;
}

table#global tr.main td.menu ul ul ul li {
    list-style: square;
}

table#global tr.main td.menu ul a {
    text-decoration: none;
    color: inherit;
}

table#global tr.main td.menu ul a:hover {
    text-decoration: underline;
}

table#global tr.main td.menu ul li {
    font-size: 10pt;
    font-weight: bold;
    list-style-position: inside;
}

table#global tr.main td.menu ul li li {
    font-size: 9pt;
    font-weight: normal;
    list-style: none;
    padding-top: 5px;
}

table#global tr.main td.content {
    padding: 10px;
    font-size: 10pt;
}

table#global tr.main td.content * {
    color: inherit;
}

table#global tr.main td.content h2.title {
    font-size: 12pt;
    padding: 0;
    margin: 0;
}

table#global tr.main td.content ul.items {
    list-style: none;
    padding: 5px 20px;
}

table#global tr.main td.content ul.items a {
    color: inherit;
    text-decoration: none;
}

table#global tr.main td.content ul.items a:hover {
    text-decoration: underline;
}

table#global tr.main td.content ul.items li {
    padding-bottom: 5px;
}

table#global tr.footer td {
    height: 16px;
}


table.card {
    border-collapse: collapse;
    width: 100%;
}

table.card th {
    border: 1px solid #DCDCDC;
    font-family: arial;
    font-size: 9pt;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

table.card td.subhead {
    font-weight: bold;
    color: #777777;
    text-align: center;
}

table.card td {
    border: 1px solid #DCDCDC;
    font-family: arial;
    font-size: 9pt;
    vertical-align: middle;
    padding: 3px 2px;
}

table.card td.label {
    width: 50%;
}

table.card td.value {
    width: 50%;
}


table.alert {
    border-collapse: collapse;
    width: 100%;
}

table.alert th {
    border: 1px solid #DCDCDC;
    font-family: arial;
    font-size: 9pt;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

table.alert td.subhead {
    font-weight: bold;
    color: #777777;
    text-align: center;
    padding: 10px;
}

table.alert td {
    border: 1px solid #DCDCDC;
    font-family: arial;
    font-size: 9pt;
    vertical-align: middle;
    padding: 8px;
}


table.items {
    border-collapse: collapse;
    width: 100%;
}

table.items th {
    border: 1px solid #DCDCDC;
    font-family: arial;
    font-size: 9pt;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

table.items td {
    border: 1px solid #DCDCDC;
    font-family: arial;
    font-size: 9pt;
    vertical-align: middle;
    padding: 3px 2px;
}

table.items td.subhead {
    font-weight: bold;
    color: #777777;
    text-align: center;
}

.footer td {
    vertical-align: bottom !important;
}
.footer .copy {
    font-size: 11px;
}

.footer .copy a {
    color: inherit;
}

ul.reports ul {
    margin: 5px 0;
}

table.defaultTable {
    border-collapse: collapse;
}

table.defaultTable th, table.defaultTable td {
    border: 1px solid gray;
    padding: 3px 5px;
}

.counter {
    background-color: #606060;
    float: left;
    width: 180px;
    height: 24px;
    padding: 8px 0;
    margin: 30px 10px 0 10px;
    text-align: center;
}

.counter .digit {
    margin: 1px;
    padding: 2px;
    background-color: #3a3a3a;
    color: white;
    font-size: 20px;
    border: 1px solid black;
    font-weight: bold;
}

.content, .content td, .content th {
    font-size: 12px !important;
}
table.standart {
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
}
table.standart td,
table.standart th {
    border: 1px solid black;
    padding: 2px;
}
