@charset "utf-8";
/* CSS Document */


body {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
	line-height: 120%;
	text-align:justify;
	background-color: #ebebeb;
	}
	
.container  {
	background-color:#FFF;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0px;
	padding:40px 60px
}

.cell    {
	text-align:justify;
	vertical-align:top;
	padding:20px 0px

}	

.firstpage	{
	font-size:40px;
	color:#FF0000;
}

.italic {font-style: italic;}
.bold {	font-weight: bold;}
.left {	text-align: left;}
.center {text-align:center;}
.right {text-align: right;}
	
.td-authors {
	text-align: right;
	vertical-align: top;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0CF;
	padding-right: 10px;
}

.index {
	font-size:17px;
	font-weight:bold;
	margin-bottom:10px
}

.index_ch {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px
}

.index_sch {
	font-size:16px;
	margin-left:30px;
	font-style:italic;
	margin-bottom:10px
}

.index_ssec {
	font-size:15px;
	margin-bottom:10px
}

p{
	margin-bottom:0;
	margin-top:0
}

.main_text {
	margin-bottom:0;
	margin-top:0;
	text-indent:20px
}

.gray-t {color:#999999}
	
.dot{
	list-style:url(images/dot.jpg);
	margin-left:4px
}	

.arrow{
	list-style:url(images/arrow.jpg);
	margin-left:-10px;
	margin-top:10px
}
.blackarrow{
	list-style:url(images/black_arrow.jpg);
}

.whitearrow{
	list-style:url(images/whitearrow.jpg);
}


.tick {	
	list-style: url(images/tick.png);
	margin-left:-18px; 
	margin-top:0; 
	margin-bottom:0
}

.black_tick {	
	list-style: url(images/blacktick.png);
	margin-left:-18px; 
	margin-top:0; 
	margin-bottom:0
}

li {
	}

.bigger {
	font-size: 18px;
	}

.smaller {
	font-size: 13px;
	}
	
#chapter_1 {
	background-image:url(images/chapter1.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 1260px;
	/*padding: 650px 80px 10px 80px;*/
	}
#chapter_2 {
	background-image:url(images/chapter2.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 1260px;
	/*padding: 810px 80px 10px 80px;*/
	}
#chapter_3 {
	background-image:url(images/chapter3.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 1260px;
	/*padding: 620px 80px 10px 80px;*/
	}
#chapter_4 {
	background-image:url(images/chapter4.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 1160px;
	/*padding: 720px 80px 10px 80px;*/
	}
#chapter_5 {
	background-image:url(images/chapter5.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 1260px;
	/*padding: 770px 80px 10px 80px;*/
	}
#chapter_6 {
	background-image:url(images/chapter6.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 1260px;
	/*padding: 650px 80px 10px 80px;*/
	}			
#chapter_7a {
	background-image:url(images/chapter7a.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 1100px;
	/*padding: 850px 80px 10px 80px;*/
	}		
#chapter_7b {
	background-image:url(images/chapter7b.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 1100px;
	/*padding: 850px 80px 10px 80px;*/
	}		
	
	
	
.chapter_title {
	font-size: 32px;
	text-align: right;
	line-height: 120%;
	}	
	
	
	
.chapter_title_left {
	font-size: 32px;
	text-align: left;
	line-height: 120%;
	}
	
	
.chapter {
	color:#2e3092;
	font-size: 13px;
	font-weight:bold;
	border-bottom: 2px solid #2e3092;
	}
	
.title {
	color:#2e3092;
	font-size: 20px;
	font-weight:bold;
	margin-bottom:20px
	}

.subtitle {
	font-style: italic;
	font-weight: bold;
	}	
.bibliogr {
	font-style: italic;
	font-weight: bold;
	background-color:#f1edd0;
	text-align:center
	}	

.title_tick {
	color:#2e3092;
	font-weight:bold;
	background-image: url(images/tick.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 14px;
	}

.black_title_tick {
	font-weight:bold;
	background-image: url(images/blacktick.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 14px;
	}

	
.caption {
	font-style: italic;
	font-size: 13px;
	text-align: center;
}

.link {
	color:#2e3092;
	padding-left: 20px;
	font-size: 16px;
}

.airplane{
	background-image:url(images/3_17.jpg);
	background-repeat:no-repeat
}

.under{
	text-decoration:underline;
	font-style:italic
}