@charset "utf-8";
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bolder;
	color: #23586d;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bolder;
	color: #37b24a;
	text-decoration: underline;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}
h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
