/* apps grp */
.fontColorNormal{
	color : #5A5A5A;
}

.fontColorBlack{
	color : black;
}

.fontColorCCCCCC{
	color : #CCCCCC;
}

.fontColor666666{
	color : #666666;
}

.fontColorWhite{
	color : white;
}

.fontColorRed{
	color : red;
}

.fontStyleNormal{
	font-style : normal;
}

.fontStyleItalic{
	font-style : italic;
}

.fontWeightNormal{
	font-weight : normal;
}

.fontWeightBold{
	font-weight : bold;
}

.fontFamilyNormal{
	font-family: Arial, Helvetica, sans-serif;
}

.fontSize8{
	font-size : 8px;
}

.fontSize9{
	font-size : 9px;
}

.fontSize10{
	font-size : 10px;
}

.fontSize11{
	font-size : 11px;
}

.fontSize12{
	font-size : 12px;
}

.fontSize14{
	font-size : 14px;
}

.fontSize18{
	font-size : 18px;
}

.fontSize20{
	font-size : 20px;
}

.fontSize22{
	font-size : 22px;
}

.fontSize24{
	font-size : 24px;
}

.fontSize26{
	font-size : 26px;
}

.fontSize28{
	font-size : 28px;
}

.fontSize32{
	font-size : 32px;
}

h3 {
	font-family : Arial, Helvetica, sans-serif;
	color: #5A5A5A;
	font-size: 18px;
}