body {
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-size: 11px;
	}

a {
	color: #cd6828;
	text-decoration: none;	
	}
	
a:hover {	
	color: #F90;
	text-decoration: underline;
	}

h1 {
	font-weight: 500;
	text-transform: uppercase;
	color: #00009C;
	margin-bottom: 5px;
	font-size: 20px;
	font-family: "Helvetica Neue", "Helvetica Condensed", sans-serif;
	line-height: 1.2em;
	}
	
h2 {
	font-weight: 700;
	color: #FF9900;
	margin-bottom: -10px;
	font-size: 14px;
	font-family: "Helvetica Neue", "Helvetica Condensed", helvetica, sans-serif;
	}
	
h3 {
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-size: 11px;
	}
h4 {
	font-weight: 500;
	color: #00009C;
	margin-bottom: 5px;
	font-size: 16px;
	font-family: "Helvetica Neue", "Helvetica Condensed", sans-serif;
	line-height: 1.2em;
	}