
@font-face {
    font-family: 'DaxMedium';
    src: url('fonts/DaxMedium.ttf');

}

@font-face {
    font-family: 'DaxRegular';
    src: url('fonts/DaxRegular.ttf');

}



html {
    background-color: #FFFFFF;
    Font-size: 62.5%
}

body {
     font-family: DaxRegular, Arial, sans-serif;
     font-size: 1.50rem;
     line-height: 2.30rem;

     font-style: normal;
     color: #333333;
}

.smallprint      { 
     font-size: 1.50rem;
} 

a:link, a:visited {
    font-size: 1.50rem;
    color: #eb212e;
    text-decoration: none;
    font-weight: regular;
}

a:hover {
      font-size: 1.50rem;
    color: #eb212e;
    text-decoration: underline;
    font-weight: regular;
}

p, dl, hr, h1, h2, ol, ul, pre, table, address, fieldset {
    #margin: 10px 0;
}

h1 {

}

h2 {
    font-family: DaxMedium, Arial, sans-serif;
    font-size: 2.20rem;
    line-height: 2.90rem;
    font-weight: regular;
    color: #eb212e;
}

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;
 }









