.GrayText
{ 
	color: gray;
	font-size: small;
}
.BlackText
{
	color: black;
	font-size: small;
}
.BoldBlackText
{
	color: black;
	font-size: small;
	font-weight: bold;
}
