.sidemenu01 ul {
	background-color: #B8C5E0;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7891C5;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #7891C5;
	clear: both;
	float: left;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
	width: 198px;
	list-style-type: none;
	margin-right: 0px;
}

.sidemenu01 li {
	background-color: #FFFFFF;
	clear: both;

}

.sidemenu01 li a {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
	margin: 0px;
	text-decoration: none;
	color: #003366;
	clear: both;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	float: left;
	width: 188px;
}
.sidemenu01 li a:hover {
	background-color: #99CCFF;
	color: #FFFFFF;
}


.sidemenu01 ul li ul li a {
	background-color: #666666;

	text-decoration: none;
	color: #FFFFFF;
}
.sidemenu01 ul li ul li a:hover {
	background-color: #D2A846;
	color: #FFFFFF;
}
.maintext {
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: both;
	float: left;
	width: 630px;
}



.chapter {

}

.chapter ul {
	clear: both;
	padding-top: 0px;
}

.chapter li {
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	margin-left: 20px;
}
.chapter a {
	color: #0000CC;
	text-decoration: none;
}
.chapter a:hover {
	color: #FF3300;
	text-decoration: underline;
}
.subLI {
	font-size: 12px;
	font-weight: normal;
}


