@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: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	background-color: #ebebeb;
	text-align:justify;
}
/*** classes ***/
.container {
	margin:0 auto;
	width:900px;
	background-color:#FFF;
}
.container td {
	padding:40px;
}
.frontpage {
	background:#79875c;
	color:#FFF;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
}
.teamwork {
	width:100%;
	border-spacing:0;
	font-size:70%;
	font-family:Verdana, Geneva, sans-serif;
	margin:60px auto;
}
.teamwork td {
	padding:10px;
	vertical-align:top;
}
.teamwork_left {
	width:50%;
	font-weight:bold;
	text-align:right;
	color:#666;
	border-right: 2px solid #306DA6;
}
.teamwork_right {
	text-align:left;
}
.chp1, .chp2, .chp3, .chp4, .chp5, .chp6, .chp7 {
	width:100%;
	margin-bottom:48px;
}
.chp1 td, .chp2 td, .chp3 td, .chp4 td, .chp5 td, .chp6 td, .chp7 td {
	padding:0;
}
.unit_no {
	width:100px;
	height:34px;
	padding:4px 40px 0 0;
	text-align:right;
	font-size:36px;
	font-weight:bold;
}
.unit_title {
	color: #FFF;
	display: block;
	float: left;
	height: 38px;
	padding-right: 28px; /* sliding doors padding */
	font-weight:bold;
}
.unit_title span {
	display: block;
	line-height: 28px;
	padding: 5px 0px 5px 28px;
	margin:0 0 0 10px;
}
.message {
	text-align:center;
	font-style:oblique;
	font-weight:bold;
	padding:0 40px 20px 40px;
}
/*old*/
.toc-title {
	font-size:150%;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
	margin:48px 0;
	color:#c85426;
}
.toc-header {
	font-weight:bold;
	margin:36px 0 18px;
}
.annex {
	font-family:Verdana, Geneva, sans-serif;
	font-size:80%;
}
h1.annex {
	color:#b52d74;
	font-size:150%;
}
div.figure {
	border: none;
	margin: 0 0.5em;
}
div.figure p {
	text-align: center;
	font-weight:bold;
	font-size:80%;
	margin:4px 0;
}
/*** attributes ***/
.border {
	padding:10px;
	border:1px solid #000000;
}
.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;
}
/* HTML tags */
sup {
	font-size:12px;
}
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:150%;
	text-align: center;
	margin: 60px 0;
	font-weight:bold;
}
h2 {
	font-size:120%;
	text-align: left;
	margin: 48px 0;
	font-weight:bold;
}
h3 {
	font-size:100%;
	text-align: left;
	margin: 24px 0;
	font-weight:bold;
}
li {
	margin-bottom:8px;
}
small {
	font-size:80%;
}
/**/
.chapter1 {
	color:#306da6;
}
.chapter2 {
	color:#d79e10;
}
.chapter3 {
	color:#74a534;
}
.chapter4 {
	color:#b52d74;
}
.chapter5 {
	color:#007db6;
}
.chapter6 {
	color:#c85426;
}
.chapter7 {
	color:#79875c;
}
/**** COLUMNS ****/

/* main columns */

