
@import url("https://use.typekit.net/vwn4vym.css");

html {
    background-color: #FFFFFF;
    Font-size: 62.5%
}

body {
    font-family: 'proxima nova', sans-serif;
    font-size: 1.80rem;
    line-height: 3.00rem;
    font-weight: 400;
    color: #333333;
}

.smallprint      { 

}

a:link, a:visited {
    color: #003361;
    text-decoration: none;
    font-weight: normal;
    border-bottom: dotted 1px #003361;
}

a:hover {
    color: #003361;
    text-decoration: none;
    font-weight: normal;
    border-bottom: dotted 1px #003361;
}

p, dl, hr, h1, h2, ol, ul, pre, table, address, fieldset {

}

h1 {
    font-family: 'proxima nova', sans-serif;
    font-size: 3.10rem;
    font-weight: 700;
    color: #222222;
}

h2 {
    font-family: 'proxima nova', sans-serif;
    font-size: 2.80rem;
    font-weight: 700;
    color: #222222;
}

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;
 }