body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 15px;
    color: #204080;
}
table {
    width: 100%;
    border-spacing: 1px;
    line-height: 1.33;
    text-align: center;
}
table.plain tr, table.adblock tr {
    background-color: #FFF;
}
table.plain td, table.plain th {
    padding: 2em;
}
table.warning tr, table.adblock.featured tr {
    background-color: #FFE;
}
table.warning td {
    padding: 2em;
    text-align: left;
}
table.adblock.featured tr {
    font-size: 1.2em;
}
table.adblock.hints tr {
    background-color: #FFE;
}
table.adblock th, table.adblock td {
    padding: 1em;
    margin: 0;
}
table.adblock tr:first-child {
    background-color: #99C;
}
table.adblock th {
    color: #FFF;
    font-weight: normal;
}
table.adblock td:first-child {
    width: 20%;
}
table.adblock td:nth-child(2) {
    text-align: left;
}
table.adblock td:nth-child(3) {
    width: 15%;
    text-align: right;
}
table.adblock td:last-child {
    width: 20%;
    text-align: center;
}
table.adblock p {
    margin: 0;
}
table.adspan {
    border-spacing: 0;
}
table.adspan th, table.adspan td {
    padding: 0.333em 0;
}
table.adblock table.adspan tr {
    background-color: #FFF;
}
table.adspan td:first-child {
    text-align: left;
}
table.adspan td:last-child {
    text-align: right;
}
table.pages {
    border: 1px solid #99C;
    width: 80%;
    margin: 0 auto;
}
table.pages td {
    text-align: left;
}
table.banner {
    background-color: #99C;
    margin: 0 auto;
    width:auto;
}
table.banner td, table.banner th {
    width: 18%;
    padding: 1em; 
    text-align: right;
}
table.banner td:first-child, table.banner th:first-child {
    width: 28%;
    background-color: #EEE;
    font-weight: normal;
    text-align: right;
}
h1 {
    font-size: 2em;
    font-weight: normal;
}
h2 {
    font-size: 1.5em;
    font-weight: normal;
}
.pages h3 {
    font-size: 1.333em;
    font-weight: normal;
}
.pages h3 {
    margin-top: 2em;
}

a {
    text-decoration: underline;
    color: inherit;
}
a:hover {
    text-decoration: underline;
    color: #FF0000;
}
a:active {
    color: #000099;
}

.menu {
    font-size: 1em;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal
}
a.menu:hover {
    color: #FFFF00;
    text-decoration: underline overline;
}
a.menu:active {
    color: #CCCCFF
}
.menupeq {
    font-size: 0.9em;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
a.menupeq:hover {
    color: #FFFF00;
    text-decoration: underline overline;
}
a.menupeq:active {
    color: #CCCCFF
}
.bnormal {
    font-size: 13px;
    color: #000066;
    text-decoration: none
}
a.bnormal:hover {
    text-decoration: underline;
    color: #FF0000
}
a.bnormal:active {
    color: #000099
}
.red {
    color: #C33;
}
.dnormal {
    font-size: 2em;
    font-weight: normal;
    color: #204080;
    text-decoration: none;
    list-style-position: outside;
    list-style-type: square;
}
a.dnormal:hover {
    text-decoration: underline;
    color: #FF0000
}
a.dnormal:active {
    color: #000099
}
input {
    border: 1px solid #000066;
    color: #000066;
    background-color: #EEEEEE;
}
textarea {
    border: 1px solid #000066;
    color: #000066;
    background-color: #EEEEEE;
}
select {
    border: 1px solid #000066;
    color: #204080;
    background-color: #EEEEEE;
}
.destaque {
    color: #000066;
    background-color: #FFFF99;
}
.required {
    border-left: 2px solid #C00;
}
.radio-labels {
    width: 96px;
    margin: 0;
    float: left;
    padding: 0;
}
