h1 {
	font-family: "Helvetica Neue", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 18px;
	color: #646464;
	margin-bottom: -2px;
}

*:first-child+html h1 {
	margin-bottom: -10px;
}

h2 {
	color: #bc2017;
	font-family: "Helvetica Neue", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 15px;
	margin-bottom: -5px;
}

*:first-child+html h2 {
	margin-bottom: -10px;
}

h3 {
	padding: 62px 0 0 24px;
	font-size: 27px;
	font-family: "Helvetica Neue", Verdana, "Bitstream Vera Sans", sans-serif;
	color: #fff;
	font-weight: bold;
	
}

h4 {
	color: #bc2017;
	font-size: 12px;
}

img {
	border: 0;
}

a {
	color: #0066cc;
	text-decoration: underline;
}



a:hover {
	color: #cc4400;
	text-decoration: none;
	}
	
.red {
	color:#0066cc;
}

li {
	list-style-type:disc;
	color: #666666;;
}
