@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000000;
	line-height: 140%px;
	background-color: #ebebeb;
}
a {
	color:#009;
	text-decoration:none;
}
a:hover {
	color:#00F;
	text-decoration:underline;
}
/*containing table - in this case one column only*/

.container {
	background-color:#FFF;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0px;
}
/* cell of container table*/
.cell {
	text-align:justify;
	padding:10px 60px 10px;
	vertical-align:top;
}
/*only applies to the cover page of the book*/
#cover {
	height:1257px;
	background-image:url(images/img0_1.jpg);
}
.chapter {
	font-weight:900;
	font-size: 30px;
	padding: 10px;
	line-height:150%;
}
.chapter_red {
	font-weight:900;
	font-size: 30px;
	padding: 10px;
	line-height:150%;
	color:#ef3e33;
}
.chapter_blue {
	font-weight:900;
	font-size: 28px;
	padding: 10px;
	line-height:150%;
	color:#0063c8;
}
.title {
	font-size:22px;
	font-weight:900;
	line-height:120%;
	padding: 10px;
}
.title_red {
	font-size:22px;
	font-weight:900;
	line-height:120%;
	padding: 10px;
	color:#ef3e33;
}
.title_blue {
	font-size:22px;
	font-weight:900;
	line-height:120%;
	padding: 10px;
	color:#0063c8;
}
.red_bold {
	font-weight:900;
	color: #ef3e33;
}
.indent {
	padding-left:15px;
}
/*normal size but bold*/
.bold {
	font-weight:900;
}
/*normal size but italic*/
.italic {
	font-style:italic;
}
/*normal size but underline*/
.underline {
	text-decoration:underline;
}
.notes {
	font-size:16px;
}
.notes_img {
	font-size:12px;
	text-align:center;
	font-style:oblique;
}
/* a div tag to apply "aling center" in images or text*/

.center {
	text-align:center;
}
/* a div tag to apply "aling right" in images or text*/
.right {
	text-align:right;
}
/* a div tag to apply "aling left" in images or text*/
.left {
	text-align:left;
}
.blue_box {
	background-color:#aae1fa;
	padding:8px;
}
.blue_bold {
	color:#004fa3;
	font-weight:900
}
.orange_box {
	background-color:#ffe0a8;
	padding:4px;
	font-style:italic;
	font-size:16px
}
p.normal {
	margin:0;
	text-indent:24px;
}
p {
	margin:0;
	text-indent:0px;
}
.red {
	color: #ef3e33;
}
.text_box_header {
	background-color:#ffc658;
	color:#ef3e34;
	font-weight:900;
	text-align:center;
	padding:5px;
	border-bottom:#ef3e34 2px solid;
}
.text_box_body {
	background-color:#ffe0a8;
	padding:5px;
	font-style:italic;
	padding-bottom:10px;
	padding-top:10px;
}
.glossary {
	list-style-type: none;
}
.glossary li {
	padding-left:1em;
	text-indent: -1em;
	padding-bottom:5px;
}
.piges {
	font-style:italic;
	padding-left:1em;
	text-indent: -1em;
	padding-bottom:5px;
}
