@charset "UTF-8";
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #3EA9DF;
	padding-left: 0px;
	border-bottom-width: 0.5px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	text-align: center;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: lighter;
	text-indent: 10mm;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-right: 30px;
	margin-left: 20px;
	font-weight: lighter;
}
ul {
	list-style-type: circle;
	margin-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	list-style-position: outside;
	margin-right: 30px;
}
.line {
	line-height: 25px;
	color: #999999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: a8abad;
}
.bold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

