@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


@font-face {
    font-family: 'Futura';
    src: url("fonts/futura-medium-bt.ttf");
}



html {
    background-color: #ffffff;
    Font-size: 62.5%
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 1.50rem;
	line-height: 2.30rem;
	font-weight: 400;
	color: #404040;
	
}

.smallprint      { 

} 

a:link, a:visited {
	color: #404040;
  	text-decoration: underline;
}

a:hover {
	color: #285076;
  	text-decoration: underline;
}

p, dl, hr, h1, h2, ol, ul, pre, table, address, fieldset {

}

h1 {
	font-size: 3.00rem;
	line-height: 3.30rem;
	color: #013e7f;
	font-weight: 500;
	font-family: "Futura", sans-serif;

}

h2 {
	#padding-top:10px;
	font-size: 2.10rem;
	line-height: 2.30rem;
	color: #dd3333;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}

img 
{ 
    border: none; 
}

 .panel_with_padding
{     
	padding-top:10px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px; 
	border-style:Solid;
	Border-Color:#ffffff;
	Border-Width:0px;

	margin-top:0pt;
	margin-bottom:0pt;
 }