html {
    background-color: #ffffff;
    Font-size: 62.5%
}

body {
	font-size: 1.60rem;
	line-height: 2.30rem;
	font-weight: 400;
	color: #777777;
	font-family: CartoGothicStd, Arial, Helvetica, sans-serif;
}

.smallprint      { 

} 

a:link, a:visited {
    color: #7a7a7a;
  	text-decoration: none;
}

a:hover {
	color: #196b88;
  	text-decoration: underline;
}

p, dl, hr, h1, h2, ol, ul, pre, table, address, fieldset {

}

h1 {
	font-size: 3.00rem;
	line-height: 3.30rem;
	font-weight: 500;
	color: #79a3c5;
	font-family: CartoGothicStd, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 2.40rem;
	line-height: 2.60rem;
	font-weight: 500;
	color: #79a3c5;
	font-family: CartoGothicStd, Arial, Helvetica, sans-serif;
}

img 
{ 
    border: none; 
}

 .panel_with_padding
{     
	padding-top:10px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px; 
	border-style:Solid;
	Border-Color:#ffffff;
	Border-Width:0px;

	margin-top:0pt;
	margin-bottom:0pt;
 }