.body {
	margin:0; 
	padding:0; 
	height:100%;
	font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	color: rgb(85,85,85);
}

a:link {color: #2a559c;}
a:active {color:#2a559c; }
a:visited {color:#2a559c; }


.title {
	color: #2a559c;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px; 
	font-weight: bold;
}

.chapter_m {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding:0; 
	border: 0px solid red;
}

.chapter {
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	padding:0; 
	border: 0px solid red;
}
.subchapter {
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 0px;
	padding:0; 
	border: 0px solid red;
}
.subchapter_m {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding:0; 
	border: 0px solid green;
}

.content_title_m {
	font-style: normal;
	font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px; 
	font-weight: bold;
	color: #2a559c;
	padding-left: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	border: 0px solid #2a559c;
}


.chapter_title_m {
	font-style: normal;
	font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight: bold;
	color: #2a559c;
	padding-left: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	border: 0px solid #2a559c;
}

.chapter_title {
	font-style: normal;
	font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px; 
	font-weight: bold;
	color: #2a559c;
	padding-left: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	background-color: rgb(216,216,216);
	border: 0px solid #2a559c;
}
.chapter_content_m {
	font-size: 11px; 
	font-weight: normal;
}
.chapter_content {
	font-size: 13px; 
	font-weight: normal;
}
.subchapter_title_m {
	font-style: normal;
	font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold;
	color: #2a559c;
	padding-left: 10px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	border: 0px solid #2a559c;
}
.subchapter_title {
	font-style: normal;
	font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight: bold;
	color: #2a559c;
	padding-left: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	background-color: rgb(216,216,216);
	border: 0px solid #2a559c;
}
.subchapter_content_m {
	font-size: 13px; 
	font-weight: normal;
}
.subchapter_content {
	font-size: 13px; 
	font-weight: normal;
}
.subchapter_text_m {
	padding-left: 10px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
}
.subchapter_text {
	padding-left: 10px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
}

.section_title_m {
	font-style: normal;
	font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	color: #2a559c;
	padding-left: 10px; 
	padding-top: 1px; 
	padding-bottom: 1px; 
	border: 0px solid #2a559c;
}
.section_title {
	font-style: normal;
	font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold;
	color: #2a559c;
	padding-left: 10px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	background-color: rgb(241,241,241);
	border: 0px solid #2a559c;
}
.section_content_m {
	padding-left: 10px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
}
.section_content {
	padding-left: 10px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
}
.section_m {
	margin-left: 20px; 
	margin-right: 20px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
}
.section {
	margin-top: 15px; 
	margin-bottom: 5px; 
}

span.italictext {
	#font-style: italic;
	font-weight: bold;
}
span.normaltext {
	font-style: normal;
	font-weight: normal;
}
span.boldtext {
	font-weight: bold;
}
span.line {
	font-style: normal;
	font-weight: normal;
}
span.alarmline {
	color:red;
	font-style: normal;
	font-weight: normal;
}

