body {
	background: #fff;
	line-height: 1;
}

body, input, textarea {
	color: #373737;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

strong {
		font-weight: bold;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

p {
	margin-bottom: 1.625em;
}


h1 {
	clear: both;
	color: #4b4b4b;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}


h2 {
	clear: both;
	color: #4b4b4b;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 10px;
}


a {
	color: #009900;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}