/* basic font-size setting
------------------------------------------------------------------------------*/

.fsS {	font-size:91%;}
.fsSB {	font-size:91%;	font-weight:bold;}
.fs2S {	font-size:82%;}
.fs2SB {	font-size:82%;	font-weight:bold;}
.fsM {	font-size:100%;}
.fsMB {	font-size:100%;	font-weight:bold;}
.fsM {	font-size:100%;}
.fsMB {	font-size:100%;	font-weight:bold;}
.fsL {	font-size:109%;}
.fsLB {	font-size:109%;	font-weight:bold;}
.fs2L {	font-size:118%;}
.fs2LB {	font-size:118%;	font-weight:bold;}
.fs3L {	font-size:127%;}
.fs3LB {	font-size:127%;	font-weight:bold;}

.fs8p	{	font-size:8px; }
.fs9p	{	font-size:9px; }
.fs10p	{	font-size:10px; }
.fs11p	{	font-size:11px; }
.fs12p	{	font-size:12px; }
.fs13p	{	font-size:13px; }
.fs14p	{	font-size:14px; }
.fs15p	{	font-size:15px; }
.fs16p	{	font-size:16px; }
.fs17p	{	font-size:17px; }
.fs18p	{	font-size:18px; }
.fs19p	{	font-size:19px; }
.fs20p	{	font-size:20px; }
.fs21p	{	font-size:21px; }
.fs22p	{	font-size:22px; }

.fcBlack	{	color:#000; }
.fcGray	{	color:#999; }
.fcWhite	{	color:#FFF; }
.fcRed	{	color:#E00; }
.fcDarkRed	{	color:#CC0000; }
.fcBlue	{	color:#00E; }
.fcGreen	{	color:#006D00; }

.lh08	{	line-height:0.8em; }
.lh09	{	line-height:0.9em; }
.lh10	{	line-height:1.0em; }
.lh11	{	line-height:1.1em; }
.lh12	{	line-height:1.2em; }
.lh13	{	line-height:1.3em; }
.lh14	{	line-height:1.4em; }
.lh15	{	line-height:1.5em; }
.lh16	{	line-height:1.6em; }
.lh17	{	line-height:1.7em; }
.lh18	{	line-height:1.8em; }
.lh19	{	line-height:1.9em; }
.lh20	{	line-height:2.0em; }

.tdUnderline	{	text-decoration:underline; }
.tdNone	{	text-decoration:none; }
.tdOverline	{	text-decoration:overline; }

.fwBold	{	font-weight:bold; }
.fwNormal	{	font-weight:normal }

.taRight	{	text-align:right; }
.taLeft	{	text-align:Left; }
.taCenter	{	text-align:Center; }
