body {
    background-color: #0E2E47;
    margin: 0px;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    color: #FFFFFF;
}

table td {
    margin: 0px;
    font-size: 100%;
    padding: 0;
    border-width: 0;
    vertical-align: top;
}

table.full {
    width: 100%;
}

img {
    border: 0px;
}

h1 {
    font-size: 14pt;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
}

h2 {
    font-size: 12pt;
    margin-top: 5px;
    margin-bottom: 2px;
    text-indent: 10px;
}

h3 {
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    margin: 1px;
    text-indent: 20px;
}

div, span {
    font-size: 9pt;
    color: #FFFFFF;
}

div.submenu {
    font-size: 9pt;
    color: #FFFFFF;
    text-align: left;
    position: relative;
    bottom: 400px;
}

div.dokument {
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: normal;
    margin: 3px;
    text-align: justify;
}
div.center {
    text-align: center;
}

a {
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    font-size: 9pt;
    color: #FEF4CF;
    font-weight: bold;
    text-decoration: underline;
}

a:visited {
    color: #CEE9FF;
}

a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

a.menu {
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    font-size: 9pt;
    color: #FEF4CF;
    font-weight: bold;
    text-decoration: none;
    background-color: #E37C04;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    }

a.menu:visited {
    color: #FEF4CF;
}

a.menu:hover {
    color: #FFFFFF;
    background-color: #CB5907;
}

p {
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    font-size: 9pt;
    color: #FFFFFF;
    text-align: justify;
    margin-left: 4pt;
    margin-right: 4pt;
    margin-top: 2pt;
    margin-bottom: 1pt;
}

p.modyfikacja {
    font-size: 8pt;
    text-align: right;
    font-weight: bold;
}

p.cytat {
    font-size: 8pt;
    text-align: right;
    font-weight: normal;
    font-style: italic;
}

ol, ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

li {
    font-size: 9pt;
    color: #FFFFFF;
}

hr {
    color: #FFFFFF;
    height: 1pt;
}

.circle {
    list-style-type: circle;
}