@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:Times New Roman, Times, serif;
	font-size:18px;
	color:#000;
	text-align:justify;
	line-height:20px;
	background-color:#ebebeb;
}
/*** classes ***/
.container {
	margin:0 auto;
	width:900px;
	background-color:#FFF;
}
.container td {
	padding:5px 40px;
}
.credit-table {
	border-spacing:0;
}
.credit-table td {
	padding:10px;
}
.prologue {
	font-size:42px;
	border-top:8px solid #F00;
	padding:10px;
	font-weight:bold;
	font-style:italic;
	margin-top:150px;
	margin-bottom:50px;
}
.chapter {
	font-size:42px;
	border-bottom:8px solid #F00;
	padding:10px;
	font-weight:bold;
	font-style:italic;
	margin-top:150px;
	margin-bottom:50px;
	line-height: 120%;
}
.chapter_No {
	font-size:96px;
	font-weight:bold;
	font-style:italic;
	color:#F00;
	margin-right:10px;
}
.title {
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	border-top:6px solid #00F;
	border-bottom:4px solid #00F;
	margin-top:100px;
	margin-bottom:20px;
	font-stretch:expanded;
	padding:6px 0;
}
.subtitle {
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	padding:6px 0;
	color:#00F;
}
.table_blue {
	border:1px solid #00F;
	background:#dcf0ff;
}
.table_grey {
	border-spacing:0;
	border-collapse:collapse;
}
.table_blue td, .table_grey td {
	padding:10px;
}
.table_grey td, .table_grey th {
	border:1px solid #000;
}
.table_grey th {
	background:#eaeaea;
}
.application-title {
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	border-top:4px double #F00;
	padding:6px 0 0 0;
	color:#F00;
	margin:36px 0 18px 0;
}
.application-solution, .application-no {
	font-style:oblique;
	font-weight:bold;
	color:#F00;
}
.exercise-title, .question-title, .glossary-title {
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#F00;
	border-top:6px solid #F00;
	border-bottom:4px solid #F00;
	margin-top:100px;
	margin-bottom:20px;
	font-stretch:expanded;
	padding:6px 0;
	text-align:center;
}
.exercise-table {
	border:1px solid #F00;
	background:#FFC;
	width:100%;
}
.exercise-table td {
	padding:10px;
}
.exercise-header {
	font-weight:bold;
	font-style:oblique;
	text-decoration:underline;
}
.exercise-no {
	font-weight:bold;
	width:30px;
}
.question-table {
	border:1px solid #F00;
	background:#ffeebd;
	width:100%;
}
.question-table td {
	padding:10px;
}
.question-instruction {
	font-weight:bold;
}
.question-list {
	width:100%;
}
.question-list td {
	padding:10px;
}
.glossary-table {
	width:100%;
}
.glossary-table td {
	padding:10px;
	vertical-align:top;
}
.answers-table {
	width:100%;
}
.answers-table td {
	padding:10px;
	vertical-align:top;
}
.answers-table p .red {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 24px;
}
.reference {
	border:1px solid #00F;
	color:#00F;
	font-weight:bold;
	padding:2px;
}
.toc-header {
	color:#F00;
	font-style:oblique;
	font-weight:bold;
	margin:20px 0;
}
.toc-text {
	font-style:oblique;
	margin:5px 0;
}
/*** attributes ***/
.red {
	color:#F00;
}
.blue {
	color:#00F;
}
.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 {
	clear:both;
}
.tbcenter {
	margin:0 auto;
}
.half {
	width: 48% !important;
}
.trio {
	width: 31% !important;
}
.quad {
	width: 23% !important;
}
.full {
	width: 100%;
}
/*** LISTS ***/
.list-check {
	list-style-image:url(images/check.png);
}
.list-roman {
	list-style:lower-roman;
}
.list-greek {
	list-style:lower-greek;
}
/* HTML tags */
sup {
	font-size:12px;
}
sub {
	font-size:10px;
}
img {
	vertical-align:middle;
}
p, ul, ol, table, table.tbcenter {
	margin-bottom:16px;
}
ul, ol {
	padding-left:24px;
}
td, th {
	padding:10px;
}
table {
	border-spacing:0;
	border-collapse:collapse;
}
th {
	text-align:center;
}
