@font-face {
	font-family: "Brush Script MT";
}

@font-face {
	font-family: "Trebuchet MS";
	panose-1: 2 11 6 3 2 2 2 2 2 4;
}

body {
	background: #FAFAFA;
	color: #000;
	font-size: 15pt;
}

.page {
  padding: 2px 7px 0px 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #012563;
}  

div, blockquote, ol, ul, li, dl, dt, dd {
	background: transparent;
	color: #000;
	font-family: "Comic Sans MS", sans-serif;
}
table, tr, td, th { 
	background: transparent;
	color: #000;
	font-family: "Comic Sans MS", sans-serif; 
}
h1, h2, h3, h4, h5 {
	background: transparent;
	color: #000;
	font-family: "Comic Sans MS", sans-serif; 
	font-weight: normal; 
	margin: 12pt 0pt 3pt 0pt; 
	text-align: center;
}
h1 {
	color: #000;
	font-size: 3.4em;
	font-weight: bold;
}
h2 {
	font-size: 1.35em;
	margin-bottom: 0.75in;
	color: #000;
}
.intro {
	font-size: 0.9em;
	font-style: italic;
}
.blurb {
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}

.indented p {
  font-family: Arial, Gotham, Helvetica, "Helvetica Neue", "sans-serif";
  font-size: 18pt;
  line-height: 160%;
  text-indent: 75px;
  color: #000;
  padding-top: 0pt;
  padding-bottom: 1.2pt;
}

.flashback p {
  font-family: "Comic Sans MS", sans-serif;
	font-size: 18pt;
  line-height: 160%;
  text-indent: 75px;
  color: #08558C;
  padding-top: 0pt;
  padding-bottom: 1.2pt;
}

.flashback-in-flashback p {
  font-family: "Comic Sans MS", sans-serif;
	font-size: 18pt;
  line-height: 160%;
  text-indent: 75px;
  color: #00009B;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 0pt;
  padding-bottom: 1.2pt;
}

.story-in-flashback p {
  font-family: "Comic Sans MS", sans-serif;
	font-size: 18pt;
  line-height: 160%;
  text-indent: 75px;
  color: #08558C;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 0pt;
  padding-bottom: 1.2pt;
}

.italics p {
  font-style: italic;
}

.line {
  margin-top: 3px;
  border: 1px solid #012563;
  margin-bottom: 3px;
}

.no-indent {
  text-indent: 0px;
}

.indented-justified p {
  text-indent: 75px;
  text-align: justify;
  text-justify: auto;
}

.justified p {
  text-indent: 0px;
  text-align: justify;
  text-justify: auto;
}

.centered {
  text-indent: 0px;
	text-align: center;
}

.italic-text {
	font-style: italic;
}

.one-em-text {
	font-size: 1.1em;
}

.t-b-space {
  padding-top: 4px;
  padding-bottom: 4px;
}

.section-break p {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 26pt;
	text-indent: 0px;
  text-align: center;
}

.blank-section-break p {
  font-size: 18pt;
	text-indent: 0px;
  text-align: center;
}

.text-msg {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

h1 {color: #012563; }
h3 { font-size: 1.5em; color: #012563; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.85em; }

a {
	background: transparent;
	color: #000; 
}
a[href] { text-decoration: none; }
a:link {
	background: transparent;
	color: #000; 
	font-size: 0.9em;
	text-decoration: none; 
}
a:visited {
	background: transparent;
	color: #000; 
	text-decoration: none; 
}
a:active, a:hover {
	background: transparent;
	color: #9B0000; 
	text-decoration: none; 
}
.chapter-index {
	font-size: 1.2em;
}
.bar {
	background: transparent;
	color: #8BA7B5; 
	font-size: 1.1em;
	text-decoration: none; 
}

.trail, div.trail, table.trail {
	display: block;
	margin: 6pt 0pt;
	padding: 3pt 3pt;
	border: 1px solid #012563;
	background-color: #F8F8F8;
	color: #012563;
}
ol.horizontal, ul.horizontal {
	display: block; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 2pt;
	color: #012563;
}
ol.horizontal li, ul.horizontal li {
	display: inline; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 2pt;
  font-size: 14pt;
	color: #012563;
}

.page hr {
	height: 3px;
	background: #fff;
	color: #000;
}

.page #picture {
	text-align: center;
	max-width: 760;
	height: auto;
	width: auto;
}

.notes {
	margin: 12pt 20%;
	text-align: center;
	border: 0.75pt solid #663300;
	background-color:#CCCCFF;
}

/* Page Definitions */

@page usLetter {
	size: 8.5in 11.0in; /* // 215.9mm 279.4mm; */
	margin: 1.0in 1.0in; /* // 254mm 254mm; */
}
div.usLetter { page: usLetter; }
@page isoA4 {
	size: 210mm 297mm; /* // 8.2677in 11.6929in; */
	margin: 254mm 254mm; /* // 1.0in 1.0in; */
}
div.isoA4 { page: isoA4; }
div.page { page: usLetter; }
@media print {
	div.page { 
		page: usLetter; 
	}
} /* @media print */
@media screen {
	div.page { 
		margin: auto auto;
		width: 80%; 
    max-width: 960px;
		page: usLetter; 
	}
} /* @media screen */
