@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap');

html {
    background-color: #ffffff;
    Font-size: 62.5%
}

body {
     font-family: Montserrat, sans-serif;
     font-size: 1.30rem;
     line-height: 1.90rem;
     font-weight: 400;
     color: #000000;
}

.smallprint      { 

} 

a:link, a:visited {
    color: #6091ba;
  	text-decoration: none;
    font-weight: normal;
}

a:hover {
	color: #365d7e;
  	text-decoration:none;
    font-weight: normal;
}

p, dl, hr, h1, h2, ol, ul, pre, table, address, fieldset {

}

h1 {
    font-family: Montserrat, sans-serif;
    font-size: 2.60rem;
    font-weight: 300;
    color: #002856;
}

h2 {
    font-family: Montserrat, sans-serif;
    font-size: 1.90rem;
    font-weight: 400;
    color: #002856;
}

img 
{ 
    border: none; 
}

 .panel_with_padding
{     
	padding-top:0px;
	padding-left:0px;
	padding-right:10px;
	padding-bottom:10px; 
	border-style:Solid;
	Border-Color: #ffffff;
	Border-Width:0px;

	margin-top:0pt;
	margin-bottom:0pt;
 }