<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
td.name{
	font-weight:bold;
	padding-top:1cm;
	font-size:20pt;
}
td.position{
	font-size:11pt;
	color:#737373;
}
td.header{
	padding-top:1cm;
	font-weight:bold;
	font-size:11pt;
}
h1.header{
	font-size:14pt;
	font-weight:bold;
	background-color:#99CCFF;
}
table.Info{
	width:100%;
	table-layout:fixed;
	line-height:15px;
}
hr{
	align-self:center;
	background-color:#c1cdc1;
	border:none;
 	height:2px;
 	width:100%;	
}
footer{
	font-style:italic;
	font-size:8pt
}
body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 82%;
    color: #333333;
	margin-left: 100px;
	margin-right: 100px;
}
</pre></body></html>