
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

html {

	Font-size:62.5%;

}


body {
	Font-family: Arial, sans-serif;
	Font-size:1.4rem;
	Line-height: 1.3;
	Color: #575346
}

.smallprint      { 
    font-size: 80%;
    font-weight: normal; 
} 

a:hover {
	color : #a7a7a7;
}

a {
	text-decoration : none;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, h7, ol, ul, pre, table, address, fieldset {
  margin-bottom: 2.0;
	
}

h1, h2, h3, h4, h5, h6, h7, h2 a:link, h3 a:link, h4 a:link {

}
               
 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;	
	'line-height:1.15;
	margin-top:0pt;
	margin-bottom:0pt;
}

h1 { 
	Font-size: 3.6rem;
	Font-family: Lato, Arial, Helvetica, sans-serif;
	Text-transform: lowercase;
	Color: #333333;
}

h2 { 
	border-bottom: 1px solid #c20430;
  	border-top: 1px solid #c20430;
    	color: #960323;
    	font-size: 1.8rem;
    	font-weight: 300;
    	line-height: 1.83333;
    	text-transform: uppercase;
}