body {
	text-align: justify;
	font-size: 12px;
}

a.more,
#footer,
#left,
#break,
#right,
#header {
	display: none;
}

h1 {
	font-family: Times New Roman;
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
}

h2 {
	font-size: 16px;
}

a {
	color: black;
}

h1 a {
	text-decoration: none;
}

.for_print_view {
	font-size: 12px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

.lead {
	margin-top: 20px;
}

.content {
	margin-top: 20px;
	overflow: hidden;
}

.content img {
	margin: 10px auto;
}

.content img.left {
	margin: 10px 0px;
	margin-right: 10px;
	float: left;
}

.content img.right {
	margin: 10px 0px;
	margin-left: 10px;
	float: right;
}