@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400&display=swap');


html {
    background-color: #FFFFFF;
    Font-size: 62.5%
}

body {
	 font-family: 'EB Garamond', serif;
     font-size: 1.80rem;

	 color: #333333;
}

.smallprint      { 

} 

a:link, a:visited {
    color: #0c6f3e;
  	text-decoration: underline;
    font-weight: normal;
}

a:hover {
	color: #62b886;
  	text-decoration: underline;
    font-weight: normal;
}

p, dl, hr, h1, h2, ol, ul, pre, table, address, fieldset {

}

h1 {
    font-family: 'Source Sans Pro, sans-serif;
    font-size: 2.60rem;
    font-weight: 400;
    color: #000000;
}

h2 {
     font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.80rem;
	line-height: 1;
    font-weight: 400;
    color: #333333;
}

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;
 }