.BlueSmall {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
}
.BlueXSmall {
	font-family: Tahoma;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: 000066;
}
.BlueMedium {
	font-family: Tahoma;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: 000066;
	text-align: justify;

}
.BlueMedBold {
	font-family: Tahoma;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 000066;
}
.BlueSmallCentre {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	color: 000066;


}
.RedMedCentred {
	font-family: Tahoma;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #CC3300;
	text-align: center;
}

