<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=Open+Sans&amp;family=Roboto&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&amp;display=swap');


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

body {
	 font-family: Lato, sans-serif;
     font-size: 1.40rem;
	 line-height: 2.00rem;
     font-weight: 400;
	 color: #333;
}

.smallprint      { 

} 

a:link, a:visited {
    color: #2f5e7b;
  	text-decoration: none;
    font-weight: normal;
}

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

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

}

h1 {
    font-family: Lato, sans-serif;
    font-size: 2.40rem;
    font-weight: 500;
    color: #555555;
}

h2 {
    font-family: Lato, sans-serif;
    font-size: 2.40rem;
    font-weight: 500;
    color: #555555;
}

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:0px;

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