html { width:100% }
body { background: #FFF; font-size: 12pt; }
img { border: 0; }
a:link, a:visited {
	color: #0000FF;
	background: transparent;
	text-decoration: underline;
}

.clear { clear: both; }
.small { font-size: .8em; }

/* HIDE STUFF */
#Utility, #Navigation, #Footer, div.column_1, #Breadcrumbs, div.ShowInfo {
	display: none;
}
	
#Wrapper, #BodyContainer {
	float: none;
	width: 100%;
	margin: 0;
}

#Header {
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
}

.BoxTitle {
	font-size: 1.25em;
	font-weight: bold;
}

