@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	line-height: 24px;
	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 40px;
	vertical-align:top;
}

/*only applies to the cover page of the book*/
#cover  {
	height:1105px;
	background-image:url(images/img0_1.jpg);
}


.column_small   {
	width:150px;
	text-align:center;
	vertical-align:top;
}

.column_big   {
	width:650px;
	text-align:justify;
	vertical-align:top;
}
	
.header_left_0   {
	background-image:url(images/img0_2.png);
	background-repeat:no-repeat;
	height:71px;
}

.header_left   {
	background-image:url(images/img1_2.png);
	background-repeat:no-repeat;
	height:71px;
}

.header_right_0   {
	background-image:url(images/img0_3.png);
	background-repeat:no-repeat;
	height:71px
}

.header_right   {
	background-image:url(images/img1_3.png);
	background-repeat:no-repeat;
	height:71px;
}

.header_num   {
	color:#FFF;
	font-weight:900;
	text-align:center;
	width:60px;
	font-style:italic;
}


.header_title_left   {
	font-weight:900;
	text-align:right;
	width:740px;
	font-style:italic;
}

.header_title_right   {
	font-weight:900;
	text-align:left;
	width:740px;
	font-style:italic;
}



.chapter { 
	font-size: 28px; 
	padding: 10px;
	line-height:150%;
	}


	
.title  {
	font-size:22px;
	padding: 10px;
	line-height:120%;
}

.purple   {
	color:#595f5a;
	font-weight:bold;
	font-style:italic;
	font-size: 18px;
}
.text_img   {
	font-weight:bold;
	font-style:italic;
	font-size: 14px;
	text-align:center;
}
.text_column   {
	font-style:italic;
	font-size: 12px;
	text-align:left;
	padding-left:5px;
}
.index_table_cell   {
	 padding-left:100px;
	 font-weight:bold; 
	 font-size:20px; 
	 font-family:Georgia, 'Times New Roman', Times, serif; 
	 line-height:180%;
	 }
	 
.blue{
	color:#2747c7;
}

/*normal size but bold*/
.bold  {
	font-weight:900;
}

/*normal size but italic*/
.italic  {
	font-style:italic;
}



/* 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;
}

.dark_blue_box  {
	background-color:#13163a; 
	width:100%;
	font-weight:900; 
	color:#FFF;
	text-align:center;
}

.blue_box  {
	background-color:#577e71; 
	width:96%;
	padding:2%;
}


.purple_box   {
	background-color:#9da6a3;
	width:96%;
	padding:2%;
}

.yellow_box   {
	background-color:#efe188;
	width:96%;
	padding:2%;
}

.num_title  {
	background-color:#9da6a3;
	font-weight:900;
}

.notes   {
	font-size:15px;
}

.orange_box   {
	background-image:url(images/img1_12.jpg);
	background-repeat:repeat-x;
	border: #000 1px solid;
	padding:10px;
}