
#PageHeader {
	font-size: large;
	text-align: center;
	font-weight: bold;
}

#ContentText {
	clear: none;
	display: inline;
	overflow: auto;
	clip: rect(auto auto auto auto);
}

#ContentTextBold {
	clear: none;
	display: inline;
	overflow: auto;
	font-weight: bolder;
}

.ContentImage {
	display: block;
	float: right;
	position: absolute;
}

#SubHead {
	clear: none;
	display: block;
	font-weight: bolder;
	font-size: larger;
	text-indent: 8px;
	float: none;
	text-align: left;
}

.BlankList {
	clear: none;
	display: block;
	font-weight: bolder;
	font-size: larger;
	list-style-type: square;
	text-align: left;
	list-style-position: outside;
}

.CondenseHeader {
	font-family: FrankfurtGothic;
}