body {
    background-color: Floralwhite;
    margin-top: 5px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 5px;
    scrollbar-3dlight-color: Mistyrose;
    scrollbar-arrow-color: Mediumpurple;
    scrollbar-base-color: Seashell;
    scrollbar-darkshadow-color: Steelblue;
    scrollbar-face-color: Whitesmoke;
    scrollbar-highlight-color: Honeydew;
    scrollbar-shadow-color: Mediumpurple;
    scrollbar-track-color: Azure;
}
body, table {
    color: Darkslategray;
    text-align: justify;
    font-family: Arial, Sans-serif;
    text-align: justify;
    font-weight: normal;
    font-size: 11pt;
}
a:link, a:active, a:visited {
    text-decoration: underline;
    color: Royalblue;
    font-size: 11pt;
    font-style: Normal;
    font-family: Arial, Sans-serif;
    margin-left: 0px;
    margin-right: 0px;
}
a:hover {
    text-decoration: none;
}
h1, h2, h3 {
    font-family: tahoma, sans-serif;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    color: Slategray;
}
h1 {
    font-size: 18pt;
}
h2 {
    font-size: 14pt;
}
h3 {
    font-size: 11pt;
}
input.textauth, input.text, textarea.text, select {
    background-color: Aliceblue;
    border-right: Darkgray 2px solid;
    border-top: Lightslategray 1px solid;
    border-left: Silver 1px solid;
    border-bottom: Lightslategray 2px solid;
    color: Black;
    font-family: tahoma, sans-serif;
    margin-top: 1px;
    margin-bottom: 1px;
}
input.textauth {
    font-size: 8pt;
    font-weight: bold;
}
input.text, textarea.text, select {
    font-size: 9pt;
    font-weight: normal;
    margin-right: 5px;
}
input.buttonauth, input.button {
    border-color: Darkgray;
    border-style: solid;
    color: Black;
    font-family: Arial, Helvetica;
    font-weight: bold;
    border-right: Slategray 2px solid;
    border-top: Thistle 1px solid;
    border-left: Navajowhite 1px solid;
    border-bottom: Gray 2px solid;
}
input.buttonauth {
    background-color: Gainsboro;
    font-size: 7pt;
}
input.button {
    font-size: 9pt;
    background-color: Thistle;
    margin-right: 5px;
}
table.auth, legend.auth, a.auth:link, a.auth:active, a.auth:visited {
    font-family: Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    color: Black;
}
table.auth {
    table-layout: auto;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}
fieldset.auth {
    border-width: 1px;
    border-color: Darkslategray;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}
a.mailp:link, a.mailp:active, a.mailp:visited {
    font-family: Arial, Helvetica;
    font-size: 10pt;
    color: Dimgray;
    padding-left: 5px;
}
a.mailp:hover {
    text-decoration: none;
}
a.menu:link, a.menu:active, a.menu:visited {
    font-family: Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    color: Dimgray;
}
a.menu:hover {
    text-decoration: underline;
}
div.center {
    text-align: center;
}
div.menu {
    border-width: 2px;
    border-color: Rosybrown;
    border-style: solid;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 5px;
}
div.page {
    width: 98%;
    position: relative;
    border-width: 2px;
    border-color: Thistle;
    border-style: solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
hr {
    height: 0px;
    color: Lightslategray;
    border: solid Lightslategray 1px;
    border-top-width: 0px;
    margin-left: -10px;
    margin-right: -10px;
    width: 100%;
}
table.papers {
    width: 97%;
    font-family: Arial, Helvetica;
    background-color: Antiquewhite;
    border-collapse: collapse;
    font-size: 10pt;
}
table.papers, tr.papersa td, tr.papersb td, tr.papersc td, tr.papersd td {
    border-width: 1px;
    border-style: solid;
    border-color: Darkslategray;
    text-align: left;
}
tr.papershead {
    color: Slategray;
}
tr.papersa {
    background-color: Beige;
}
tr.papersb {
    background-color: Lemonchiffon;
}
tr.papersc {
    background-color: #EEE8AA;
}
tr.papersd {
    background-color: #FF5555;
}
