/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background: #fff;
	color: #2c2c2c;
	font-size: 13px;
/*	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;*/
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

a {
	color: #2C2C2C;
	text-decoration:none;
}

a:link {
	color: #2C2C2C;
}

a:visited {
	color: #2C2C2C;
}

a:focus {
	color: #2C2C2C;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 24px;
    font-weight: normal;
}

h2 {
	font-size: 20px;
	line-height: 24px;
    font-weight: normal;
}

h3 {
	font-size: 16px;
	line-height: 22px;
    font-weight: normal;
}

h4 {
	font-size: 12px;
    font-weight: normal;
}

h5 {
	font-size: 11px;
    font-weight: normal;
}

h6 {
	font-size: 10px;
    font-weight: normal;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

p,
li {
	line-height: 17.5px;
}