@charset "utf-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	line-height: 140%px;
	background-color: #ebebeb;
}

/*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 70px 10px;
	vertical-align:top;
}



/*only applies to the cover page of the book*/
#cover  {
	height:1215px;
	background-image:url(images/img0_1.jpg);
}



.header  {
	color:#970b0c;
	font-size:14px;
	font-weight:900;
	text-shadow: #cccccc 1px 1px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

.chapter  {
	color:#76b3e1;
	font-size:60px;
	font-weight:900;
	letter-spacing:-6px;
}

.chapter_No { 
    color:#d4e6f5;
	font-weight:900; 
	font-size: 115px; 
	line-height:80%;
	}
	
.chapter_title { 
    color:#c91a24;
	font-weight:200; 
	font-size: 28px; 
	padding: 10px;
	letter-spacing:2px;
	}
	

	
.title  {
	font-size:20px;
	font-weight:900;
	font-style:italic;
	
}

.subtitle  {
	font-size:22px;
	font-weight:900;
}

.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:14px;
	text-align:center;
	
}
/* 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;
}

.orange_box  {
	background-color:#fece82;
	border:#303192 2px solid;
	color:#a63a1e; font-family:"Comic Sans MS", cursive;
	padding:5px;
	text-align:justify;
	font-size:16px;
	vertical-align:top;
}

.pink_box   {
			 background-color:fcfce3; 
			 color:#970b0c; 
			 border:#970b0c 1px solid;
			 font-style:italic;
			 padding:10px;
}

.pink_box_cell  {
	padding:10px;
	vertical-align:top;
	text-align:justify;
}

.blue_cell   {
	background-color:#e1eef8;
	border:#303192 1px solid;
	padding:10px;
	vertical-align:top;
}

.bubble_text  {
	color:#3031ac; 
	text-align:center;
	line-height:100%; 
	font-size:18px
}

.rerun_top  {
	background-image:url(images/img1_24.png);
	background-repeat:no-repeat;
	background-position:top;
	
}

.rerun_bottom  {
	background-image:url(images/img1_25.png);
	background-repeat:no-repeat;
	background-position:bottom;
	
}

.rerun_content  {
	padding:30px 45px ;
	font-weight:700;
	text-align:justify;
	font-size:18px;
}

.discussion  {
	color:#d45240;
	font-weight:900;
}

.red_box  {
	background-color:#efb7a5;
	border:#d45240 1px solid;
	border-radius:15px;
	font-size:17px; 
	text-align:justify;
}