@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

html {
    background-color: #edecec;
    Font-size: 62.5%
}

body {
	 font-family: Lato, sans-serif;
     font-size: 1.60rem;
	 line-height: 2.40rem;

	 color: #333333;
}

.smallprint      { 

} 

a:link, a:visited {
    color: #355d1d;
	font-weight: 700;
  	text-decoration: none;
	border-bottom: 1px solid #333333;
}

a:hover {
	color: #355d1d;
  	text-decoration: none;
    	font-weight: 700;
		border-bottom: 1px dotted #333333;
}

p, dl, hr, h1, h2, ol, ul, pre, table, address, fieldset {

}

h1 {
	 font-family: Lato, sans-serif;
     font-size: 3.60rem;
	 line-height: 1.1;
    font-weight: 500;
	 color: #4c8b2b;
}

h2 {
	 font-family: Lato, sans-serif;
     font-size: 3.00rem;
	 line-height: 1.1;
    font-weight: 500;
	 color: #333333;
}

img 
{ 
    border: none; 
}

 .panel_with_padding
{     
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px; 
	border-style:Solid;
	Border-Color:#edecec;
	Border-Width:8px;

	margin-top:0pt;
	margin-bottom:0pt;
 }