h1,h2,h3,h4, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #1A171B;
	line-height: 1.3em;
	font-weight: normal;
	text-align: left;
}

h1, h2, h3 {
	color: #b17e4a;
	font-size: 16px;
	font-weight: bold;
}

h1 {
	line-height: 1em;
	margin: 0px 0 8px 0;
	text-transform: uppercase;
}
h2 {
	line-height: 1em;
	margin: 0px 0 15px 0;
	text-transform: uppercase;
}
h3 {
	font-size: 1.0em;
	margin: 0px;
}
p {
	margin: 0px 0 8px 0;
}

ul {
	padding: 2px 0 5px 20px;
}
a {
	color: #1A171B;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #b17f4a;
}
img, a img {
	border: 0 none;
}