<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'AvenirBook';
    src: url("fonts/AvenirLTStd-Book.ttf");
}

@font-face {
    font-family: 'AvenirHeavy';
    src: url("fonts/AvenirLTStd-Heavy.ttf");
}


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

body {
	 font-family: 'AvenirBook', sans-serif;
     font-size: 1.60rem;
     font-weight: 400;
	 color: #000000;
}

.smallprint      { 

} 

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

a:hover {
	color: #cc3366;
  	text-decoration: none;
    font-weight: normal;
}

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

}

h1 {
    font-family: AvenirHeavy, sans-serif;
    font-size: 2.40rem;
    font-weight: 400;
    color: rgb(3,96,123);
}

h2 {
    font-family: AvenirHeavy, sans-serif;
    font-size: 1.80rem;
    font-weight: 400;
    color: rgb(3,96,123);
}

img 
{ 
    border: none; 
}

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

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