.ItalicTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #1C018C;
}
.blackTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.standardText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.RedStandardText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF3A41;
}

.BoxedInSolid {
	border: 1px solid #000000;
}
.bulletList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	list-style-position: inside;
	list-style-type: circle;
}
.linkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF3A41;
	list-style-type: circle;
}
.BoxedInSolidBlackCenter {
	border: 1px solid #EF3A41;
	background-color: #000000;
}
.TinyTopText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C018C;
}
