@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	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 80px;
	vertical-align:top;
}
/*only applies to the cover page of the book*/
#cover {
	background-color:#FFF;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0px;
}
.book_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42px;
	font-weight:bold;
	line-height:160%;
	color:#6e6e70;
}
.title1 {
	font-size:28px;
	line-height:120%;
	padding-bottom: 0px;
}
.title2 {
	font-size:24px;
	line-height:120%;
	padding: 0px;
}
/*normal size but bold*/
.bold2 {
	font-weight:900;
}
/*normal size but italic*/
.italic {
	font-style:italic;
}
.bolditalic {
	font-style:italic;
	font-weight:900;
}
/*normal size but underline*/
.underline {
	text-decoration:underline;
}
.notes_italic {
	font-size:16px;
	font-style:italic;
}
.notes {
	font-size:16px;
}
/* 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;
}
.indent {
	padding-left:30px;
}
.indent2 {
	padding-left:150px;
}
.bold {
	font-weight: 900;
	color: gray;
	text-align: right;
}
td {
	text-align: left;
	padding:15px;
}
.title {
	background-color: #b72025;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}
.titleb {
	background-color: #0071bb;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}
.titley {
	background-color: #feb811;
	font-style: italic;
	font-weight: bold;
}
.titlem {
	background-color: #aa54a1;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}
.titlef {
	background-color: #d80e8c;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}
.titlek {
	background-color: #cb572c;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}
.titleg {
	background-color: #00803e;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}
.red {
	color: #b72025;
	font-weight: bold;
}
.green {
	color: #69c183;
	font-weight: bold;
}
.orange {
	color: #f25b23;
	font-weight: bold;
}
.mov {
	color: #ab6ab3;
	font-weight: bold;
}
.blue {
	color: #104e92;
	font-weight: bold;
}
.blue2 {
	color: #104e92;
}
.ciel {
	color: #0071c3;
	font-weight: bold;
}
.yellow {
	color: #feb811;
	font-weight: bold;
}
.fuzia {
	color: #d80e8c;
	font-weight: bold;
}
.black {
	color: #000000;
	font-weight: bold;
}
.somonbg {
	background-color: #efccbe;
}
.title_img {
	position:relative;
	top: -50px;
	left: 600px;
	z-index:+1
}
.cielbox {
	border: 3px solid #a8d1e5;
	padding: 5px;
}
.redbox {
	border: 5px solid #b72025;
	padding: 5px;
}
.yellowbox {
	border: 5px solid #feb811;
	padding: 5px;
}
.greenbox {
	border: 5px solid #69c183;
	padding: 5px;
}
.orangebox {
	border: 5px solid #f15923;
	padding: 5px;
}
/*------Publication info------*/	
div.pub_info {
	font-family:Arial, Helvetica, sans-serif;
	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 {
	border-collapse:collapse;
	text-align: left;
	color: #000000;
}
.contributors td, .contributors th {
	padding:16px;
	font-size:13px;
	vertical-align:top;
}
.contributors th {
	width:33%;
	text-align:right;
	padding-right:40px;
	color:#0000009e;
	border-right:#cccccc 1px solid;
	;
}
.contributors td {
	width:65%;
	text-align:left;
	padding-left:20px;
}
table.fund {
	border:2px solid #000;
	border-collapse:collapse;
}
.fund td {
	padding:10px;
	vertical-align:top;
	text-align:left;
	font-size: 15px;
}
.fund td:first-child {
	width:35%;
}
.fund td[colspan="2"] {
	text-align: center;
	font-size:14px;
}
p.repub_info {
	text-align:justify;
	border-bottom:1px solid #000;
	padding:3px;
	font-size:14px;
}
.repub_info img {
	padding-left: 20px;
}
.smaller {
	font-size:14px;
}
.publication_rights {
	margin:0 auto;
	text-align:justify;
	padding:120px 165px;
	vertical-align:middle;
	line-height:150%;
}
.author {
	font-size:16px;
	font-weight:bold;
	margin:0 10px;
}
