/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}


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;
    padding: 1em 0 0 1em;
}
table.adspan td {
    padding: 0.5em 0 0.2em 0;
}
table.adblock table.adspan td {
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
}
/*
table.adblock table.adspan tr:nth-child(odd) {
    background-color: #EEE;
}
*/

table.adspan td:last-child {
    text-align: right;
}
table.adspan td:first-child {
    text-align: left;
    width: 70%;
}
table.adblock a.adlink {
    /* display: inline-block; */
    padding: 0.2em 1em;
    margin-left: 1em;
    color: white;
    background-color: #204080;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6em;
    border-radius: 2em;
}
table.adblock a.adlink:hover {
    text-decoration: underline;
}
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 {
    background-color: #FFA;
}
.required {
    border-left: 2px solid #C00;
}
.radio-labels {
    width: 96px;
    margin: 0;
    float: left;
    padding: 0;
}
iframe {
    border: none;
}

.ad-video-wrapper { display:block; width:728px; height:90px; border:none; position:relative; overflow:hidden; background-color:white; margin: 2em auto;}
.ad-video { object-fit:contain; position:absolute; top:0; left:0; width:100%; height:100%; pointer-events:none; }