body {
    color: Black;
    background: White;
    margin-right: 10%;
    margin-left: 5%;
    font-family: "Times New Roman", serif;
    text-align: justify
    }
p {
    text-indent: 4%
    }
p.noindent {
    text-indent: 0%
    }
p.footnote {
    font-size: 80%;
    text-indent: 0%;
    margin-left: 0%;
    margin-right: 5%
    }
p.transnote {
    font-size: 90%;
    text-indent: 0%;
    margin-left: 10%;
    margin-right: 10%
    }
p.intro {
    font-size: 80%;
    text-indent: 0%;
    margin-left: 10%;
    margin-right: 10%
    }
p.quote {
    font-size: small;
    text-indent: 4%;
    margin-left: 5%;
    margin-right: 5%
    }
.pagenum {
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    letter-spacing: normal;
    text-indent: 0;
    text-align: right;
    color: black;
    background-color: #FFF
    }
span[title].pagenum:after {
    content: "{" attr(title) "} "
    }
.tocpagenum {
    text-align: right
    }
.section {
    text-indent: 0%;
    font-weight: bold
    }
.flowdiv {
    color: black
    }
.lxldiv {
    color: black
    }
ul.NoBullet {
    list-style-type: none
    }
h4.section {
    margin-top: 2em;
    margin-bottom: 1em
    }
h5.section {
    margin-top: 2em;
    margin-bottom: 1em
    }
hr.pagebreak {
    page-break-after: always
    }