@charset "utf-8";
/* CSS Document */

body {
	font-family: Roboto, Verdana, Geneva, Calibri, sans-serif;
	font-size: 16px;
	text-align: justify;
	margin-top: 0px;
	background-color: #ebebeb;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 130%;
}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 130%;
}

li.rom {
	list-style-type: upper-roman;
}

select {
	font-family: Roboto, Verdana, Geneva, Calibri, sans-serif;
	font-size: medium;
	}

/* styles for book text*/

.main {
	text-indent: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 150%;
}

.small {
	line-height: 130%;
	font-size: 14px;
	margin-bottom: 5px;
}

.smalltbl {
	font-size: 12px;
	font-style: italic;
	vertical-align: top;
	font-weight: bold;
}

.big {
	line-height: 130%;
}

.blue {
	color: #00AEEF;
}

.exer {
	font-style: italic;
	line-height: 130%;
	text-indent: -22px;
	margin-left: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.exer-prol {
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.chapnum {
	font-size: 105px;
	color: #00AEEF;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	/* padding-left: 14px;*/
	margin: 20px 0 0;
	line-height:120%;
}

.chaptitle {
	font-size: 56px;
/*	padding-left: 20px;
	padding-bottom: 50px;*/
	margin-top: 0px;
	font-weight: lighter;
	line-height:120%;
	margin-bottom:8px;
}

.covtitle {
	font-size: 70px;
	margin-top: 100px;
	font-weight: lighter;
	line-height: 20px;
}
.covtitle2 {
	font-size: 25px;
	padding-bottom: 10px;
	margin-top: 0px;
	font-weight: lighter;
	line-height:150%;
}

.title1 {
	font-size: 22px;
	font-weight: bold;
	margin-left: 45px;
	text-indent: -45px;
	line-height: 130%;
}

.title2 {
	font-size: 20px;
	font-weight: bold;
	text-indent: -55px;
	margin-left: 55px;
	line-height: 130%;
}

.title3 {
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 130%;
}

.title4 {
	font-style: italic;
	font-weight: bold;
	margin-left: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 130%;
}

.title5 {
	font-style: italic;
	margin-left: 24px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 130%;
}

.caption {
	font-size: 14px;
	margin-bottom: 35px;
	font-style: italic;
	font-weight: bold;
	line-height: 130%;
}


.bibl {
	margin-left: 65px;
	text-indent: -40px;
	line-height: 130%;
}

.index1 {
	color: #00AEEF;
	font-size: 45px;
	font-family: "Times New Roman", Times, serif;
	line-height: 40px;
}

.index2 {
	font-size: 23px;
}

/* general text styles */

.center    {
	text-align:center;
}

.right {
	text-align: right;
}

.italic    {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.indent {
	text-indent: 25px;
}

.outdent {
	margin-left: 24px;
	text-indent: -24px;
	line-height: 130%;
}

.outdent2 {
	margin-left: 49px;
	text-indent: -24px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 130%;
}

.outdent3 {
	margin-left: 70px;
	text-indent: -24px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 130%;
}

.left {
	text-align: left;
}

.left-marg {
	margin-left: 25px;
}

.left-marg2 {
	margin-left: 45px;
}

.line-marg0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* various table styles */

.container  {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	padding:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #ffffff;
}

.tbl-frame {
	border: 2px solid #000;
}

/* various td styles */

.page  {
	vertical-align: top;
	padding-top: 35px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 60px;
	line-height:150%;
}

.page0 {
	padding: 0px;
	vertical-align: top;
}

.page60 {
	padding: 60px;
	vertical-align: top;
}

/* various div styles */

.div-headerL {
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	text-align: left;
	color: #00AEEF;
	/*letter-spacing: 0.5em;*/
	font-size: 14px;
}

.div-headerR {
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	text-align: right;
	color: #00AEEF;
	/*letter-spacing: 0.5em;*/
	font-size: 14px;
}

.div-imgR {
	float: right;
	margin-bottom: 10px;
	margin-left: 35px;
	clear: right;
}

.div-imgR-side {
	float: right;
	margin-bottom: 10px;
	margin-left: 35px;
}

.div-imgL {
	float: left;
	margin-bottom: 10px;
	margin-right: 35px;
	clear: left;
}

.div-imgL-side {
	float: left;
	margin-bottom: 10px;
	margin-right: 35px;
}

.bluebox {
	border: 1px dotted #00AEEF;
	padding: 10px;
	line-height: 130%;
}

div.pub_info {
	border:1px solid #000;
	text-align:center;
	padding:16px;
	font-size:15px;
	line-height:120%;
	margin-bottom:30px;
}

div.pub_info > span {
	background:#fff;
	padding:16px;
	text-transform:uppercase;
	position:relative;
	top:-27px;
	font-size:18px;
	font-weight:bold;
}

.contributors {
	font-family:Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	text-align: left;
	color: #000000;
	margin-bottom:100px;
}


.contributors td, .contributors th {
	padding:16px;
	font-size:13px;
	vertical-align:top;
}

.contributors th {
	width:33%;
	text-align:right;
	padding-right:40px;
	color:#000;
	border-right:#000000 1px solid;;
}
.contributors  td {
	width:65%;
	text-align:left;
	padding-left:20px;
}

p.repub_info {
	text-align:justify;
	border-bottom:1px solid #000;
	padding:3px;
	font-size:14px;
	}
.repub_info img {
    padding-left: 20px;
}