
/** CSS **/
.copyDark {
	font-size: 12px;
	color: #5e5e5e;
}
h1 {
	clear: both;
	color: #e25d0e;
	font-size: 24px;
	padding: 0;
	letter-spacing: .02em;
	font-weight: bold;
	margin: 0 0 18px 0;
	line-height: 32px;
}
h2 {
	color: #e25d0e;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 3px 0;
}
h3 {
	color: #e25d0e;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 3px 0;
}
h4 {
	color: #e25d0e;
	font-size: 14px;
	font-style: nomral;
	font-weight: bold;
	margin: 0 0 2px 0;
}
h5 {
	color: #e25d0e;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 1px 0;
}
.error {
	color: #F00;
	font-size: 11px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color: #e25d0e;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #e25d0e;
	font-style: normal;
	text-decoration: underline;
}
a.address {
	color: #5e5e5e;
	font-style: normal;
	text-decoration: none;
}
a.address:hover {
	color: #e25d0e;
	font-style: normal;
	text-decoration: underline;
}

