<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
    background-color: #ffffff;
    Font-size: 100%
}

body {
	font-size: 1rem;
	line-height: 1.6rem;
	font-weight: 400;
	color: #2f2a20;
	font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.smallprint      { 

} 

a:link, a:visited {

    color: #c00404;
  	text-decoration: underline;

}

a:hover {

	color: #841616;
  	text-decoration: underline;

}

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

}

h1 {
	font-size: 7.20rem;
	line-height: 8.60rem;
	font-weight: 400;
	color: #821019;
	font-family: 'Messina Serif 400',serif;
}

h2 {
	font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 400;
	color: #2f2a20;
	border-bottom: 1px solid #c9c6be;
	display: block;
	padding: 0 0 4px 0;
	/*margin: 0 0 0.75em 0;*/
}

img 
{ 
    border: none; 
}

 .panel_with_padding
{     
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px; 
	border-style:Solid;
	Border-Color:#ffffff;
	Border-Width:8px;

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