@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:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-align:justify;
	line-height:20px;
	background-color:#ebebeb;
}
/* HTML tags */
sup {
	font-size:10px;
}
sub {
	font-size:10px;
}
img {
	vertical-align:middle;
}
p, ul, ol, table, table.tbcenter, .columns {
	margin-bottom:16px;
}
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 {
	font-size:36px;
	margin: 60px 0;
	font-weight:bold;
	line-height:normal;
	text-align:left;
}
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 {
	margin:0 auto;
	width:900px;
	background-color:#FFF;
}
.container td {
	padding:5px 40px;
}
.exofillo {
	float:right;
	margin:100px 0;
}
.exofillo h1 {
	font-size:90px;
	margin:10px 0;
}
.exofillo h2 {
	font-size:24px;
	margin:30px 0;
}
.exofillo h3 {
	font-size:24px;
	margin:10px 0;
	font-weight:normal;
	text-align:right;
}
.toc h1 {
	font-size:24px;
	text-align:center;
}
.toc h2 {
	font-size:16px;
	font-weight:normal;
	margin:30px 0 10px;
}
.toc p {
	margin-left:18px;
}
.prologue h1 {
	font-size:24px;
	text-align:center;
}
.prologue p {
	font-style:oblique;
}
.frontpage {
	background:url(images/tmpl_bgrnd_frontpage.jpg) no-repeat;
	width:588px;
	height:20px;
	color:#fff;
	font-size:48px;
	text-align:center;
	padding: 76px 0;
	margin:100px 0;
}
.frontpage .chapter_no {
	font-weight:bold;
	font-size:120px;
}
.frontimage {
	background:url(images/tmpl_bgrnd_frontimage.jpg) repeat-x;
	width:428px;
	height:570px;
	margin:0 auto;
	padding:115px 0;
}
h1.title {
	background:#333;
	color:#FFF;
	padding:10px;
	text-align:center;
	font-size:24px;
}
h2.subtitle {
	border:1px solid #333;
	color:#000;
	padding:10px;
	text-align:center;
	font-size:24px;
}
.caption {
	font-style:oblique;
	line-height:normal;
}
.table_black td {
	padding:10px;
	border:1px solid #000;
}
.table_yellow {
	background-color:#FFC;
}
.table_yellow td {
	padding:10px;
	border:1px solid #000;
}

.table_noborder td {
	padding:10px;
	border:none;
}
.doyouknow {
	border:2px solid #69c;
	padding:10px;
	margin:20px 0;
}
.doyouknow h1 {
	display:inline;
	font-size:16px;
	background:url(images/tmpl_doyouknow.png) no-repeat transparent;
	width:90px;
	height:20px;
	top:-20px;
	left:10px;
	position:relative;
	padding:16px 10px;
	margin:20px 0;
}
.abstract {
	border-top:4px solid #333;
	border-bottom:4px solid #333;
	padding:34px 0 16px;
}
.abstract_header {
	background:url(images/tmpl_abstract_header.png) no-repeat transparent;
	width:128px;
	height:80px;
	position:relative;
	top:40px;
	left:40px;
}
.reference {
	background:url(images/tmpl_bgrnd_reference.jpg) no-repeat;
	padding:200px 50px 50px 140px;
	font-style:oblique;
	border-right:3px solid #000;
	border-bottom:3px solid #000;
}
.reference h1 {
	font-size:24px;
	margin:20px 0;
}
.questions h1 {
	font-size:24px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
}
.questions h1 span {
	padding:2px;
	background:#FFF;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
}
.questions h1 .leftborder {
	border-top:2px solid #FFF;
	border-right:2px solid #000;
}
.questions ol li{
	margin-bottom:16px;
}
.indent1{
	margin-left:16px;
}

/*** 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;
}
/**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;
}
.col2-4 {
	width:390px;
	float: left;
	margin-right: 20px;
}
.col3-4 {
	width: 595px;
	float: left;
	margin-right: 20px;
}
/* cols inside of main columns */

.col2-3 .col1-2 {
	width: 31%;
	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;
}
