
@font-face
{
	font-family: "Helvetica Neue";
	src: url('/fonts/HelveticaNeue.ttf');
}

html {
    background-color: #FFFFFF;
    Font-size: 62.5%
}

body {
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
         font-size: 1.40rem;
         color: #666;
         line-height: 1.4;
}

.smallprint      { 
        #font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.40rem;
        font-weight: regular; 
} 

a:link, a:visited {
        color: #032962;
  	text-decoration: none;
        font-weight: bold;
}

a:hover {
	color: #00adef;
  	text-decoration: underline;
        font-weight: bold;
}

p, dl, hr, h1, h2, ol, ul, pre, table, address, fieldset {
         #margin: 10px 0;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 2.80rem;
        font-weight: 500;
        color: #ec008c;
}

h2 {
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
         font-size: 2.10rem;
         font-weight: 500;
         color: #003976;
}

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;	
	line-height:1.15;
	margin-top:0pt;
	margin-bottom:0pt;
 }