<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&amp;display=swap');

html {
    background-color: #FFFFFF;
    Font-size: 62.5%
}

body {
	 font-family: 'Fira Sans', sans-serif;
     font-size: 1.60rem;
	 line-height: 2.60rem;
     font-weight: 400;
	 color: #455a64;
}

.smallprint      { 

} 

a:link, a:visited {
    color: #f4002b; 
  	text-decoration: underline;
    font-weight: normal;
}

a:hover {
	color: #f4002b; 
  	text-decoration: underline;
    font-weight: normal;
}

p, dl, hr, h1, h2, ol, ul, pre, table, address, fieldset {

}

h1 {
	 font-family: 'Fira Sans', sans-serif;
     font-size: 3.00rem;
	 line-height: 3.30rem;
     font-weight: 400;
	 color: #003da5;
	 text-transform: uppercase; 
}

h2 {
     font-size: 2.60rem;
	 line-height: 3.30rem;
     font-weight: 400;
	 color: #003da5;
	 text-transform: uppercase; 
}

img 
{ 
    border: none; 
}

 .panel_with_padding
{     
	padding-top:10px;
	padding-left:0px;
	padding-right:10px;
	padding-bottom:10px; 
	border-style:Solid;
	Border-Color:White;
	Border-Width:5px;

	margin-top:0pt;
	margin-bottom:0pt;
 }</pre></body></html>