@CHARSET "UTF-8";

/* --------------------------------------------------------------- */
.w50 { width: 50px; }
.w80 { width: 80px; }
.w85 { width: 85px; }
.w95 { width: 95px; }
.w100 { width: 100px; }
.w125 { width: 125px; }
.w150 { width: 150px; }
.w175 { width: 175px; }
.w200 { width: 200px; }
.w225 { width: 225px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w350 { width: 350px; }
.w400 { width: 400px; }
.w450 { width: 450px; }
.w500 { width: 500px; }
.w525 { width: 525px; }
.w600 { width: 600px; }
.w625 { width: 625px; }
.w700 { width: 700px; }
.w800 { width: 800px; }
.w80p { width: 80%; }
.w100p { width: 100%; }
.h35 { height: 35px; }
.h50 { height: 50px; }
.h100 { height: 100px; }
.h200 { height: 200px; }
.h300 { height: 300px; }
.h400 { height: 400px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.m10 { margin: 10px; }
.m20 { margin: 20px; }
.mcenter { margin-left: auto; margin-right: auto; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.p15 { padding: 15px; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.ptb5 { padding-top: 5px; padding-bottom: 5px; }
.ptb10 { padding: 10px; padding-bottom: 10px; }
.ptb15 { padding: 15px; padding-bottom: 15px; }
/* --------------------------------------------------------------- */
.fs8 { font-size: 8px;}
.fs9 { font-size: 9px;}
.fs10 { font-size: 10px;}
.fs12 { font-size: 12px;}
.fwb { font-weight: bold; }
.fwn { font-weight: normal; }
/* --------------------------------------------------------------- */
.fleft { float: left; }
.fright { float: right; }
.cleft { clear: left; }
.cright { clear: right; }
.cboth { clear: both; }
.taleft { text-align: left; }
.taright { text-align: right; }
.tacenter { text-align: center;}
.dsplNone { display: none; }
.dsplBlock { display: block; }
/* --------------------------------------------------------------- */
.brd0 { border: 0; }
.brdt0 { border-top: 0; }
.brdl0 { border-left: 0; }
.brdr0 { border-right: 0; }
.brdb0 { border-bottom: 0; }
/* --------------------------------------------------------------- */