.firstSentence {
	font-size: 13px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
.generalText {
	font-size: 15px;
	color: #000000;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: normal;
	}
.generalTextBold {
	font-size: 16px;
	color: #000000;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: bold;
	}
.generalTextLight {
	font-size: 12px;
	color: grey;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: lighter;
	}