h1 {
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	color: #217E75;
	text-align: center;


}
h2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #217E75;
	text-align: center;

}
h3 {



	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
table {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
}
h4 {

	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #217E75;
	text-align: left;
}

img.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.imgleft {
	 display: block;
	 margin-right: auto;
}

img.imgright {
	 display: block;
	 margin-left:auto;
}
