@charset "ISO-8859-1";
.FabPurple {
	font-family: "Times New Roman", Times, serif;
	color: #A60DAC;
}
.FabPurpleBold {
	font-family: "Times New Roman", Times, serif;
	color: #A60DAC;
	font-weight: bold;
}
.FabGreen {
	font-family: "Times New Roman", Times, serif;
	color: #006666;
}
.FabRed {
	font-family: "Times New Roman", Times, serif;
	color: #FF3333;
}
.FabBrown {
	font-family: "Times New Roman", Times, serif;
	color: #663333;
}
.FabBrownBold {
	font-family: "Times New Roman", Times, serif;
	color: #663333;
	font-weight: bold;
}
.FabRedBold {
	font-family: "Times New Roman", Times, serif;
	color: #FF3333;
	font-weight: bold;
}
.FabGreenBold {
	font-family: "Times New Roman", Times, serif;
	color: #006666;
	font-weight: bold;
}
.FabBlue {
	font-family: "Times New Roman", Times, serif;
	color: #205CAF;
}
.FabBlueBold {
	font-family: "Times New Roman", Times, serif;
	color: #205CAF;
	font-weight: bold;
}