*, html, body {
	margin: 0;
	padding: 0;
	border: 0 none;
}

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 76%;
	text-align: left;
	color: #46494F;
	background-color: #FFF;
}

h1, h2 {
	display: none;
	visibility: hidden;
}

h3 {
	font-size: 1.35em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h4, h5, h6 {
	margin-bottom: 0.5em;
}
hr {
	height: 1px;
	border-top: 1px solid #B1B3B5;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 0.5em;
	line-height: 1.4em;
}

hr {
	border-top: 1px solid #B1B3B5;
	margin-bottom: 0.5em;
}

ul {
	margin-left: 2em;
	margin-bottom: 0.5em;
	line-height: 1.4em;
	list-style-type: disc;
	list-style-position: outside;
}

ol {
	margin-left: 2em;
	margin-bottom: 0.5em;
	line-height: 1.4em;
	list-style-position: outside;
}
