/*Page Margins*/ @page { margin-bottom: 1em; margin-left: 1em; margin-right: 1em; margin-top: 1em; } /*End of Page Margins*/ /*Image*/ /*Image wrapper */ div.image { text-align: center; margin: 0em; } div.imageu { text-align: center; margin-top: 1em; margin-bottom: 1.5em; } div.image11 { text-align: center; margin-top: 1em; margin-bottom: 0.5em; } div.image12 { text-align: center; margin-top: 1em; margin-bottom: -0.5em; } /*Image caption with div image class */ div.image p { font-size: small; margin: 0em; text-indent: 0; text-align: left; word-wrap:break-word; } div.image img { max-width:100%; } /*End of Image Wrapper*/ /* coverpage */ .coverpage { vertical-align: middle; text-align: center; background-color: white; margin: 0em; } .coverpage img { max-width:100%; margin: 0em; } /*End of Coverpage*/ /* title page */ /*title page wrapper */ .titlepage { text-align: center; margin: 0em; padding: 0em; text-align: center; } .titlepage .title { font-size: 1.8em; margin: 10% 0 .3em 0; text-align: center; font-weight:bold; /*color:#;*/ word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } .titlepage .subtitle { font-size: 1.4em; text-align: center; margin: 1em 0 0 0; font-weight:bold; /*color:#;*/ word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } .titlepage .author { margin: 2em 0 0 0; font-size: 1.2em; text-align: center; font-weight:normal; /*color:#;*/ word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } .titlepage .illustrator { font-size: 1.2em; text-align: center; margin: 7em 0 0 0; font-weight:bold; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } /*End of titlepage*/ /* toc */ div.toc > p.level1 { font-size: small; margin-top: 0.3em; margin-bottom: 0.3em; text-align: left; margin-left: 0em; text-indent: 0em; } /*End of toc*/ /* Copyright */ .copy1 { display: block; font-size: 0.5em; margin-top: 0.9em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .copy2 { display: block; font-size: 0.5em; margin-top: -0.3em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .libraryofcongress { display: block; font-size: 0.5em; margin-top: 1em; margin-bottom: 0.4em; text-indent: 0em; text-align: center; } .isbn { display: block; font-size: 0.5em; margin-top: 0.9em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .isbn1 { display: block; font-size: 0.5em; margin-top: 0.5em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .printhistory { display: block; font-size: 0.625em; margin-top: 0.2em; margin-bottom: 0.2em; text-align: center; text-indent: 0em; } /*End of Copyright */ /*Headings This is the default styling of all headings to deal with issues such as page breaks splitting headings and hyphenation issues.*/ h1, h2, h3, h4, h5, h6 { page-break-after:avoid; page-break-inside: avoid; -webkit-hyphens: none !important; hyphens: none !important; /*color:#000;*/ /* This color "black" will apply to all heads unless a color is applied to a class */ } .dedication, .forward, .chapter, .endnotes, .glossary, .publisher, .bibliography{ text-align: left; } .copyright h1, .dedication h1, .forward h1, .chapter h1, .endnotes h1, .glossary h1, .publisher h1, .bibliography h1 { font-size: 1.8em; margin: 2% 0 5% 0; padding: .2em 0 0 0; text-align: center; font-weight: normal; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } h1.chapter { font-size: 1.5em; text-align: center; margin-top: 0.5em; margin-bottom: 0em; font-weight: normal; } h1.chapter1 { font-size: 1.5em; text-align: center; margin-top: 0.5em; margin-bottom: 2em; font-weight: normal; } .copyright h2, .dedication h2, .forward h2, .section h2, .chapter h2, .glossary h2, .publisher h2, .titlepage h2 { font-size: 1.5em; margin: 0 0 .4em 0; font-weight:bold; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } .copyright h3, .dedication h3, .forward h3, .section h3, .chapter h3, .glossary h3, .publisher h3, .titlepage h3 { font-size: 1.1em; margin: 0em; padding: 0em; font-weight:bold; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } .copyright h4, .dedication h4, .forward h4, .section h4, .chapter h4, .glossary h4, .publisher h4, .titlepage h4 { font-size: 1em; margin: 0em; padding: 0em; font-weight:bold; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } /*End of Headings*/ /* part/section divider */ .section { text-align: left; } .section h1 { text-align: left; } .section h2 { font-size: 1.4em; text-align: center; font-weight:bold; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } /*End of part/section divider */ /*Para Styles*/ /*Change below properties as required in source file*/ /*default para style with 0 indent*/ p { display: block; font-size: small; text-align: justify; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.5em; } p.bib { display: block; font-size: small; text-align: left; margin-top: 0.2em; margin-bottom: 0.2em; margin-left: 3em; text-indent: -1.5em; margin-right: 0em; } /*This style will leave 1st para and indent rest of the para */ p + p { text-indent: 1.5em; margin-top: 0; } /*first paragraph after h2 will not intent */ h2+p {text-indent:0;} /*This style will apply no-indent style in para*/ p.noind { text-indent: 0em; margin-top: 0; font-size: small; text-align: justify; } /*center para text*/ p.center { text-align: center !important; margin-top: 1.3em; margin-bottom: 0.9em; font-size: 1.1em; text-indent: 0em; } .center0 { text-align: center !important; margin-top: 1.3em; margin-bottom: 0.9em; font-size: small; text-indent: 0em; } p.centerh { text-align: center !important; margin-top: 1.5em; margin-bottom: 0.9em; font-size: 1.1em; text-indent: 0em; } /* bibliography */ .bibliography p{ padding-left: 1em; margin-bottom: 0%; text-indent: -1em; word-wrap:break-word; } /*align para to left or right*/ .left { text-align:left; } .right { text-align:right; font-size: small; margin-left: 15%; margin-bottom: 1.3em; } /*End of Para Styles*/ /*Extract/Blockquote*/ blockquote{ text-align: justify !important; text-indent: 0em !important; margin: 1em 1.3em 1em 1.3em !important; word-wrap:break-word !important; padding: 0em !important; } p.handwritten { font-style: italic; margin: .5em auto .5em auto; width: 85%; word-wrap:break-word; } /* For extracts that represent text messages, computer text, etc..: */ .code p { font-family: "Courier"; margin: 1em auto 1em auto; width: 85%; text-indent: 0; word-wrap:break-word; } /*End of Extract/Blockquote */ /* lists */ ol { margin: 0em 0 0em 0; font-size: 1em; text-align: left; text-indent:0em; margin-left:0em; } li{ margin: 0em 0 0em 0; font-size: 1em; text-align: left; text-indent:0em; margin-left:0em; } ul { margin-left: .2em 0 1em 0; } ol.ola { margin-top: 1em; margin-left:-0.4em; font-size: small; text-align: left; text-indent:0em; margin-bottom: 1em; } .tx1 { margin-top: 0em; margin-left:0em; font-size: small; text-align: justify; text-indent:0em; margin-bottom: 0.1em; } .tx1ff { margin-top: 0em; margin-left:0em; font-size: small; text-align: left; text-indent:0em; margin-bottom: 0.1em; } .ext { margin-top: 1.5em; margin-left:1.5em; margin-right:2em; font-size: 0.78em; text-align: justify; text-indent:0em; margin-bottom: 1em; } .ext4 { margin-top: 2em; margin-left:1.5em; margin-right:2em; font-size: 0.78em; text-align: justify; text-indent:0em; margin-bottom: 0em; } .ext5 { margin-top: 0.1em; margin-left:1.5em; margin-right:2em; font-size: 0.78em; text-align: justify; text-indent:1.5em; margin-bottom: 0.2em; } .exte { margin-top: 1.5em; margin-left:0em; margin-right:0em; font-size: small; text-align: justify; text-indent:0em; margin-bottom: 1em; } .extw { margin-top: 0.2em; margin-left:0em; margin-right:0em; font-size: small; text-align: justify; text-indent:0em; margin-bottom: 1em; } .un { text-decoration: underline } .tx6 { margin-top: 1.5em; margin-left:0em; font-size: small; text-align: left; text-indent:0em; margin-bottom: 0.1em; } .tx6u { margin-top: 3.5em; margin-left:0em; font-size: small; text-align: left; text-indent:0em; margin-bottom: 0.1em; } .tx6a { margin-top: 1.5em; margin-left:1em; font-size: small; text-align: left; text-indent:-1.1em; margin-bottom: 0.1em; } .tx6b { margin-top: 1.5em; margin-left:1.2em; font-size: small; text-align: left; text-indent:0em; margin-bottom: 0.1em; } .txleft { margin-top: 0.2em; margin-left:0em; font-size: small; text-align: left; text-indent:0em; margin-bottom: 0.1em; } .tx4 { margin-top: 1.5em; margin-left:0em; font-size: small; text-align: justify; text-indent:0em; margin-bottom: 0.5em; } .line1 { border-bottom: 1px solid black; width:85%; display:inline-block; } .txy { margin-top: 1.5em; margin-left:0em; font-size: small; text-align: center; text-indent:0em; margin-bottom: 1em; } .ul { margin-top: 0em; margin-left: 2.3em; font-size: small; text-align: left; text-indent: -0.8em; margin-bottom: 0.1em; } .txul { margin-top: 0.5em; margin-left: 2.8em; font-size: small; text-align: left; text-indent: -0.8em; margin-bottom: 0.5em; } /*End of List*/ /* table */ /* tables should only be used for displaying data. Please do not use tables to layout images */ td { border: none; font-size:small; text-align: left; vertical-align: middle; padding: 0.3em; } table#pAOa { margin-top: 2em; margin-bottom: 5em; width: 85%; border: none; border-collapse:collapse; } table#pANlC { margin-top: 1em; margin-bottom: 5em; width: 85%; border: none; border-collapse:collapse; } /*End of Table*/ /*Box*/ .box1 { background-color: #e8e8e8; border: thin solid black; width: 80%; padding: .5em 1em .5em 1em; margin: 1em !important; word-wrap:break-word; } /*.box2 {}*/ /*.box3 {}*/ /*.box4 {}*/ /*End of Box*/ /*Miscellaneous*/ a { text-decoration: none; } .underline { text-decoration: underline; } .smallcaps { font-variant: small-caps; text-transform: lowercase; } .dcap { display: inline; padding-top: 8px; float: left; line-height: .4em; font-size: 28pt; margin-right: .05em; } .ulch { margin-top: 0em; margin-left: 3em; font-size: small; text-align: left; text-indent: -0.8em; margin-bottom: 0.1em; } .extch { margin-top: 0.2em; margin-left:1.5em; margin-right:1.5em; font-size: 0.78em; text-align: justify; text-indent:0em; margin-bottom: 0.2em; } .extch1 { margin-top: 0.2em; margin-left:1.5em; margin-right:1.5em; font-size: 0.78em; text-align: justify; text-indent:1.5em; margin-bottom: 0.2em; } .extch2 { margin-top: 0.2em; margin-left:4em; margin-right:4em; font-size: 0.78em; text-align: justify; text-indent:-1.5em; margin-bottom: 0.2em; } .tx1ch { margin-top: 1.3em; margin-left:0em; font-size: small; text-align: justify; text-indent:0em; margin-bottom: 0.1em; } .tx6ch { margin-top: 1.5em; margin-left:1em; font-size: small; text-align: justify; text-indent:0em; margin-bottom: 0.1em; } .tx6olch { margin-top: 1.5em; margin-left:1.8em; font-size: small; text-align: left; text-indent:-1.1em; margin-bottom: 0.1em; } .tx6olch1 { margin-top: 1.5em; margin-left:1.8em; font-size: small; text-align: left; text-indent:0em; margin-bottom: 0.1em; } h1.chapter2 { font-size: 1.5em; text-align: center; margin-top: 1.5em; margin-bottom: 2em; font-weight: normal; } p.noindh { text-indent: 0em; margin-top: 0; font-size: small; text-align: justify; margin-left: 0.5em; } h1.chapter3 { font-size: 1.5em; text-align: center; margin-top: 1.5em; margin-bottom: 1em; font-weight: normal; } h1.chapter4 { text-align: center !important; margin-top: 1.3em; margin-bottom: 1em; font-size: 1.1em; text-indent: 0em; } p.centerch { text-align: center !important; margin-top: 0.8em; margin-bottom: 0.5em; font-size: small; text-indent: 0em; } .extao1 { margin-top: 1.5em; margin-left:2em; margin-right:2em; font-size: 0.78em; text-align: justify; text-indent: 0em; margin-bottom: 0.2em; } .extao2 { margin-top: 0.3em; margin-left:2em; margin-right:2em; font-size: 0.78em; text-align: justify; text-indent: 1.5em; margin-bottom: 1.5em; } .noindao1{ text-indent: 0em; margin-left: 2em; } .noindao2 { text-indent: 0em; margin-top: 0; font-size: 1em; text-align: justify; } .noindao3 { text-indent: 0em; margin: 0 0em 0 1.8em; font-size: small; text-align: justify; } .noindao4 { text-indent: -1em; margin: 1.5em 0em 0 1.3em; font-size: small; text-align: justify; } .noindao5 { text-indent: 0em; margin: 1.5em 0em 0 0.6em; font-size: small; text-align: justify; } .boxao1 { background-color: none; border: thin solid black; width: 80%; padding: .5em 1em .5em 1em; margin: 1em !important; word-wrap:break-word; } p.centerao1 { text-align: center !important; margin-top: 1.3em; margin-bottom: 0.9em; font-size: small; text-indent: 0em; } .ext3dd{ margin-top: 1.5em; margin-left:2em; margin-right:2em; font-size: 0.78em; text-align: justify; text-indent:0em; } .ext13dd{ margin-top: 0em; margin-left:2em; margin-right:2em; font-size: 0.78em; text-indent:1.5em; text-align: justify; } .tx63dd { margin-top: 1.5em; margin-left:1.1em; font-size: small; text-align:left !important; text-indent:0em; margin-bottom: 0.1em; } .tx63dd1 { margin-top: 1.5em; margin-left:1.1em; font-size: small; text-align: justify; text-indent:0em; margin-bottom: 0.1em; } span.ul{ text-decoration:underline; } div.image3dd { text-align: center; margin: .5em 0 .5em 0em; } div.image3dd img { max-width:100%; } p.center_aa { text-align: center !important; font-size: small; margin-top: 2em; margin-bottom: 0em; } p.noind_aa { text-indent: 0em; margin-top: 1em; font-size: small; margin-bottom: 0em; margin-left:0em; text-indent:0em; text-align: justify !important; } p.olh { text-indent: -0.7em; margin-top: 0; margin-left: 2.5em; font-size: small; text-align: left !important; } p.exth{ font-size: 0.75em !important; text-indent: 0em !important; margin-left: 2em !important; margin-bottom: 0.2em !important; margin-top: 1em !important; margin-right: 2em !important; } p.exth1{ font-size: 0.75em !important; text-indent: 1.5em !important; margin-left: 2em !important; margin-bottom: 1em !important; margin-top: 0em !important; margin-right: 2em !important; } p.exth2{ font-size: 0.75em !important; text-indent: 1.5em !important; margin-left: 2em !important; margin-bottom:0em !important; margin-top: 0.2em !important; margin-right: 2em !important; } p.exth3{ font-size: 0.75em !important; text-indent: 1.5em !important; margin-left: 4em !important; margin-bottom: 0em !important; margin-top: 0.2em !important; margin-right: 2em !important; } .tx6h { margin-top: 1.5em; margin-left:1.1em; font-size: small; text-align: justify; text-indent:-1.1em; margin-bottom: 0.1em; } .tx60au { margin-top: 0.5em; margin-left:0em; font-size: small; text-align: justify; text-indent:0em; margin-bottom: 0.1em; } p.center0au { text-align: center !important; margin-top: 1.3em; margin-bottom: 0.9em; font-size: small; text-indent: 0em; } .tx6oau { margin-top: 1.5em; margin-left:0em; font-size: 1em; text-align: justify; text-indent:0em; margin-bottom: 0.1em; } table#pz115-6 { width: 80%; border: none; margin-left: 0em; margin-bottom: 3em; margin-top: 1em; border-collapse:collapse; } table#pAdr { width:98%; border:hidden; margin:1em 0em 1em 0em; border-collapse:collapse; } table#pAdr td { padding:0.2em; text-align:justify; border:none; vertical-align:top; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } table#pAzEr { width:0%; border:hidden; margin:1em 0em 3em -1.5em; border-collapse:collapse; } table#pAzEr td { padding:0.2em; text-align:justify; border:none; vertical-align:top; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } .tx1am { margin-top: 1em; margin-left:0em; font-size: small; text-align: justify; text-indent:0em; margin-bottom: 0.1em; } table#pz124-6 { width: 100%; border: none; margin: 1em auto; border-collapse:collapse; } div.image1 { text-align: left; margin-top: 3em; margin-left: 0em; } .width{ width:25%; } .txtab{ border-bottom:thin solid black; } .fn{ margin-top: .2em; margin-left:1em; font-size: small; text-align: left; text-indent:-1em; margin-bottom: 0.1em; } ul.ula { margin-top: 1em; margin-left:0em; font-size: small; text-align: left; text-indent:0em; margin-bottom: 1em; }