@charset "UTF-8";
/* CSS Document */

article section h2 {
	font-weight: normal;
	/*color: #64BEBE;*/
	color: #3756F3;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	font-size: 16px;
	padding-left: 10px;
}
article section h3 {
	font-weight: normal;
	color: #3756F3;
	text-decoration: none;
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 10px;
}
article section h4 {
	font-weight: normal;
	color: #c1944b;
	margin-left: 30px;
	margin-bottom: 10px;
}
article section p {
	margin-left: 42px;
	margin-right: 40px;
}
article section table {
	width: 618px;
	height: auto;
	margin-top: 12px;
	margin-left: 42px;
	border: 5px solid #CCCCCC;
	margin-bottom: 5px;
	margin-right: 42px;
}
article section table th {
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px;
	width: auto;
	font-weight: normal;
}
article section table td {
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px;
	width: auto;
}
article section img {
	margin-right: 50px;
	margin-left: 50px;
}
article section ol {
	margin: 10px 40px 10px 30px;
}
article section ol li {
	list-style: decimal;
	margin-left: 30px;
}
article section ol ul {
	list-style: circle;
	margin: 10px 40px 10px 12px;
}
article section ol ul p {
	margin-left: 15px;
}
article section ol ul li {
	list-style: circle;
}
article section ul {
	margin: 10px 40px 10px 30px;
}
article section ul li {
	list-style: disc;
	margin-left: 30px;
}
article section ul ul {
	list-style: circle;
	margin: 10px 40px 10px 12px;
}
article section ul ul p {
	margin-left: 15px;
}
article section ul ul li {
	list-style: circle;
	margin-bottom: 5px;
}
