
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto&display=swap');

html {
    background-color: #FFFFFF;
    Font-size: 62.5%
}

body {
	 font-family: Arial, Helvetica, Verdana, sans-serif;
     font-size: 1.40rem;
     line-height:2.50rem;
     font-weight: 400;
	 color: #333333;
}

.smallprint      { 

} 

a:link, a:visited {
    color: #009f6e;
  	text-decoration: underline;
    font-weight: normal;
}

a:hover {
    color: #009f6e;
    text-decoration: underline;
    font-weight: normal;
}

p, dl, hr, h1, h2, ol, ul, pre, table, address, fieldset {

}

h1 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.80rem;
    font-weight: 500;
    color: #333333;
}

h2 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.60rem;
    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:White;
	Border-Width:8px;

	margin-top:0pt;
	margin-bottom:0pt;
 }