/* CSS Document */

#s01{
	width: 90%;
	margin: auto;
	margin-bottom: 50px;
}


#s01 hr{
	border-bottom: 5px solid #43A0A8;
	width: 45px;
	margin-bottom: 15px;
}

#s01 h2{
	font-size: 24px;
	line-height: 35px;
	font-weight: bold;
	color: #486492;
	margin-bottom: 50px;
}

#s01 p{
	margin-bottom: 50px;
	font-size: 18px;
}

#s01 .center a{
	color: #5386ad;
	font-size: 18px;
}

#s01 .center a:hover{
	text-decoration: underline;
}