a[title].pagenum:after {
    content: attr(title);
    border: 1px solid silver;
    display: inline;
    font-size: x-small;
    text-align: right;
    color: #808080;
    background-color: inherit;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0;
    letter-spacing: 0
    }
blockquote {
    text-align: justify;
    margin-left: 5%;
    margin-right: 10%
    }
body {
    margin-left: 10%;
    margin-right: 10%;
    background-color: white
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    clear: both
    }
ol, ul, li {
    list-style-type: none
    }
.indent2 {
    text-indent: 2em
    }
.indent4 {
    text-indent: 4em
    }
.indent6 {
    text-indent: 6em
    }
.indent8 {
    text-indent: 8em
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em;
    font-size: 1em;
    font-family: sans-serif
    }
.tb {
    letter-spacing: 7em;
    line-height: 200%
    }
img {
    display: block;
    margin-left: auto;
    margin-right: auto
    }
sup, sub {
    font-size: 0.7em
    }
.none {
    list-style-type: none
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
.fm2 {
    font-size: 125%;
    text-align: center;
    font-weight: bold
    }
.fm3 {
    font-size: 100%;
    text-align: center;
    font-weight: bold
    }
.author {
    text-align: right;
    margin-right: 5%
    }
.lowercase {
    text-transform: lowercase
    }
table.list {
    margin: auto;
    width: 75%
    }
table.list td:nth-child(1) {
    text-align: left;
    color: black;
    vertical-align: top
    }
table.list td:nth-child(n+2) {
    text-align: right;
    color: black;
    vertical-align: top
    }
table.borders {
    border-width: 2px;
    border-spacing: 0;
    border-style: outset;
    border-color: black;
    border-collapse: collapse;
    background-color: white
    }
table.borders td {
    border-width: 1px;
    border-style: inset;
    border-color: silver;
    background-color: white;
    text-align: center
    }
table.borders th {
    border-width: 1px;
    border-style: inset;
    border-color: black;
    background-color: white;
    text-align: left
    }
tr td:nth-child(1) {
    text-align: left
    }
table {
    margin: auto;
    width: 100%
    }
caption {
    text-align: center
    }
th {
    text-align: center
    }
td.tdc {
    text-align: center
    }
th.thl {
    text-align: left
    }
th.thr {
    text-align: right
    }
td.tdl {
    text-align: left;
    padding-right: 0.5em
    }
td.tdtxt {
    margin-left: 2em;
    text-indent: -2em;
    text-align: left
    }
td.tdi2 {
    text-align: left;
    margin-left: 2em
    }
td.tdi4 {
    text-align: left;
    margin-left: 4em
    }
td.tdi6 {
    text-align: left;
    margin-left: 6em
    }
td.tdi8 {
    text-align: left;
    margin-left: 8em
    }
td.page {
    font-size: 90%
    }
td.tdr {
    text-align: right;
    margin-left: 0.5em
    }
.tlbrl9 {
    text-align: left;
    border-left: 1px solid black;
    border-right: 1px solid black;
    vertical-align: top;
    padding-left: 0.5em
    }
.tcb6 {
    text-align: center;
    border: 1px solid black;
    font-variant: small-caps;
    font-size: 95%;
    padding-left: 0.75em
    }
.blockquot {
    margin-left: 5%;
    margin-right: 10%
    }
ins {
    text-decoration: none;
    border-bottom: thin dotted gray
    }
del {
    color: gray
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
sc {
    font-variant: small-caps
    }
.figcenter {
    margin: auto;
    text-align: center
    }
.small {
    font-size: smaller
    }
.transnote {
    background-color: #fff;
    color: inherit;
    margin: 2em 10% 1em 10%;
    font-size: 80%;
    padding: 0.5em 1em 0.5em 1em
    }
.transnote p {
    text-align: left
    }
a.correction {
    text-decoration: none;
    border-bottom: thin dotted red;
    color: inherit;
    background-color: inherit
    }
a.correction:hover {
    text-decoration: none
    }
.footnotes {
    border: dashed 1px
    }
.footnote {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 0.9em
    }
.footnote .label {
    text-align: right
    }
.fnanchor {
    vertical-align: super;
    font-size: 0.8em;
    text-decoration: none
    }
@media print {
    .pagenum {
        visibility: hidden
        }
    }