@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	color: #000000;
	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;
	line-height: 150%;
}
/* cell of container table with less side padding*/
.cell_index {
	text-align:justify;
	padding:10px 10px 10px;
	vertical-align:top;
	line-height: 150%;
}
/* cell of container table*/
.cell {
	text-align:justify;
	padding:10px 90px 10px;
	vertical-align:top;
}
.content {
	text-align:justify;
	padding:10px 45px 10px;
	vertical-align:top;
}
.book_title {
	color:#000;
	font-weight:800;
	font-size:44px;
	font-family:"Times New Roman", Times, serif;
	line-height:150%;
	margin:180px 0;
}
.footer_left {
	background-image:url(images/img0_1.png);
	background-repeat:no-repeat;
	background-position:left;
	width:100%;
	height:56px;
}
.footer_right {
	background-image:url(images/img0_2.png);
	background-repeat:no-repeat;
	background-position:right;
	width:100%;
	height:56px;
}
.header_line {
	border-bottom:#ffcb04 2px solid;
}
.chapter0 {
	font-family:'Comic Sans MS', cursive;
	font-weight:900;
	color:#a03e41;
	font-size:24px;
	font-weight:900;
	font-style:italic;
}
.title0 {
	font-weight:200;
	color:#0089cf;
	font-size:26px
}
.blue_bold {
	color:#0089cf;
	font-weight:600;
	font-size:20px;
}
.chapter1 {
	font-weight:300;
	font-size: 38px;
	color:#0089cf;
}
.title1 {
	font-weight:700;
	color:#0089cf;
	font-size:23px
}
.subtitle1 {
	font-weight:200;
	color:#0089cf;
	font-size:26px
}
.chapter2 {
	font-weight:300;
	font-size: 38px;
	color:#00a88e;
}
.title2 {
	font-weight:700;
	color:#00a88e;
	font-size:23px;
	text-align:center;
}
.subtitle2 {
	font-weight:200;
	color:#00a88e;
	font-size:26px
}
.green_bold {
	color:#00a88e;
	font-weight:600;
	font-size:20px;
}
.chapter3 {
	font-weight:300;
	font-size: 38px;
	color:#b20000;
}
.title3 {
	font-weight:700;
	color:#b20000;
	font-size:23px
}
.subtitle3 {
	font-weight:200;
	color:#b20000;
	font-size:26px
}
.red_bold {
	color:#b20000;
	font-weight:600;
	font-size:20px;
}
.chapter4 {
	font-weight:300;
	font-size: 38px;
	color:#86356c;
}
.title4 {
	font-weight:700;
	color:#86356c;
	font-size:23px
}
.subtitle4 {
	font-weight:200;
	color:#86356c;
	font-size:26px
}
.chapter5 {
	font-weight:300;
	font-size: 38px;
	color:#f36f21;
}
.title5 {
	font-weight:700;
	color:#f36f21;
	font-size:23px
}
.subtitle5 {
	font-weight:200;
	color:#f36f21;
	font-size:26px
}
.orange_bold {
	color:#f36f21;
	font-weight:600;
	font-size:20px;
}
.chapter6 {
	font-weight:300;
	font-size: 38px;
	color:#b45213;
}
.title6 {
	font-weight:700;
	color:#b45213;
	font-size:23px
}
.subtitle6 {
	font-weight:200;
	color:#b45213;
	font-size:26px
}
.brown_bold {
	color:#b45213;
	font-weight:600;
	font-size:20px;
}
.dark_green_bold {
	color:#007360;
	font-weight:600;
	font-size:20px;
}
.indent {
	padding-left:20px;
}
/*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:15px;
}
.notes_img {
	font-size:17px;
	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;
}
.pink_box {
	background-color:#ffefcf;
	padding:15px;
	border-radius:25px;
}
.pink_box_right {
	background-color:#ffefcf;
	padding:15px;
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;
}
.yellow_frame {
	border:#ffcb04 2px solid;
}
.red_frame {
	border:#b20000 1px solid;
}
.orange_frame {
	border:#f36f21 1px solid;
}
.note_box {
	margin: 10px 0;
	border: 1px solid #ffa500;
	border-radius: 25px;
	padding: 5px 24px;
	box-shadow: 4px 4px 5px 4px #ffca00;
	position: relative;
}
.question_box {
	margin: 10px 0;
	border: 1px solid #ffefcf;
	border-radius: 25px;
	padding: 5px 24px;
	box-shadow: 4px 4px 5px 4px #ffefcf;
	position: relative;
}
/*yellow_tbl*/
table.yellow_tbl {
	margin: 10px auto;
	border-radius: 25px;
	border: 3px solid #ffe7a7;
	box-shadow: 3px 4px 16px 4px #ffe7a7;
	font-size: 20px;
	font-weight:900;
	font-family:Roboto, Georgia, "Times New Roman", Times, serif;
}
table.yellow_tbl td {
	border:3px solid #ffe7a7;
	border-bottom:none;
	border-right:none;
	padding:10px 20px;
	font-weight:900;
}
table.yellow_tbl th {
	border-left:3px solid #ffe7a7;
	padding:20px 20px 10px;
	text-align:left;
	color:#b73232;
}
table.yellow_tbl td:last-child, table.yellow_tbl th:last-child {
	border-right:none;
}
table.yellow_tbl td:first-child, table.yellow_tbl th:first-child {
	border-left:none;
}
/*------Publication info------*/	
div.pub_info {
	font-family:Roboto, Tahoma, Geneva, sans-serif;
	border:1px solid #000;
	text-align:center;
	padding:6px;
	font-size:15px;
	line-height:120%;
	margin:40px;
}
div.pub_info > span {
	background: #fff;
    padding: 5px 23px;
    position: relative;
    top: -20px;
    font-size: 18px;
    font-weight: bold;
}
.contributors {
	font-family:Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	text-align: left;
	color: #000;
	line-height:140%;
}
.contributors td, .contributors th {
	padding:8px 16px;
	font-size:15px;
	vertical-align:top;
}
.contributors th {
	width:35%;
	text-align:right; 
	border-right:#000 2px solid; 
	padding-right: 20px; 
	vertical-align:top; 
	color:#000; 
	font-weight:bold;
}
.contributors td {
	width:65%;
	text-align:left;
	padding-left:20px;
}

table.fund {
	border:1px solid #000;
	border-collapse:collapse;
	width:90%;
	margin:20px;
}
.fund th {
	text-align: center;
	font-weight:normal;
	font-size:15px;
	padding:8px 0;
}

.fund td {
	padding:5px;
	vertical-align:top;
	text-align:left;
	font-size: 15px;
}
.fund tr td:first-child {
	width:35%;
    padding-left: 10px;	
	padding-bottom: 10px;
}
.fund td[colspan="2"] {
	text-align: center;
	font-size:14px;
}

p.repub_info {
	text-align:justify;
	border-bottom:1px solid #000;
    padding: 12px;
    font-size: 14px;
    margin: -16px 4px;
}
.repub_info img {
	padding-left: 30px;
}
.repub_appr {
    font-size: 14px;
    padding: 12px 0 3px;
    margin-bottom: 0;
}
.publication_rights {
	margin:0 auto;
	text-align:justify;
	padding:120px 165px;
	vertical-align:middle;
	line-height:150%;
}


.first_pages {
	text-align:center;
	}
.pub {font-size:18px;margin-bottom:40px;}