@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;
}
