.BoldText {
	font-family: Technical;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.VeryBoldText {
	font-size: 24px;
	font-weight: bolder;
}
.ExtreemlyBold {

	font-size: 36px;
	font-weight: bolder;
}
.Normaltext {
	font-family: Technical;
	font-size: 16px;
	font-style: normal;
	color: #6e5a4a;
}
