.normalFont {
	font-family: Arial, Helvetica, sans-serif;
}
.smallNormalFont {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif; 
}
.boldFont {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
p.small {
line-height: 0.2cm
}
.LargeHeading {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold
}
.MediumHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.LargeBullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 26px;
}
.MediumBullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: 26pt;
}
.NormalBullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	line-height: 26px;
	
}
