.ListL1 {
	list-style-type: decimal;
}
.ListL2 {
}
.ListL3 {
	list-style-type: square;
}
.italic {
	font-style: italic;
}
.BodyStrong {
	font-weight: bold;
}
.BodyIndent {
	display: block;
	margin-left: 25px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2C2C2C;
}
