
/* normal css */
.s10	{font-Size:10px}

.s12	{font-Size:12px}
.s12h16	{font-Size:12px; line-height:16px}
.s12h20	{font-Size:12px; line-height:20px}


/* color gray css */
.gray10		{font-Size:10px; line-height:15px; color:#666666}
.gray12		{font-Size:12px; color:#666666}
.gray12h16	{font-Size:12px; line-height:16px; color:#666666}


/* color red css */
.red10		{font-Size:10px; color:#FF3300}
.red12		{font-Size:12px; color:#FF3300}
.red12h16	{font-Size:12px; line-height:16px; color:#FF3300}


/* color green css */
.green10	{font-Size:10px; color:#669933}
.green12	{font-Size:12px; color:#669933}
.green12h16	{font-Size:12px; line-height:16px; color:#669933}


/* color white css */
.white10	{font-Size:10px; color:#FFFFFF}
.white12	{font-Size:12px; color:#FFFFFF}
