@charset "utf-8";

/* D33_200229_760  */
/* Size - Color - Bold - Background Color - Underline
/* Sample:   <span class = "s140 Red BoldYes Bgno UnderYes">

/*font size */
.s300 { font-size: 300%;}
.s240 { font-size: 240%;}
.s200 { font-size: 200%;}
.s190 { font-size: 190%;}
.s180 { font-size: 180%;}
.s170 { font-size: 170%;}
.s160 { font-size: 160%;}
.s150 { font-size: 150%;}
.s140 { font-size: 140%;}
.s130 { font-size: 130%;}
.s120 { font-size: 120%;}
.s110 { font-size: 110%;}
.s100 { font-size: 100%;}


/*font color */
.Red {color: #D00003; }
.Black {color: #000; }
.White {color: #fff; }
.Blue {color: #0C67B6; }

/*font bold */
.BoldYes { font-weight: bold;} 
.BoldNo  { font-weight: none;} 

/*font background color */
.BgYes { background-color:#FFFDB7;} 
.BgNo { background-color:none;} 

/*font underline */ 
.UnderYes {text-decoration:underline} 
.UnderNo { text-decoration: none;} 





