body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2, h3, h4 {
    text-align: center;
    clear: both
    }
h1.no-break {
    page-break-before: avoid
    }
h2.no-break {
    page-break-before: avoid
    }
h3.break {
    page-break-before: always
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
p.break {
    page-break-before: always
    }
p.map {
    text-align: center;
    margin-bottom: 0;
    page-break-before: always
    }
.p2 {
    margin-top: 2em
    }
.p4 {
    margin-top: 4em
    }
hr {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
hr.c10 {
    width: 10%;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr.c5 {
    width: 5%;
    margin-top: 1em;
    margin-bottom: 1em
    }
table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    margin-top: 1em;
    margin-bottom: 2em
    }
td.center {
    vertical-align: top;
    text-align: center
    }
td.centerc {
    vertical-align: top;
    text-align: center
    }
td.left {
    vertical-align: top;
    text-align: justify;
    text-indent: -1.5em;
    padding-left: 1.5em
    }
td.right {
    vertical-align: top;
    text-align: right
    }
td.rightb {
    vertical-align: bottom;
    text-align: right
    }
a:link {
    text-decoration: none
    }
a:visited {
    text-decoration: none
    }
.pagenum {
    visibility: hidden;
    font-size: 50%;
    text-align: right;
    color: #444
    }
.blockquote {
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
    font-size: 95%
    }
.quotesig {
    margin-right: 5%;
    text-align: right;
    margin-top: 0
    }
.sidenote, .sni {
    text-indent: 0;
    text-align: left;
    min-width: 6.5em;
    max-width: 6.5em;
    padding: 0.3em 0.3em 0.3em 0.3em;
    clear: left;
    margin-top: 0;
    font-size: smaller;
    color: #333;
    background-color: #eee
    }
.sni {
    text-indent: -0.2em
    }
.hide {
    visibility: hidden
    }
@media all {
    .sidenote, .sni {
        float: left;
        clear: none;
        font-weight: bold;
        background-color: #eee
        }
    }
.center {
    text-align: center
    }
.sc {
    font-style: normal;
    font-variant: small-caps
    }
.smaller {
    font-size: 90%
    }
.muchsmaller {
    font-size: 75%
    }
.larger {
    font-size: 120%
    }
.caption {
    font-weight: bold;
    text-align: center
    }
li {
    margin-left: 1em;
    text-indent: -1em;
    list-style-type: none
    }
.figcenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
    }
.tnote {
    border: dashed 1px;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    page-break-before: always
    }