* {
	margin: 0;
}
html {
	overflow: -moz-scrollbars-vertical;
	Overflow-y: scroll;
	min-height: 100%;
	height: 100%;
}
body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #302c2d;
	line-height: 22px;
	font-style: normal;
	text-align: center;
	height: 100%;
	background: #ffffff;
}
/** CSS **/
.copyDark {
	font-size: 12px;
	color: #302c2d;
}
h1 {
	font-size: 22px;
	padding: 0;
	letter-spacing: .02em;
	font-weight: normal;
	margin: 0 0 18px 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 16px 0;
}
h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 14px 0;
}
h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	margin: 0 0 2px 0;
}
h5 {
	font-size: 13px;
	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: #9f4926;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #302c2d;
	font-style: normal;
	text-decoration: underline;
}

