@font-face {
	font-family: 'NeutraText 600';
	src: url("fonts/NeutraText-Demi.ttf");
}

@font-face {
	font-family: 'NeutraText 400';
	src: url("fonts/NeutraText-Book.ttf");
}

html {
    background-color: #FFFFFF;
    Font-size: 62.5%;
}

body {
     font-family: 'NeutraText 400', sans-serif;
     font-size: 1.60rem;
     font-weight: 400;
     line-height: 2.40rem;
     color: #333333;
}

.smallprint      { 

} 

a:link, a:visited {

	color: #ef3e42;
  	text-decoration: none;
}

a:hover {

  	text-decoration: underline;
	color: #db2038;
}

p, dl, hr, h1, h2, ol, ul, pre, table, address, fieldset {

}

h1 {
    font-family: 'NeutraText 600', sans-serif;
	text-transform: uppercase;
    font-size: 3.00rem;
    font-weight: 600;
    color: #ef3e42;

}

h2 {
    font-family: 'NeutraText 400', sans-serif;
	text-transform: uppercase;
    font-size: 1.90rem;
    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;
 }