#ahem, #left, #topnav, .ineffable, p.button {
	display: none;
}

body {
	background-color: #FFF;
	font-family: 'trebuchet ms', 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12pt;
}

h4, h5 {
	text-decoration: underline;
}

#content {
	margin: 0 5%;
	width: auto;
}

#content img.center {
	display: block;
	margin: 0 auto;
}

#content img.left {
	display: block;
	margin: 0 auto 0 0;
}

#content img.right {
	display: block;
	margin: 0 0 0 auto;
}

#content img.wrap-left {
	float: left;
	margin: 0 1em 1em 0;
	width: auto;
}

#content img.wrap-right {
	float: right;
	margin: 0 0 1em 1em;
	width: auto;
}

#content p, #content li, #content td, #content th {
	font-size: 90%;
	line-height: 150%;
}

#content p, #content li {
	text-align: justify;
}

#content th {
	text-align: left;
}
