html { width: 100%; height: 100%;}
body {
	width: 100%; height: 100%; font-family: Arial, Helvetica, sans-serif;font-size: 10pt; font-style: normal; line-height: normal;
	margin:0px; background-color:#fff;
}

main { width: 100%; height:100%; display:flex; justify-content:center;align-content:center;}

main img {border:0; display:block; margin:auto; }

h1, .head1 {
	font-size: 15pt;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #EF1B2D;
	margin-top: 6px;
	}
h2, .head2 {
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #EF1B2D;
	padding-bottom: 0px;
	margin: 18px 0 8px 0;
	}
h3 {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #333;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a {
	font-size: 10pt;
	font-style: normal;
	line-height: normal; color: #663333
	}
