@charset "UTF-8";
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 32px;
	color: #FFF;
	font-weight: normal;
	padding-bottom: 20px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #FFF;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: normal;
	padding-bottom: 10px;
}
#footer {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 20px;
	-webkit-text-size-adjust: none;
	}
	
#footer a{
	text-transform: lowercase;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #f58220;
	}	
#Page a {
	color: #000;	
	}
	
#Page a:hover {
	color: #FFF;	
	}