html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0;padding: 0;	border: 0;outline: 0;	font-size: 100%;background: transparent;}
blockquote, q {	quotes: none;}blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}strong {font-weight: bold;}

@font-face {
	font-family:'Open Sans';
	src:
		local('Open Sans'), 
		local('OpenSans-Regular'),
		url(fonts/open-sans.woff) format('woff'),
		url(fonts/open-sans.ttf) format('truetype');
}
@font-face { 
	font-family:'Open Sans';
	src:
		local('Open Sans Bold'), 
		local('OpenSans-Bold'),
		url(fonts/open-sans-bold.woff) format('woff'),
		url(fonts/open-sans-bold.ttf) format('truetype');
	font-weight:700;
}
@font-face { 
	font-family:'Open Sans';
	src:
		local('Open Sans Semibold'), 
		local('OpenSansSemibold-Regular'),
		url(fonts/open-sans-semibold.woff) format('woff'),
		url(fonts/open-sans-semibold.ttf) format('truetype');
	font-weight:500;
}
@font-face {
	font-family:'Open Sans';
	src:
		local('Open Sans Light'),
		local('OpenSansLight-Regular'),
		url(fonts/open-sans-light.woff) format('woff'),
		url(fonts/open-sans-light.ttf) format('truetype');
	font-weight:100;
}

/* Inter */
/* from https://gwfh.mranftl.com/fonts/inter */
@font-face {
	font-family: "Inter";
	font-style: normal; 
	font-weight: 300;
	font-display: swap; 
	src:
		url(fonts/inter-300.woff2) format('woff2'),
		url(fonts/inter-300.ttf) format('truetype');
}
@font-face {
	font-family: "Inter";
	font-style: normal; 
	font-weight: normal;
	font-display: swap; 
	src:
		url(fonts/inter-regular.woff2) format('woff2'),
		url(fonts/inter-regular.ttf) format('truetype');
}
@font-face {
	font-family: "Inter";
	font-style: normal; 
	font-weight: 500;
	font-display: swap; 
	src:
		url(fonts/inter-500.woff2) format('woff2'),
		url(fonts/inter-500.ttf) format('truetype');
}


html,
body{width:100%;height:100%;font:13px Tahoma, Arial, Helvetica, Geneva, sans-serif;font:13px 'Open Sans', Tahoma, Arial, Helvetica, Geneva, sans-serif;background-color:#f5f5f5;}
p{margin-bottom:15px;font-size:10pt;text-align:justify;line-height:14pt;}
h1{font-size:13px;margin-bottom:10px;font-weight:bold;text-shadow:0px 1px 0px #fff;line-height:15pt;color:#333;}
h2{clear:both;font-size:20px;margin-bottom:10px;font-weight:normal;}
h3{font-size:16px;margin-top:0px;margin-bottom:10px;font-weight:normal;}
