@charset "utf-8";
/* CSS Document */
p {
	margin:0;
	text-indent:20px;
}
.toc p {
	text-indent:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 140%;
	background-color: #ebebeb;
}
a {
	color:#009;
	text-decoration:none;
}
a:hover {
	color:#00F;
	text-decoration:underline;
}
.container {
	background-color:#FFF;
	width:900px;
	margin:0 auto;
	border-spacing:0px;
	border:none
}
/* cell of container table*/
.cell {
	text-align:justify;
	padding:10px 45px;
	vertical-align:top;
}
#cover {
	width:900px;
	background-image:url(images/img0_1.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:1300px;
	background-color:#c1b4a1;
	vertical-align:top;
}
.purple {
	color:#6d6e70;
	font-size:24px;
	font-weight:700
}
.book_title {
	font-size: 24px;
	font-weight:bold;
}
.title {
	font-size:20px;
	font-weight:900;
	line-height:120%;
	margin:0 0 10px;
}
.title_blue {
	color:#5d8bc8;
	font-size:20px;
	font-weight:900;
	line-height:120%;
}
.chapter_blue {
	color:#5d8bc8;
	font-size:24px;
	font-weight:700
}
.pink_bold {
	color:#ec0098;
	font-weight:700;
}
.chapter {
	font-size:24px;
	font-weight:700
}
.indent {
	padding-left:15px;
}
.bold {
	font-weight:900;
}
.italic {
	font-style:italic;
}
.underline {
	text-decoration:underline;
}
.notes {
	font-size:15px;
}
.notes_img {
	font-size:12px;
	font-style:oblique;
}
.center {
	text-align:center
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.white_box {
	border:#000 1px solid;
}
.blue_frame {
	border:#5d8bc8 4px solid;
	background-color:#fff;
	padding:3px;
}
.blue_box {
	border:#5d8bc8 1px solid;
	background-color:#eaedf7;
	padding:10px;
	font-size:14px;
}
.blue_table {
	font-size:14px;
	border:#5d8bc8 1px solid;
	padding:10px;
}
.blue_cell {
	background-color:#5d8bc8;
	color:#fff;
	font-size:17px;
	text-align:center;
	line-height:120%;
}
.blue_header {
	background-color:#aec2e4;
	font-weight:500;
	text-align:center;
	padding:4px;
}
.purple_box {
	background-color:#d4ddf0;
	padding:10px;
}
