
@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: 'Open Sans', sans-serif;
     font-size: 1.60rem;
     font-weight: 300;
	 color: #000000;
}

.smallprint      { 

} 

a:link, a:visited {
    color: #990033;
  	text-decoration: underline;
    font-weight: normal;
}

a:hover {
	color: #990033;
  	text-decoration: underline;
    font-weight: normal;
}

p, dl, hr, h1, h2, ol, ul, pre, table, address, fieldset {

}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.60rem;
    font-weight: 400;
    color: #000000;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.20rem;
    font-weight: 400;
    color: #000000;
}




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;
 }