/* At-Rules */
@charset "iso-8859-1";


/* At-Rules 
 ============================================= All Documents Version 6.1 01/09/2000 by Brian Basgen and David Walters (Mar 1999) http://www.marxists.org/archive/css/ ============================================= Introduction to this stylesheet: The intention of this sheet is to serve as the primary source for all documents on this archive. It is not meant to be exhaustive nor cater to every style, but to serve every primary need in as diverse a range of documents and possible uses, while at the same time being as basic, malleable and versatile as possible. ===================================== General ===================================== */
/* Note: 16-12-2004 : Acknowledgement this is the style sheet used at Project Gutenberg  . I tried to get permission to use this - no reply! .*/
body {color: black; font-family : "trebuchet MS", sans-serif;}

a:link {color: #000099; background: transparent}

a:visited {color: #333399; background: transparent}

/* img.right {border: thin inset black; float: right; margin: .6em;} */
.info {font:9px serif;}

img.right {float: right; margin: .3em;}

img.left {float: left; margin: .3em;}

img.center {align: center; border: thin inset black; margin: .3em;}

hr.section {width: 44%; align: center; height: 4px;}

hr.base {width: 92%; align: center; height: 1px;}

hr.end {width: 92%; align: center; height: 2px;}

em {word-spacing: 0.2em;}

blockquote {margin-left: 9%;font-size: 9pt; font-family : "trebuchet MS", sans-serif; line-height: 115%;}

/* ===================================== Document Headers ===================================== Document Title */
H1 {background: transparent; color: #000033; font-weight: bold; font-size: 24pt; font-family: "Times New Roman","Hoefler Text",  serif; text-align: center; margin-left: 36px; margin-right: 36px;}

/* Authors' name */
H2 {background: transparent; color: #000033; font-weight: bold; font-size: 18pt; line-height: 130%; font-family: "Comic Sans MS", sans-serif; text-align: center;}

/* Chapter Title */
H3 {background:  transparent; color: #000033; font-family:   "Comic Sans MS", sans-serif; font-size: 16pt; font-style: italic; font-weight: bold; line-height: 125%; margin-left: 36px; margin-right: 36px; text-align: center}

/* Section Title */
H4 {background: transparent; color: #000033; font-weight: bold; text-align: center; font-family : "trebuchet MS", sans-serif; font-size: 14pt; line-height: 125%; margin-left: 36px; margin-right: 36px;}

/* Sub Section 2 */
H5 {background: transparent; color: #000033; font-weight: bold; text-align: center; font-family : "trebuchet MS", sans-serif; font-size: 12pt; line-height: 100%; margin-left: 36px; margin-right: 36px;}

/* Sub Section 3 */
H6 {background:  transparent; color: #000033; font-family:  "trebuchet MS", sans-serif; font-size: 12pt; font-style: italic; font-weight: bold; line-height: 100%; margin-left: 24px; margin-right: 36px; text-align: center}

/* ===================================== Spanners ===================================== ~~~~~~~ Footnotes ~~~~~~~~~~~~~~~~~~ Author's */
sup.anote {background: transparent; color: #000033; font-family : "Times", serif; font-size: small; line-height: 100%; font-weight: bold; text-decoration: none;}

/* Editor's */
sup.ednote {background: transparent; color: #000033; font-family : "Courier New", monospace; font-size: x-small; font-weight: normal; text-decoration: none;}

/* Editorial notes in text */
span.inote {background: transparent; color: #666666; font-family : "Times New Roman", serif; font-size: 12pt; font-weight: normal;}

/* ~~~~~~~ Misc ~~~~~~~~~~~~~~~~~~ Used in the info block */
span.info {background: transparent; color: #000033; font-family: "trebuchet MS", sans-serif; font-size: 12pt; font-weight: bold;}

/* indiscreet text (primarily for dates) */
span.date {background: transparent; color: #333333; font-family: "trebuchet MS", sans-serif; font-size: small; font-weight: normal;}

/* Used for notes in the text */
span.term {background: transparent; color: #000033; font-family : "trebuchet MS", sans-serif; font-size: 12pt; font-weight: bold;}

/* abstracts */
span.context {background: transparent; color: #999999}

/* ===================================== Paragraphs ===================================== ---------------------------------- Standard elements ---------------------------------- Basic p */
p {text-indent: 1em; font-family : "Comic Sans MS", sans-serif; font-size: 10pt; text-align: justify; line-height: 105%; margin-left: 6%; margin-right: 6%;}
p:first-letter{font-size:120%;}
/* Basic p -- without first line indent */
p.fst {text-indent: 1em; font-family : "Comic Sans MS", san-serif; font-size: 10pt; text-align: justify; line-height: 105%; margin-left: 6%; margin-right: 6%;}
p.fst:first-line{font-weight:"bold";}
/* ---------------------------------- Quote elements ---------------------------------- Standard Quote */
p.quote {text-indent: 1em; font-family : "trebuchet MS", sans-serif; font-size: 10pt; line-height: 90%; font-style: regular; text-align: left; margin-left: 10%; margin-right: 12%;}

/* Quote without first line indent */
p.quoteb {text-indent: 0em; font-family : "trebuchet MS", sans-serif; font-size: 10pt; line-height: 100%; text-align: left; margin-left: 10%; margin-right: 12%;}

/* Sub Quote C (increased margin) */
p.quotec {text-indent: 0em; font-family : "trebuchet MS", sans-serif; font-size: 10pt; line-height: 100%; text-align: left; margin-left: 10%; margin-right: 16%;}

/* Negative indent for number list */
p.quote-list {text-indent: -1em; font-family : "trebuchet MS", sans-serif; font-size: 10pt; line-height: 100%; text-align: justify; margin-left: 14%; margin-right: 14%;}

/* Citation (Quote citied) */
p.inline {background: transparent; color: #666666; text-indent: 0em; font-family : "trebuchet MS", sans-serif; font-size: x-small; text-align: right; margin-left: 20%; margin-right: 8%;}

/* ---------------------------------- Index elements ---------------------------------- Table of Contents */
p.toc {background: transparent; color: #000033; text-indent: 0em; font-weight: bold; font-family : "Helvetica", sans-serif; font-size: 12pt; line-height: 100%; text-align: left; margin-left: 7%; margin-right: 7%;}

/* Basic Index */
p.index {text-indent: 0em; font-family : "Helvetica", sans-serif; font-size: 12pt; font-weight: bold; text-align: left; line-height: 200%; margin-left: 9%; margin-right: 9%;}

/* ---------------------------------- Table elements ---------------------------------- -- For Numbered Data -- Example: http://www.marxists.org/history/ussr/subject/stats/index.htm */
table.data {background: #eeeeee; font-family: "Times", monospace; font-size: 10pt;}

/* Column Headings */
td.head {background: #999999; font-weight: bold; text-align: center; font-family: "Times New Roman", serif; font-size: 12pt;}

/* Row Colors */
tr.alt {background: #cccccc;}

tr.total {background: #ffcccc;}

tr.totalb {background: #ff9999;}

/* -- For Book Indexes -- Example: http://www.marxists.org/archive/lenin/works/1917/sep/statrev/index.htm */
td.index {background: #efefef; color: #999999; text-indent: 0em; font-family : "Helvetica", sans-serif; font-size: 12pt; font-weight: bold; text-align: left;}

/* Every alternate row */
td.index-alt {background: #ffffff; color: #999999; text-indent: 0em; font-family : "Helvetica", sans-serif; font-size: 12pt; font-weight: bold; text-align: left;}

/* Sub-Chapters */
td.indexb {background: #ffffff; color: #999999; text-indent: 0em; font-family : "Helvetica", sans-serif; font-size: 10pt; font-weight: normal; text-align: left;}

/* ---------------------------------- Indented Text ---------------------------------- Standard Indent */
p.indent {text-indent: 1em; font-family : "trebuchet MS", sans-serif; font-size: 10pt; line-height: 100%; text-align: justify; margin-left: 12%; margin-right: 12%;}

/* Indent without first line indent */
p.indentb {text-indent: 0em; font-family : "trebuchet MS", sans-serif; font-size: 10pt; text-align: justify; line-height: 100%; margin-left: 12%; margin-right: 12%;}

/* Sub Indent C (increased margin) */
p.indentc {text-indent: 0em; font-family : "trebuchet MS", sans-serif; font-size: 8pt; text-align: justify; margin-left: 16%; line-height: 100%; margin-right: 16%;}

/* Negative indent for number list */
p.indent-list {text-indent: -1em; font-family : "trebuchet MS", sans-serif; font-size: 10pt; text-align: justify; line-height: 100%; margin-left: 12%; margin-right: 12%;}

/* Numbered List style */
ul {list-style-type: arabic; font-family: "trebuchet MS", sans-serif; font-size: 8pt; text-align: left; line-height: 110%; margin-left: 7%; margin-right: 14%;}

ul.disc {list-style-type: disc; font-family: "trebuchet MS", sans-serif; font-size: 10pt; text-align: left; line-height: 130%; margin-left: 7%; margin-right: 14%;}

ol.numbered {list-style-type: arabic; font-family: "trebuchet MS", sans-serif; font-size: 10pt; text-align: left; line-height: 130%; margin-left: 7%; margin-right: 14%;}

ol {list-style-type: arabic; font-family: "trebuchet MS", sans-serif; font-size: 8pt; text-align: left; line-height: 130%; margin-left: 7%; margin-right: 14%;}

/* ----------------------------------- Misc elements ----------------------------------- Book title for Chapter files */
p.title {text-indent: 0em; font-weight: bold; text-align: center; margin: 1%; font-family : "trebuchet MS", sans-serif; font-size: 12pt;}

/* Document Bibliographical Informaiton */
p.info {text-indent:1em;border-left:4px solid #ff0000; background: transparent; color: #000033; font-size: 10pt; font-family : "Times new roman", serif; line-height: 95%; text-align: justify; margin-right: 8%; margin-left: 8% ; padding-left:5px;}

/* Signature */
p.sig {text-indent: 0em; font-family : "Vivaldi", script, serif; font-size: 10pt; font-weight: bold; font-style: italic; line-height: 125%; text-align: left; margin-left: 8%}

sup {font-family : "trebuchet MS", monospace; font-size: x-small; font-weight: normal;}

sub {font-family : "trebuchet MS", monospace; font-size: x-small; font-weight: normal;}

/* Misc page note */
p.pagenote {background: transparent; color: #000033; font-family : "trebuchet MS", sans-serif; font-size: x-small; text-align: center; margin-left: 6%; margin-right: 6%;}

/* Misc page note (justified) */
p.pagenoteb {background: transparent; color: #666666; font-family : "trebuchet MS", sans-serif; font-size: x-small; text-align: justify; line-height: 115%; margin-left: 10%; margin-right: 10%;}

/* For blank spaces */
p.skip {line-height: 75%}

/* ---------------------------------- Page-ending elements ---------------------------------- Next Section-Chapter of work */
p.next {text-indent: 0em; font-family : "trebuchet MS", sans-serif; font-size: 14pt; font-weight: bold; text-align: center; line-height: 125%;}

/* Page bottom links */
p.footer {text-indent: 0em; font-weight: bold; font-family : "trebuchet MS", sans-serif; font-size: 12pt; text-align: center; margin: 3%;}


