.biographyname {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
}
.heading-1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.heading-2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.heading-3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.heading-4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.indented-1 {
	margin-left: 20px;
}
.content-1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.content-2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.content-3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.content-4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.content-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
.question {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#BB0000;
	margin-top: 21px;
	margin-left: 0px;
	}
.answer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000000;
	margin-top: 14px;
	margin-left: 24px;
	}
.floatleft {
	padding-right: 5px;
	float:left;
	padding-bottom: 3px;
	padding-top: 3px;
	}
.floatright {
	padding-left: 5px;
	float:right;
	padding-top: 3px;
	padding-bottom: 3px;
	}
