body{
	font-family: arial;
}
.SectionTitle{
	text-decoration: underline;
	font-size: 14pt;
}
.SubSectionTitle{
	text-decoration: underline;
	font-size: 12pt;
	font-weight: bold;
}
.SectionBody{
	font-size: 10pt;
	margin-bottom: 1em;
}
.CodeSection{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	padding-top: 4px;
	padding-bottom: 4px;
	white-space: pre;
	font-family: monospace;
	font-size: 10pt;
	margin-bottom: 1em;
}
.FigureImage{}
.FigureCaption{
	margin-bottom: 1em;
}
.FigureLabel{
	font-weight: bold;
	font-size: 10pt;
}
.FigureDesc{
	font-style: italic;
	font-size: 10pt;
}
.DownloadSource{
	font-size: 10pt;
	font-weight: bold;
}
