@charset "utf-8";
/* CSS Document */  /* css reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-family:inherit;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	text-align:justify;
	line-height:20px;
	background-color:#ebebeb;
}
a {
	color:#009;
	text-decoration:none;
}
a:hover {
	color:#00F;
	text-decoration:underline;
} /* HTML tags */
sup {
	font-size:11px;
}
sub {
	font-size:11px;
}
img {
	vertical-align:middle;
}
p, ul, ol, table, table.tbcenter, .columns {
	margin-bottom:10px;
}
ul, ol {
	padding-left:24px;
}
table {
	border-spacing:0;
	border-collapse:collapse;
}
dl {
	margin:10px 0;
}
dt {
	font-weight: bold;
	margin:10px 0 0 0;
}
dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
h1 {
	margin: 48px 0;
	font-weight:normal;
	font-size:36px;
	text-align:center;
	line-height:normal;
}
h2 {
	font-size:24px;
	margin: 48px 0;
	font-weight:bold;
	line-height:normal;
	text-align:left;
}
h3 {
	font-size:18px;
	margin: 24px 0 10px;
	font-weight:bold;
	line-height:normal;
	text-align:left;
}
th {
	text-align:center;
} /*** classes ***/
.container, .containerd, .cover {
	margin:0 auto;
	width:900px;
	background-color:#FFF;
}
.container td {
	padding: 10px 40px;
}
.cover td {
	padding:0;
}
.frontpage h1 {
	font-weight:bold;
	font-style:oblique;
	font-size:32px;
	text-align:center;
	margin-top:200px;
}
.frontpage h2 {
	font-weight:normal;
	font-size:18px;
	text-align:center;
	margin-bottom:200px;
}
.credits div {
}
.toc h1 {
	font-weight:normal;
	font-style:oblique;
	font-size:32px;
	text-align:center;
	margin-top:100px;
}
.toc h2 {
	font-weight:normal;
	font-size:18px;
	text-align:center;
}
.toc h3 {
	font-style:oblique;
}
.toc p {
	font-style:oblique;
	margin:0 0 0 72px;
}
.prologue h1 {
	font-weight:normal;
	font-style:oblique;
	font-size:32px;
	text-align:center;
	margin-top:100px;
}
.prologue p {
	text-indent:24px;
}
.note {
	font-size:90%;
}
p.note {
	text-indent:0;
}
p.caption {
	font-size:80%;
	font-style:oblique;
	text-indent:0;
	line-height:normal;
}
.dropcap {
	font-family:"Times New Roman", Times, serif;
	font-size: 300%;
	float: left;
	line-height: 0.8em;
	font-weight:bold;
	padding: 0 10px;
	position: relative;
}
.brown {
	color: #cc934e;
}
.boldtimes {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
.bolditalictimes {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:oblique;
}
.large {
	font-size:120%;
}
.xlarge {
	font-size:180%;
}
.header {
	font-size:80%;
	font-weight:bold;
	font-style:oblique;
	margin:0 20px 10px 0;
}
.page_header {
	border-bottom:6px solid #008080;
	font-size:14px;
	margin:0 0 30px 0;
}
.toc h2 {
	font-size:16px;
	margin:10px 0 0;
	font-weight:normal;
	text-align:left;
}
.chapter {
	text-align:right;
	font-size:36px;
	margin:48px 0;
	color:#cc934e;
}
.chapter_title {
	text-align:center;
	font-weight:bold;
	font-style:oblique;
	font-size:18px;
}
.subchapter_title {
	font-weight:bold;
	font-size:18px;
	margin:24px 0;
	border-bottom:1px solid #CCC;
}
.box_brown {
	border:2px solid #cc934e;
	padding:20px;
	margin:0 0 10px;
}
.box_yellow {
	margin:0 0 10px;
	background:#FEFEDA;
	padding-bottom:0;
	font-size:80%;
	padding:6px;
	line-height:normal;
	text-align:left;
}
.box_cyan {
	border:2px solid #000;
	padding:20px;
	margin:0 0 10px;
	background:#c4dbeb;
}
.box_cyan p {
	margin:0;
}
.indent {
	text-indent:24px;
}
.table_noborder { /**/
}
.table_noborder td {
	padding:4px;
}
.table_nopading td {
	padding:0px 0px 0px 0;
}
div.figure {
	border: none;
	margin: 0 0.5em;
	padding:4px;
} /*** attributes ***/
.border {
	padding:10px;
	border:1px solid #000;
}
.over {
	text-decoration:overline;
}
.underline {
	text-decoration:underline;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	display: block;
	overflow:hidden;
	clear: both;
}
.tbcenter {
	margin:0 auto;
}
.half {
	width: 48% !important;
}
.trio {
	width: 31% !important;
}
.quad {
	width: 23% !important;
}
.full {
	width: 100%;
} /*** LISTS ***/
.list-none {
	list-style:none;
}
.list-greek {
	list-style:lower-greek;
} /**COLUMNS**/ /* main columns */
.columns {
	width: 100%;
}
.lastcol {
	margin-right: 0px !important;
}
.col1-2 {
	width: 390px;
	float: left;
	margin-right: 20px;
}
.col1-3 {
	width: 253px;
	float: left;
	margin-right: 20px;
}
.col2-3 {
	width: 526px;
	float: left;
	margin-right: 20px;
}
.col1-4 {
	width: 185px;
	float: left;
	margin-right: 20px;
}
.col1-5 {
	width: 144px;
	float: left;
	margin-right: 20px;
}
.col2-4 {
	width:390px;
	float: left;
	margin-right: 20px;
}
.col3-4 {
	width: 595px;
	float: left;
	margin-right: 20px;
}
.col4-5 {
	width: 636px;
	float: left;
	margin-right: 20px;
} /* cols inside of main columns */
.col1-2 .col1-2 {
	width: 185px;
	float: left;
	margin-right: 10px;
}
.col2-3 .col1-2 {
	width: 48%;
	float: left;
	margin-right: 10px;
}
.col2-3 .col1-3 {
	width: 20%;
	float: left;
	margin-right: 31px;
}
.col2-3 .col2-3 {
	width: 43%;
	float: left;
	margin-right: 31px;
}
.col3-4 .col1-3 {
	width: 22%;
	float: left;
	margin-right: 10px;
}
.col3-4 .col2-3 {
	width: 48%;
	float: left;
	margin-right: 10px;
}
.col3-4 .col1-4 {
	width: 16%;
	float: left;
	margin-right: 8px;
}
.col3-4 .col2-4 {
	width: 35%;
	float: left;
	margin-right: 8px;
}
.col3-4 .col3-4 {
	width: 55%;
	float: left;
	margin-right: 8px;
}
.small {
	font-size:80%;
	line-height:normal;
}
.italic {
	font-style:oblique;
}
.bold {
	font-weight:bold;
}
.vtop {
	vertical-align:top;
}
.green {
	color:#008080;
}
.blue {
	color:#000080;
}
.purple {
	color:#800080;
}
.red {
	color:#800000;
}
.pin_titles {
	border:2px solid #000;
	padding:5px;
}
.pin_left {
	background:#999;
	color:#FFF;
	font-size:large;
	padding-right:30px;
}
.pin_right {
	font-size:large;
	padding-left:10px;
}
.pin_table {
	border:1px dotted #000;
}
.pin_table td {
	margin-left:5px;
	padding:6px;
}
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;
}
.pub_info .contributor {
	width:250px;
	padding-left:20px;
	float:left;
	text-align:left;
}
.pub_info .name {
	width:400px;
	padding-right:20px;
	float:left;
	text-align:left;
}
.cell_index {
	text-align:justify;
	padding:10px 10px 10px;
	vertical-align:top;
	line-height: 150%;
}
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: 20px 0 3px;
	margin-bottom: 0;
}
.publication_rights {
	margin:0 auto;
	text-align:justify;
	padding:120px 165px;
	vertical-align:middle;
	line-height:150%;
}