.columns {
	width: 100%;
}
.lastcol {
	margin-right: 0px !important;
}
.col1-2 {
	width: 400px;
	float: left;
	margin-right: 10px;
}
.col1-3 {
	width: 280px;
	float: left;
	margin-right: 10px;
}
.col2-3 {
	width: 520px;
	float: left;
	margin-right: 10px;
}
.col1-4 {
	width: 175px;
	float: left;
	margin-right: 10px;
}
.col2-4 {
	width: 400px;
	float: left;
	margin-right: 10px;
}
.col3-4 {
	width: 140px;
	float: left;
	margin-right: 10px;
}
.col1-5 {
	width: 120px;
	float: left;
	margin-right: 10px;
}
.col4-5 {
	width: 670px;
	float: left;
	margin-right: 10px;
}
/*****/
/* box filled typical */
.rbox1 {
	margin-bottom:20px;
}
.rbox1 table {
	border-spacing:0;
	margin:0;
	padding:0;
}
.rbox1 td {
	padding:10px;
	vertical-align:top;
}
.rbox1-header {
	height:40px;
}
.rbox1-headleft {
	height:40px;
	padding:0 0 0 20px;
	float:left;
}
.rbox1-headright {
	height:34px;
	padding:6px 20px 0 0;
	display:block;
	color:#FFF;
	font-style:oblique;
	font-weight:bold;
}
.rbox1-body {
	padding:10px;
	margin-left:20px;
}
.rbox1-footer {
/**/
}
.rbox1-bl {
	margin-left:20px;
	height:20px;
	width:20px;
}
.rbox1-br {
	margin-left:40px;
	height:20px;
}
/* me liga logia */
.rbox2, .rbox2light {
	margin-top:40px;
	margin-bottom:20px;
}
.rbox2 table, .rbox2light table {
	border-spacing:0;
	margin:0;
	padding:0;
}
.rbox2 ul, .rbox2light ul {
	margin-bottom:0;
}
.rbox2 td, .rbox2light td {
	padding:10px;
	vertical-align:top;
}
.rbox2-icon {
	width:84px;
	height:74px;
	position:absolute;
	background:url(images/tmpl_icon_fewwords.png) no-repeat;
	margin-top:-36px;
}
.rbox2-header {
	margin-left:20px;
	height:28px;
	padding:0;
}
.rbox2light-header {
	height:28px;
	padding:0;
}
.rbox2-headleft {
	height:32px;
	width:20px;
	float:left;
	padding:0 0 0 20px;
}
.rbox2light-headleft {
	height:32px;
	width:20px;
	float:left;
	padding:0;
}
.rbox2-body {
	margin-left:20px;
	padding:10px;
}
.rbox2light-body {
	padding:10px;
}
.rbox2-footer, .rbox2light-footer {
/**/
}
.rbox2-bl {
	margin-left:20px;
	height:20px;
	width:20px;
}
.rbox2light-bl {
	height:20px;
	width:20px;
}
.rbox2-br {
	margin-left:40px;
	height:20px;
}
.rbox2light-br {
	margin-left:20px;
	height:20px;
}
/* box "Me mia frasi" */
.rbox3 {
	margin-bottom:20px;
}
.rbox3 table {
	border-spacing:0;
	margin:0;
	padding:0;
}
.rbox3 td {
	padding:10px;
	vertical-align:top;
}
.rbox3-icon {
	width:86px;
	height:80px;
	position:relative;
	background:url(images/tmpl_icon_onphrase.png) no-repeat;
	margin-bottom:-40px;
}
.rbox3-header {
	margin-left:20px;
	height:28px;
	text-align:center;
	font-style:oblique;
	font-weight:bold;
	color:#FFF;
	padding:0;
}
.rbox3-headleft {
	height:20px;
	width:20px;
	float:left;
	padding:0 0 0 20px;
}
.rbox3-body {
	margin-left:20px;
	padding:10px;
}
.rbox3-footer {
/**/
}
.rbox3-bl {
	margin-left:20px;
	height:20px;
	width:20px;
}
.rbox3-br {
	margin-left:40px;
	height:20px;
}
/* box "Me mia frasi" */
.rbox4 {
	margin-bottom:20px;
}
.rbox4 table {
	border-spacing:0;
	margin:0;
	padding:0;
}
.rbox4 td {
	padding:10px;
	vertical-align:top;
}
.rbox4-header {
	height:28px;
	text-align:center;
	font-style:oblique;
	font-weight:bold;
	color:#000;
	padding:0;
}
.rbox4-headleft {
	height:28px;
	width:20px;
	float:left;
	padding:0;
}
.rbox4-body {
	padding:10px;
}
.rbox4-footer {
/**/
}
.rbox4-bl {
	height:20px;
	width:20px;
}
.rbox4-br {
	height:20px;
}
.rbox4.chp1 .clear {
	clear: left;
	height: 1px;
}
.rbox4_title, .rbox4_title_color {
	display: block;
	float: left;
	height: 40px;
	padding-right: 28px;
	font-weight:bold;
	font-style:oblique;
	margin:0 0 -20px 40px;
}
.rbox4_title span, .rbox4_title_color span {
	display: block;
	line-height: 38px;
	padding: 0px 0px 5px 28px;
	margin:0;
}
.rbox5-body {
	padding:10px;
}
.rbox5-header {
	text-align: center;
	padding:10px;
}
/* box colors per chapter*/
.rbox1.chp1 .rbox1-header {
	background:url(images/tmpl_chp1_box1_top.jpg) no-repeat top right;
}
.rbox2.chp1 .rbox2-header {
	background:url(images/tmpl_chp1_box2_top_right.jpg) no-repeat top right #c7dbf1;
}
.rbox3.chp1 .rbox3-header {
	background:url(images/tmpl_chp1_box3_top_right.jpg)no-repeat top right #306da6;
}
.rbox4.chp1 .rbox4-header {
	background:url(images/tmpl_chp1_box4_top_right.jpg) no-repeat top right;
}
.rbox1.chp1 .rbox1-header .rbox1-headleft .rbox1-headright {
	background:url(images/tmpl_chp1_box1_top_right.jpg) no-repeat top right;
}
.rbox1.chp1 .rbox1-header .rbox1-headleft {
	background:url(images/tmpl_chp1_box1_top_left.jpg) no-repeat top left;
}
.rbox2.chp1 .rbox2-header .rbox2-headleft {
	background:url(images/tmpl_chp1_box2_top_left.jpg) no-repeat top left;
}
.rbox3.chp1 .rbox3-header .rbox3-headleft {
	background:url(images/tmpl_chp1_box3_top_left.jpg) no-repeat top left;
}
.rbox4.chp1 .rbox4-header .rbox4-headleft {
	background:url(images/tmpl_chp1_box4_top_left.jpg) no-repeat top left;
}
.rbox1.chp1 .rbox1-body, .rbox2.chp1 .rbox2-body, .rbox3.chp1 .rbox3-body {
	border-left:1px solid #306da6;
	border-right:1px solid #306da6;
	background:#c7dbf1;
}
.rbox4.chp1 .rbox4-body {
	border-left:1px solid #306da6;
	border-right:1px solid #306da6;
	background:#FFF;
}
.rbox1.chp1 .rbox1-footer .rbox1-bl, .rbox2.chp1 .rbox2-footer .rbox2-bl, .rbox3.chp1 .rbox3-footer .rbox3-bl {
	background:url(images/tmpl_chp1_box1_bottom_left.jpg) no-repeat bottom left;
	float:left;
}
.rbox4.chp1 .rbox4-footer .rbox4-bl {
	background:url(images/tmpl_chp1_box4_bottom_left.jpg) no-repeat bottom left;
	float:left;
}
.rbox1.chp1 .rbox1-footer .rbox1-br, .rbox2.chp1 .rbox2-footer .rbox2-br, .rbox3.chp1 .rbox3-footer .rbox3-br {
	background:url(images/tmpl_chp1_box1_bottom_right.jpg) no-repeat bottom right;
}
.rbox4.chp1 .rbox4-footer .rbox4-br {
	background:url(images/tmpl_chp1_box4_bottom_right.jpg) no-repeat bottom right;
}
.rbox1.chp1 .rbox1-body p strong {
	color: #306DA6;
}
.rbox2.chp1 .rbox2-body ul {
	list-style-image: url(images/tmpl_chp1_icon_check.png);
}
.rbox4.chp1 .rbox4_title {
	background: #FFF url(images/tmpl_chp1_box4_toph_right.jpg) no-repeat scroll top right;
	color: #306da6;
}
.rbox4.chp1 .rbox4_title span {
	background: #FFF url(images/tmpl_chp1_box4_toph_left.jpg) no-repeat;
}
.rbox4.chp1 .rbox4_title_color {
	background: #FFF url(images/tmpl_chp1_title_right.jpg) no-repeat scroll top right;
	color: #FFF;
}
.rbox4.chp1 .rbox4_title_color span {
	background: #FFF url(images/tmpl_chp1_title_left.jpg) no-repeat;
}
.rbox5.chp1 .rbox5-header {
	color: #306DA6;
}
.rbox5.chp1 .rbox5-body ul {
	list-style-image: url(images/tmpl_chp1_icon_bullet.png);
}
.rbox5.chp1 .rbox5-header {
	color: #306DA6;
}
/* chp2 */
.rbox1.chp2 .rbox1-header {
	background:url(images/tmpl_chp2_box1_top.jpg) no-repeat top right;
}
.rbox2.chp2 .rbox2-header {
	background:url(images/tmpl_chp2_box2_top_right.jpg) no-repeat top right #F3E5b6;
}
.rbox2light.chp2 .rbox2light-header {
	background:url(images/tmpl_chp2_box2light_top_right.jpg) no-repeat top right #fcf9ef;
}
.rbox3.chp2 .rbox3-header {
	background:url(images/tmpl_chp2_box3_top_right.jpg)no-repeat top right #d79e10;
}
.rbox4.chp2 .rbox4-header {
	background:url(images/tmpl_chp2_box4_top_right.jpg) no-repeat top right;
}
.rbox1.chp2 .rbox1-header .rbox1-headleft .rbox1-headright {
	background:url(images/tmpl_chp2_box1_top_right.jpg) no-repeat top right;
}
.rbox1.chp2 .rbox1-header .rbox1-headleft {
	background:url(images/tmpl_chp2_box1_top_left.jpg) no-repeat top left;
}
.rbox2.chp2 .rbox2-header .rbox2-headleft {
	background:url(images/tmpl_chp2_box2_top_left.jpg) no-repeat top left;
}
.rbox2light.chp2 .rbox2light-header .rbox2light-headleft {
	background:url(images/tmpl_chp2_box2light_top_left.jpg) no-repeat top left;
}
.rbox3.chp2 .rbox3-header .rbox3-headleft {
	background:url(images/tmpl_chp2_box3_top_left.jpg) no-repeat top left;
}
.rbox4.chp2 .rbox4-header .rbox4-headleft {
	background:url(images/tmpl_chp2_box4_top_left.jpg) no-repeat top left;
}
.rbox1.chp2 .rbox1-body, .rbox2.chp2 .rbox2-body, .rbox3.chp2 .rbox3-body {
	border-left:1px solid #d79e10;
	border-right:1px solid #d79e10;
	background:#F3E5b6;
}
.rbox2light.chp2 .rbox2light-body {
	border-left:1px solid #d79e10;
	border-right:1px solid #d79e10;
	background:#fcf9ef;
}
.rbox4.chp2 .rbox4-body {
	border-left:1px solid #d79e10;
	border-right:1px solid #d79e10;
	background:#FFF;
}
.rbox1.chp2 .rbox1-footer .rbox1-bl, .rbox2.chp2 .rbox2-footer .rbox2-bl, .rbox3.chp2 .rbox3-footer .rbox3-bl {
	background:url(images/tmpl_chp2_box1_bottom_left.jpg) no-repeat bottom left;
	float:left;
}
.rbox2light.chp2 .rbox2light-footer .rbox2light-bl {
	background:url(images/tmpl_chp2_box2light_bottom_left.jpg) no-repeat bottom left;
	float:left;
}
.rbox4.chp2 .rbox4-footer .rbox4-bl {
	background:url(images/tmpl_chp2_box4_bottom_left.jpg) no-repeat bottom left;
	float:left;
}
.rbox1.chp2 .rbox1-footer .rbox1-br, .rbox2.chp2 .rbox2-footer .rbox2-br, .rbox3.chp2 .rbox3-footer .rbox3-br {
	background:url(images/tmpl_chp2_box1_bottom_right.jpg) no-repeat bottom right;
}
.rbox2light.chp2 .rbox2light-footer .rbox2light-br {
	background:url(images/tmpl_chp2_box2light_bottom_right.jpg) no-repeat bottom right;
}
.rbox4.chp2 .rbox4-footer .rbox4-br {
	background:url(images/tmpl_chp2_box4_bottom_right.jpg) no-repeat bottom right;
}
.rbox1.chp2 .rbox1-body p strong {
	color: #d79e10;
}
.rbox2.chp2 .rbox2-body ul {
	list-style-image: url(images/tmpl_chp2_icon_check.png);
}
.rbox4.chp2 .rbox4_title {
	background: #FFF url(images/tmpl_chp2_box4_toph_right.jpg) no-repeat scroll top right;
	color: #d79e10;
}
.rbox4.chp2 .rbox4_title span {
	background: #FFF url(images/tmpl_chp2_box4_toph_left.jpg) no-repeat;
}
.rbox4.chp2 .rbox4_title_color {
	background: #FFF url(images/tmpl_chp2_title_right.jpg) no-repeat scroll top right;
	color: #FFF;
}
.rbox4.chp2 .rbox4_title_color span {
	background: #FFF url(images/tmpl_chp2_title_left.jpg) no-repeat;
}
.rbox5.chp2 .rbox5-header {
	color: #d79e10;
}
.rbox5.chp2 .rbox5-body ul {
	list-style-image: url(images/tmpl_chp2_icon_bullet.png);
}
.rbox5.chp2 .rbox5-header {
	color: #d79e10;
}
/* chp3 */
.rbox1.chp3 .rbox1-header {
	background:url(images/tmpl_chp3_box1_top.jpg) no-repeat top right;
}
.rbox2.chp3 .rbox2-header {
	background:url(images/tmpl_chp3_box2_top_right.jpg) no-repeat top right #dde3a7;
}
.rbox2light.chp3 .rbox2light-header {
	background:url(images/tmpl_chp3_box2light_top_right.jpg) no-repeat top right #dde3a7;
}
.rbox3.chp3 .rbox3-header {
	background:url(images/tmpl_chp3_box3_top_right.jpg)no-repeat top right #74a534;
}
.rbox4.chp3 .rbox4-header {
	background:url(images/tmpl_chp3_box4_top_right.jpg) no-repeat top right;
}
.rbox1.chp3 .rbox1-header .rbox1-headleft .rbox1-headright {
	background:url(images/tmpl_chp3_box1_top_right.jpg) no-repeat top right;
}
.rbox1.chp3 .rbox1-header .rbox1-headleft {
	background:url(images/tmpl_chp3_box1_top_left.jpg) no-repeat top left;
}
.rbox2.chp3 .rbox2-header .rbox2-headleft {
	background:url(images/tmpl_chp3_box2_top_left.jpg) no-repeat top left;
}
.rbox2light.chp3 .rbox2light-header .rbox2light-headleft {
	background:url(images/tmpl_chp3_box2light_top_left.jpg) no-repeat top left;
}
.rbox3.chp3 .rbox3-header .rbox3-headleft {
	background:url(images/tmpl_chp3_box3_top_left.jpg) no-repeat top left;
}
.rbox4.chp3 .rbox4-header .rbox4-headleft {
	background:url(images/tmpl_chp3_box4_top_left.jpg) no-repeat top left;
}
.rbox1.chp3 .rbox1-body, .rbox2.chp3 .rbox2-body, .rbox3.chp3 .rbox3-body {
	border-left:1px solid #74a534;
	border-right:1px solid #74a534;
	background:#dde3a7;
}
 .rbox2light.chp3 .rbox2light-body {
	border-left:1px solid #74a534;
	border-right:1px solid #74a534;
	background:#d7ddd0;
}
.rbox4.chp3 .rbox4-body {
	border-left:1px solid #74a534;
	border-right:1px solid #74a534;
	background:#FFF;
}
.rbox1.chp3 .rbox1-footer .rbox1-bl, .rbox2.chp3 .rbox2-footer .rbox2-bl, .rbox3.chp3 .rbox3-footer .rbox3-bl {
	background:url(images/tmpl_chp3_box1_bottom_left.jpg) no-repeat bottom left;
	float:left;
}
.rbox2light.chp3 .rbox2light-footer .rbox2light-bl {
	background:url(images/tmpl_chp3_box2light_bottom_left.jpg) no-repeat bottom left;
	float:left;
}
.rbox4.chp3 .rbox4-footer .rbox4-bl {
	background:url(images/tmpl_chp3_box4_bottom_left.jpg) no-repeat bottom left;
	float:left;
}
.rbox1.chp3 .rbox1-footer .rbox1-br, .rbox2.chp3 .rbox2-footer .rbox2-br, .rbox3.chp3 .rbox3-footer .rbox3-br {
	background:url(images/tmpl_chp3_box1_bottom_right.jpg) no-repeat bottom right;
}
 .rbox2light.chp3 .rbox2light-footer .rbox2light-br {
	background:url(images/tmpl_chp3_box2light_bottom_right.jpg) no-repeat bottom right;
}
.rbox4.chp3 .rbox4-footer .rbox4-br {
	background:url(images/tmpl_chp3_box4_bottom_right.jpg) no-repeat bottom right;
}
.rbox1.chp3 .rbox1-body p strong {
	color: #74a534;
}
.rbox2.chp3 .rbox2-body ul {
	list-style-image: url(images/tmpl_chp3_icon_check.png);
}
.rbox4.chp3 .rbox4_title {
	background: #FFF url(images/tmpl_chp3_box4_toph_right.jpg) no-repeat scroll top right;
	color: #74a534;
}
.rbox4.chp3 .rbox4_title span {
	background: #FFF url(images/tmpl_chp3_box4_toph_left.jpg) no-repeat;
}
.rbox4.chp3 .rbox4_title_color {
	background: #FFF url(images/tmpl_chp3_title_right.jpg) no-repeat scroll top right;
	color: #FFF;
}
.rbox4.chp3 .rbox4_title_color span {
	background: #FFF url(images/tmpl_chp3_title_left.jpg) no-repeat;
}
.rbox5.chp3 .rbox5-header {
	color: #74a534;
}
.rbox5.chp3 .rbox5-body ul {
	list-style-image: url(images/tmpl_chp3_icon_bullet.png);
}
.rbox5.chp3 .rbox5-header {
	color: #74a534;
}
/* chp4 */
.rbox1.chp4 .rbox1-header {
	background:url(images/tmpl_chp4_box1_top.jpg) no-repeat top right;
}
.rbox2.chp4 .rbox2-header {
	background:url(images/tmpl_chp4_box2_top_right.jpg) no-repeat top right #fcdfe5;
}
.rbox3.chp4 .rbox3-header {
	background:url(images/tmpl_chp4_box3_top_right.jpg)no-repeat top right #b52d74;
}
.rbox4.chp4 .rbox4-header {
	background:url(images/tmpl_chp4_box4_top_right.jpg) no-repeat top right;
}
.rbox1.chp4 .rbox1-header .rbox1-headleft .rbox1-headright {
	background:url(images/tmpl_chp4_box1_top_right.jpg) no-repeat top right;
}
.rbox1.chp4 .rbox1-header .rbox1-headleft {
	background:url(images/tmpl_chp4_box1_top_left.jpg) no-repeat top left;
}
.rbox2.chp4 .rbox2-header .rbox2-headleft {
	background:url(images/tmpl_chp4_box2_top_left.jpg) no-repeat top left;
}
.rbox3.chp4 .rbox3-header .rbox3-headleft {
	background:url(images/tmpl_chp4_box3_top_left.jpg) no-repeat top left;
}
.rbox4.chp4 .rbox4-header .rbox4-headleft {
	background:url(images/tmpl_chp4_box4_top_left.jpg) no-repeat top left;
}
.rbox1.chp4 .rbox1-body, .rbox2.chp4 .rbox2-body, .rbox3.chp4 .rbox3-body {
	border-left:1px solid #b52d74;
	border-right:1px solid #b52d74;
	background:#fcdfe5;
}
.rbox4.chp4 .rbox4-body {
	border-left:1px solid #b52d74;
	border-right:1px solid #b52d74;
	background:#FFF;
}
.rbox1.chp4 .rbox1-footer .rbox1-bl, .rbox2.chp4 .rbox2-footer .rbox2-bl, .rbox3.chp4 .rbox3-footer .rbox3-bl {
	background:url(images/tmpl_chp4_box1_bottom_left.jpg) no-repeat bottom left;
	float:left;
}
.rbox4.chp4 .rbox4-footer .rbox4-bl {
	background:url(images/tmpl_chp4_box4_bottom_left.jpg) no-repeat bottom left;
	float:left;
}
.rbox1.chp4 .rbox1-footer .rbox1-br, .rbox2.chp4 .rbox2-footer .rbox2-br, .rbox3.chp4 .rbox3-footer .rbox3-br {
	background:url(images/tmpl_chp4_box1_bottom_right.jpg) no-repeat bottom right;
}
.rbox4.chp4 .rbox4-footer .rbox4-br {
	background:url(images/tmpl_chp4_box4_bottom_right.jpg) no-repeat bottom right;
}
.rbox1.chp4 .rbox1-body p strong {
	color: #b52d74;
}
.rbox2.chp4 .rbox2-body ul {
	list-style-image: url(images/tmpl_chp4_icon_check.png);
}
.rbox4.chp4 .rbox4_title {
	background: #FFF url(images/tmpl_chp4_box4_toph_right.jpg) no-repeat scroll top right;
	color: #b52d74;
}
.rbox4.chp4 .rbox4_title span {
	background: #FFF url(images/tmpl_chp4_box4_toph_left.jpg) no-repeat;
}
.rbox4.chp4 .rbox4_title_color {
	background: #FFF url(images/tmpl_chp4_title_right.jpg) no-repeat scroll top right;
	color: #FFF;
}
.rbox4.chp4 .rbox4_title_color span {
	background: #FFF url(images/tmpl_chp4_title_left.jpg) no-repeat;
}
.rbox5.chp4 .rbox5-header {
	color: #b52d74;
}
.rbox5.chp4 .rbox5-body ul {
	list-style-image: url(images/tmpl_chp4_icon_bullet.png);
}
.rbox5.chp4 .rbox5-header {
	color: #b52d74;
}
/* chp5 */
.rbox1.chp5 .rbox1-header {
	background:url(images/tmpl_chp5_box1_top.jpg) no-repeat top right;
}
.rbox2.chp5 .rbox2-header {
	background:url(images/tmpl_chp5_box2_top_right.jpg) no-repeat top right #c2e2ea;
}
.rbox3.chp5 .rbox3-header {
	background:url(images/tmpl_chp5_box3_top_right.jpg)no-repeat top right #007db6;
}
.rbox4.chp5 .rbox4-header {
	background:url(images/tmpl_chp5_box4_top_right.jpg) no-repeat top right;
}
.rbox1.chp5 .rbox1-header .rbox1-headleft .rbox1-headright {
	background:url(images/tmpl_chp5_box1_top_right.jpg) no-repeat top right;
}
.rbox1.chp5 .rbox1-header .rbox1-headleft {
	background:url(images/tmpl_chp5_box1_top_left.jpg) no-repeat top left;
}
.rbox2.chp5 .rbox2-header .rbox2-headleft {
	background:url(images/tmpl_chp5_box2_top_left.jpg) no-repeat top left;
}
.rbox3.chp5 .rbox3-header .rbox3-headleft {
	background:url(images/tmpl_chp5_box3_top_left.jpg) no-repeat top left;
}
.rbox4.chp5 .rbox4-header .rbox4-headleft {
	background:url(images/tmpl_chp5_box4_top_left.jpg) no-repeat top left;
}
.rbox1.chp5 .rbox1-body, .rbox2.chp5 .rbox2-body, .rbox3.chp5 .rbox3-body {
	border-left:1px solid #007db6;
	border-right:1px solid #007db6;
	background:#c2e2ea;
}
.rbox4.chp5 .rbox4-body {
	border-left:1px solid #007db6;
	border-right:1px solid #007db6;
	background:#FFF;
}
.rbox1.chp5 .rbox1-footer .rbox1-bl, .rbox2.chp5 .rbox2-footer .rbox2-bl, .rbox3.chp5 .rbox3-footer .rbox3-bl {
	background:url(images/tmpl_chp5_box1_bottom_left.jpg) no-repeat bottom left;
	float:left;
}
.rbox4.chp5 .rbox4-footer .rbox4-bl {
	background:url(images/tmpl_chp5_box4_bottom_left.jpg) no-repeat bottom left;
	float:left;
}
.rbox1.chp5 .rbox1-footer .rbox1-br, .rbox2.chp5 .rbox2-footer .rbox2-br, .rbox3.chp5 .rbox3-footer .rbox3-br {
	background:url(images/tmpl_chp5_box1_bottom_right.jpg) no-repeat bottom right;
}
.rbox4.chp5 .rbox4-footer .rbox4-br {
	background:url(images/tmpl_chp5_box4_bottom_right.jpg) no-repeat bottom right;
}
.rbox1.chp5 .rbox1-body p strong {
	color: #007db6;
}
.rbox2.chp5 .rbox2-body ul {
	list-style-image: url(images/tmpl_chp5_icon_check.png);
}
.rbox4.chp5 .rbox4_title {
	background: #FFF url(images/tmpl_chp5_box4_toph_right.jpg) no-repeat scroll top right;
	color: #007db6;
}
.rbox4.chp5 .rbox4_title span {
	background: #FFF url(images/tmpl_chp5_box4_toph_left.jpg) no-repeat;
}
.rbox4.chp5 .rbox4_title_color {
	background: #FFF url(images/tmpl_chp5_title_right.jpg) no-repeat scroll top right;
	color: #FFF;
}
.rbox4.chp5 .rbox4_title_color span {
	background: #FFF url(images/tmpl_chp5_title_left.jpg) no-repeat;
}
.rbox5.chp5 .rbox5-header {
	color: #007db6;
}
.rbox5.chp5 .rbox5-body ul {
	list-style-image: url(images/tmpl_chp5_icon_bullet.png);
}
.rbox5.chp5 .rbox5-header {
	color: #007db6;
}
/* chp6 */
.rbox1.chp6 .rbox1-header {
	background:url(images/tmpl_chp6_box1_top.jpg) no-repeat top right;
}
.rbox2.chp6 .rbox2-header {
	background:url(images/tmpl_chp6_box2_top_right.jpg) no-repeat top right #f3e0bc;
}
.rbox3.chp6 .rbox3-header {
	background:url(images/tmpl_chp6_box3_top_right.jpg)no-repeat top right #c85426;
}
.rbox4.chp6 .rbox4-header {
	background:url(images/tmpl_chp6_box4_top_right.jpg) no-repeat top right;
}
.rbox1.chp6 .rbox1-header .rbox1-headleft .rbox1-headright {
	background:url(images/tmpl_chp6_box1_top_right.jpg) no-repeat top right;
}
.rbox1.chp6 .rbox1-header .rbox1-headleft {
	background:url(images/tmpl_chp6_box1_top_left.jpg) no-repeat top left;
}
.rbox2.chp6 .rbox2-header .rbox2-headleft {
	background:url(images/tmpl_chp6_box2_top_left.jpg) no-repeat top left;
}
.rbox3.chp6 .rbox3-header .rbox3-headleft {
	background:url(images/tmpl_chp6_box3_top_left.jpg) no-repeat top left;
}
.rbox4.chp6 .rbox4-header .rbox4-headleft {
	background:url(images/tmpl_chp6_box4_top_left.jpg) no-repeat top left;
}
.rbox1.chp6 .rbox1-body, .rbox2.chp6 .rbox2-body, .rbox3.chp6 .rbox3-body {
	border-left:1px solid #c85426;
	border-right:1px solid #c85426;
	background:#f3e0bc;
}
.rbox4.chp6 .rbox4-body {
	border-left:1px solid #c85426;
	border-right:1px solid #c85426;
	background:#FFF;
}
.rbox1.chp6 .rbox1-footer .rbox1-bl, .rbox2.chp6 .rbox2-footer .rbox2-bl, .rbox3.chp6 .rbox3-footer .rbox3-bl {
	background:url(images/tmpl_chp6_box1_bottom_left.jpg) no-repeat bottom left;
	float:left;
}
.rbox4.chp6 .rbox4-footer .rbox4-bl {
	background:url(images/tmpl_chp6_box4_bottom_left.jpg) no-repeat bottom left;
	float:left;
}
.rbox1.chp6 .rbox1-footer .rbox1-br, .rbox2.chp6 .rbox2-footer .rbox2-br, .rbox3.chp6 .rbox3-footer .rbox3-br {
	background:url(images/tmpl_chp6_box1_bottom_right.jpg) no-repeat bottom right;
}
.rbox4.chp6 .rbox4-footer .rbox4-br {
	background:url(images/tmpl_chp6_box4_bottom_right.jpg) no-repeat bottom right;
}
.rbox1.chp6 .rbox1-body p strong {
	color: #c85426;
}
.rbox2.chp6 .rbox2-body ul {
	list-style-image: url(images/tmpl_chp6_icon_check.png);
}
.rbox4.chp6 .rbox4_title {
	background: #FFF url(images/tmpl_chp6_box4_toph_right.jpg) no-repeat scroll top right;
	color: #c85426;
}
.rbox4.chp6 .rbox4_title span {
	background: #FFF url(images/tmpl_chp6_box4_toph_left.jpg) no-repeat;
}
.rbox4.chp6 .rbox4_title_color {
	background: #FFF url(images/tmpl_chp6_title_right.jpg) no-repeat scroll top right;
	color: #FFF;
}
.rbox4.chp6 .rbox4_title_color span {
	background: #FFF url(images/tmpl_chp6_title_left.jpg) no-repeat;
}
.rbox5.chp6 .rbox5-header {
	color: #c85426;
}
.rbox5.chp6 .rbox5-body ul {
	list-style-image: url(images/tmpl_chp6_icon_bullet.png);
}
.rbox5.chp6 .rbox5-header {
	color: #c85426;
}
/* chp7 */
.rbox1.chp7 .rbox1-header {
	background:url(images/tmpl_chp7_box1_top.jpg) no-repeat top right;
}
.rbox2.chp7 .rbox2-header {
	background:url(images/tmpl_chp7_box2_top_right.jpg) no-repeat top right #d7ddd0;
}
.rbox3.chp7 .rbox3-header {
	background:url(images/tmpl_chp7_box3_top_right.jpg)no-repeat top right #79875c;
}
.rbox4.chp7 .rbox4-header {
	background:url(images/tmpl_chp7_box4_top_right.jpg) no-repeat top right;
}
.rbox1.chp7 .rbox1-header .rbox1-headleft .rbox1-headright {
	background:url(images/tmpl_chp7_box1_top_right.jpg) no-repeat top right;
}
.rbox1.chp7 .rbox1-header .rbox1-headleft {
	background:url(images/tmpl_chp7_box1_top_left.jpg) no-repeat top left;
}
.rbox2.chp7 .rbox2-header .rbox2-headleft {
	background:url(images/tmpl_chp7_box2_top_left.jpg) no-repeat top left;
}
.rbox3.chp7 .rbox3-header .rbox3-headleft {
	background:url(images/tmpl_chp7_box3_top_left.jpg) no-repeat top left;
}
.rbox4.chp7 .rbox4-header .rbox4-headleft {
	background:url(images/tmpl_chp7_box4_top_left.jpg) no-repeat top left;
}
.rbox1.chp7 .rbox1-body, .rbox2.chp7 .rbox2-body, .rbox3.chp7 .rbox3-body {
	border-left:1px solid #79875c;
	border-right:1px solid #79875c;
	background:#d7ddd0;
}
.rbox4.chp7 .rbox4-body {
	border-left:1px solid #79875c;
	border-right:1px solid #79875c;
	background:#FFF;
}
.rbox1.chp7 .rbox1-footer .rbox1-bl, .rbox2.chp7 .rbox2-footer .rbox2-bl, .rbox3.chp7 .rbox3-footer .rbox3-bl {
	background:url(images/tmpl_chp7_box1_bottom_left.jpg) no-repeat bottom left;
	float:left;
}
.rbox4.chp7 .rbox4-footer .rbox4-bl {
	background:url(images/tmpl_chp7_box4_bottom_left.jpg) no-repeat bottom left;
	float:left;
}
.rbox1.chp7 .rbox1-footer .rbox1-br, .rbox2.chp7 .rbox2-footer .rbox2-br, .rbox3.chp7 .rbox3-footer .rbox3-br {
	background:url(images/tmpl_chp7_box1_bottom_right.jpg) no-repeat bottom right;
}
.rbox4.chp7 .rbox4-footer .rbox4-br {
	background:url(images/tmpl_chp7_box4_bottom_right.jpg) no-repeat bottom right;
}
.rbox1.chp7 .rbox1-body p strong {
	color: #79875c;
}
.rbox2.chp7 .rbox2-body ul {
	list-style-image: url(images/tmpl_chp7_icon_check.png);
}
.rbox4.chp7 .rbox4_title {
	background: #FFF url(images/tmpl_chp7_box4_toph_right.jpg) no-repeat scroll top right;
	color: #79875c;
}
.rbox4.chp7 .rbox4_title span {
	background: #FFF url(images/tmpl_chp7_box4_toph_left.jpg) no-repeat;
}
.rbox4.chp7 .rbox4_title_color {
	background: #FFF url(images/tmpl_chp7_title_right.jpg) no-repeat scroll top right;
	color: #FFF;
}
.rbox4.chp7 .rbox4_title_color span {
	background: #FFF url(images/tmpl_chp7_title_left.jpg) no-repeat;
}
.rbox5.chp7 .rbox5-header {
	color: #79875c;
}
.rbox5.chp7 .rbox5-body ul {
	list-style-image: url(images/tmpl_chp7_icon_bullet.png);
}
.rbox5.chp7 .rbox5-header {
	color: #79875c;
}
/*****/
.chp1 .unit_no {
	background:url(images/tmpl_chp1_title_number.jpg) no-repeat;
	color:#306da6;
}
.chp2 .unit_no {
	background:url(images/tmpl_chp2_title_number.jpg) no-repeat;
	color:#d79e10;
}
.chp3 .unit_no {
	background:url(images/tmpl_chp3_title_number.jpg) no-repeat;
	color:#74a534;
}
.chp4 .unit_no {
	background:url(images/tmpl_chp4_title_number.jpg) no-repeat;
	color:#b52d74;
}
.chp5 .unit_no {
	background:url(images/tmpl_chp5_title_number.jpg) no-repeat;
	color:#007db6;
}
.chp6 .unit_no {
	background:url(images/tmpl_chp6_title_number.jpg) no-repeat;
	color:#c85426;
}
.chp7 .unit_no {
	background:url(images/tmpl_chp7_title_number.jpg) no-repeat;
	color:#79875c;
}
.chp1 .unit_title {
	background: transparent url(images/tmpl_chp1_title_right.jpg) no-repeat scroll top right;
}
.chp1 .unit_title span {
	background: transparent url(images/tmpl_chp1_title_left.jpg) no-repeat;
}
.chp2 .unit_title {
	background: transparent url(images/tmpl_chp2_title_right.jpg) no-repeat scroll top right;
}
.chp2 .unit_title span {
	background: transparent url(images/tmpl_chp2_title_left.jpg) no-repeat;
}
.chp3 .unit_title {
	background: transparent url(images/tmpl_chp3_title_right.jpg) no-repeat scroll top right;
}
.chp3 .unit_title span {
	background: transparent url(images/tmpl_chp3_title_left.jpg) no-repeat;
}
.chp4 .unit_title {
	background: transparent url(images/tmpl_chp4_title_right.jpg) no-repeat scroll top right;
}
.chp4 .unit_title span {
	background: transparent url(images/tmpl_chp4_title_left.jpg) no-repeat;
}
.chp5 .unit_title {
	background: transparent url(images/tmpl_chp5_title_right.jpg) no-repeat scroll top right;
}
.chp5 .unit_title span {
	background: transparent url(images/tmpl_chp5_title_left.jpg) no-repeat;
}
.chp6 .unit_title {
	background: transparent url(images/tmpl_chp6_title_right.jpg) no-repeat scroll top right;
}
.chp6 .unit_title span {
	background: transparent url(images/tmpl_chp6_title_left.jpg) no-repeat;
}
.chp7 .unit_title {
	background: transparent url(images/tmpl_chp7_title_right.jpg) no-repeat scroll top right;
}
.chp7 .unit_title span {
	background: transparent url(images/tmpl_chp7_title_left.jpg) no-repeat;
}
.dropcap1 {
	font-size: 300%;
	float: left;
	line-height: 0.8em;
	padding: 10px;
	background:#c7dbf1;
	color: #306da6;
	position: relative;
	left: -3px;
}
.dropcap2 {
	font-size: 300%;
	float: left;
	line-height: 0.8em;
	padding: 10px;
	background:#F3E5b6;
	color: #d79e10;
	position: relative;
	left: -3px;
}
.dropcap3 {
	font-size: 300%;
	float: left;
	line-height: 0.8em;
	padding: 10px;
	background:#dde3a7;
	color: #74a534;
	position: relative;
	left: -3px;
}
.dropcap4 {
	font-size: 300%;
	float: left;
	line-height: 0.8em;
	padding: 10px;
	background:#fcdfe5;
	color: #b52d74;
	position: relative;
	left: -3px;
}
.dropcap5 {
	font-size: 300%;
	float: left;
	line-height: 0.8em;
	padding: 10px;
	background:#c2e2ea;
	color: #007db6;
	position: relative;
	left: -3px;
}
.dropcap6 {
	font-size: 300%;
	float: left;
	line-height: 0.8em;
	padding: 10px;
	background:#f3e0bc;
	color: #c85426;
	position: relative;
	left: -3px;
}
.dropcap7 {
	font-size: 300%;
	float: left;
	line-height: 0.8em;
	padding: 10px;
	background:#d7ddd0;
	color: #79875c;
	position: relative;
	left: -3px;
}
/*************************************/
.red_box {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	padding: 0;
	text-align: left;
}
.red_box_body {
	padding:1em;
}
.red_box_tlc, .red_box_trc, .red_box_blc, .red_box_brc {
	background-color: transparent;
	background-repeat: no-repeat;
}
.red_box_tlc {
	background-image:url(images/tmpl_red_box_tlc.png);
	background-position: 0% 0%;
}
.red_box_trc {
	background-image:url(images/tmpl_red_box_trc.png);
	background-position: 100% 0%;
}
.red_box_blc {
	background-image:url(images/tmpl_red_box_blc.png);
	background-position: 0% 100%;
}
.red_box_brc {
	background-image:url(images/tmpl_red_box_brc.png);
	background-position: 100% 100%;
}
.red_box_tb, .red_box_bb {
	background-color: transparent;
	background-repeat: repeat-x;
}
.red_box_tb {
	background-image:url(images/tmpl_red_box_tb.png);
	background-position: 0% 0%;
}
.red_box_bb {
	background-image:url(images/tmpl_red_box_bb.png);
	background-position: 50% 100%;
}
.red_box_rb {
	background-image:url(images/tmpl_red_box_rb.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}
.red_box_lb {
	background-image:url(images/tmpl_red_box_lb.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}


/*****************/
.tblchp4 th,.tblchp4 td
{
	width:100%;
border:  solid #306da6;
border-width:1px;
margin:0;
	padding:3px;
	 
	outline:0;
	font-size:100%;
	font-family:inherit;
}

.tblchp22 th,.tblchp22 td
{
	 
border:  solid #b52d74;
border-width:1px;
padding:0;
 
	font-size:100%;
	font-family:inherit;
	 
}

.mtd{
	 
	border-bottom: black solid thin  ;
	/*border-top: navy solid thin;
	border-left: none;*/
	border-right: #74a534 solid  ;
	width:50%;
	 
	}
	.mbtd{
	 
	border-bottom: black solid thin  ;
	/*border-top: navy solid thin;
	border-left: none;*/
	 width:50%;
	 
	}

.bl {background:  url(images/img13_3.jpg) 0 100% no-repeat }
.br {background: url(images/img13_3.jpg) 100% 100% no-repeat}
.tl {background:url(images/img13_3.jpg) 0 0 no-repeat}
.tr {background: url(images/img13_3.jpg)100% 0 no-repeat; padding:10px} .t {background: url(images/img13_3.jpg) 0 0 repeat-x; width: 20em}
.b {background:url(images/img13_3.jpg) 0 100% repeat-x}
.l {background: url(images/img13_3.jpg) 0 0 repeat-y}
.r {background: url(images/img13_3.jpg) 100% 0 repeat-y}


.obl {background:  url(images/of.jpg) 0 100% no-repeat }
.obr {background: url(images/of.jpg) 100% 100% no-repeat}
.otl {background:url(images/of.jpg) 0 0 no-repeat}
.otr {background: url(images/of.jpg)100% 0 no-repeat; padding:10px} 
.ot {background: url(images/of.jpg) 0 0 repeat-x;  }
.ob {background:url(images/of.jpg) 0 100% repeat-x; }
.ool {background: url(images/of.jpg) 0 0 repeat-y}
.or {background: url(images/of.jpg) 100% 0 repeat-y}

.pbl {background:  url(images/img38_5.jpg) 0 100% no-repeat }
.pbr {background: url(images/img38_5.jpg) 100% 100% no-repeat}
.ptl {background:url(images/img38_5.jpg) 0 0 no-repeat}
.ptr {background: url(images/img38_5.jpg)100% 0 no-repeat; padding:10px} 
.pt {background: url(images/img38_5.jpg) 0 0 repeat-x; width: 20em}
.pb {background:url(images/img38_5.jpg) 0 100% repeat-x}
.pl {background: url(images/img38_5.jpg) 0 0 repeat-y}
.pr {background: url(images/img38_5.jpg) 100% 0 repeat-y}