body {
	color: #757575;
	font-size: 13px;
	font-family: 'gotham_htf_book';
	background-color: #fff;
}

body a {
	color: #333;
}



h1, h2, .h1, .h2 {
	border-bottom: solid 1px #c3c3c3;
	color: #777;
}

h1 span, h2 span {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	background-color: #fff;
}

h1, .h1 {
	font-size: 25px;
	height: 24px;
}
	h1 span, .h1 span {
		height: 25px;
	}


h2, .h2 {
	height: 21px;
	font-size: 20px;
}
	.h2 span, h2 span {
		height: 22px;
	}






h3, .h3 {
	color: #333;
	font-size: 16px;
}




p {
	line-height: 1.6em;
}

input[type='text'], select, textarea {
	color: #444;
}

/*

*/

input[type='submit'], .button-like {
	border: solid 1px #eca100;
	color: #fff;
	background-color: #eca100;
}