.black {
	font-weight: bold; 
	font-size: 11px; 
	color:#000000
}
.blackNormal {
	font-weight: normal; 
	font-size: 11px; 
	color:#000000
}
.white {
	font-weight: bold; 
	font-size: 11px; 
	color:#FFFFFF
}
.whiteNormal {
	font-weight: normal; 
	font-size: 11px; 
	color:#FFFFFF
}
.gray {
	font-weight: bold; 
	font-size: 11px; 
	color:#464646
}
.grayNormal {
	font-weight: normal; 
	font-size: 11px; 
	color:#464646
}
.sizeOne{
	font-weight: normal;
	font-size: 24px
}
.sizeTwo{
	font-weight: normal;
	font-size: 18px
}
.sizeThree{
	font-weight: normal;
	font-size: 14px
}
