body{
	background-color: #ffffff;
}

.caption{
	font-size: 2.0em;
	font-weight: bold;
	color: #000000;
	padding: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.caption_sub{
	font-size: 0.8em;
	color: #000000;
	padding: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.section0{
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	padding: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.section1{
	font-size: 0.9em;
	color: #000000;
	padding: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.maintext{
	font-size: 0.8em;
	color: #000000;
	padding: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

h2{
	width: 100%;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	border: 1px none #8888f8;
	border-top: 1px solid #8888f8;
	border-left: 1px solid #8888f8;
	border-right: 1px solid #666699;
	border-bottom: 1px solid #666699;
	padding: 5px 3px 3px 0.5em;
	margin-top: 5px;
	margin-bottom: 10px;
}

h4{
	font-size: 14pt;
	color: #000000;
}

h5{
	font-size: 10pt;
	color: #000000;
}

h8{
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	padding: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.text_part{
	color: #000000;
	background-color: #ffffff;
	font-size: xx-large;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px 1px 1px 5px;
}

.text_chapter{
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	padding: 1px 1px 1px 20px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.text_section{
	font-size: large;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	padding: 1px 1px 1px 40px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.text_subsection{
	font-size: medium;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	padding: 1px 1px 1px 55px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.text_subsubsection{
	font-size: medium;
	color: #000000;
	background-color: #ffffff;
	padding: 1px 1px 1px 60px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.text_command{
	font-size: medium;
	font-style: italic;
	color: #000000;
	padding: 1px 1px 1px 1px;
	background-color: #ffffff;
	margin-top: 1px;
	margin-bottom: 1px;
}

.text_default{
	font-size: medium;
	color: #000000;
	background-color: #ffffff;
	padding: 1px 1px 15px 60px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.text_source{
	font-size: small;
	color: #000000;
	padding: 1px 1px 1px 1px;
	background-color: #dddddd;
	margin-top: 1px;
	margin-bottom: 1px;
}

.table_standard{
	border:none solid #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.table_standard_left{
	border:none solid #000000;
	text-align: left;
}
.table_standard_left tr{
	border:thin solid #000000;
	text-align: left;
}
.table_standard_left td{
	border:thin solid #000000;
	text-align: left;
}