article h1, article h2, article h3, article h4, article h5, article h6, section h1, section h2, section h3, section h4, section h5, section h6 {
	padding: 0 0 10px 0 !important;
	margin:0 0 0 0 !important;
	line-height:auto !important;
    font-family: 'helveticaneuelight' !important;
	font-weight:normal !important;
}
article h1 	{ font-size:22px; }
article h2 	{ font-size:20px; }
article h3 	{ font-size:18px; }
article h4 	{ font-size:16px; }
article h5 	{ font-size:16px; }
article h6 	{ font-size:14px; }

article p 	{
	padding: 0 0 10px 0 !important;
	display: block;
    font-family: 'helveticaneuelight' !important;
}

a {
	color: rgba(255, 255, 255, .75) !important;
	text-decoration: underline;
    font-family: 'helveticaneuelight' !important;
}
a:hover {
	color: #fff !important;
	text-decoration: none;
}
article a {
	color: #000 !important;
}
article a:hover {
	color: #000 !important;
}

article ul	{}
article li	{}
article hr {
	border-color:rgba(0,0,0,0.10);
	margin:0 0 20px 0 !important;
	padding:0 0 0 0 !important;
	clear: both !important;
}