@charset "utf-8";

/*=====  GENERAL CLASSES  ===============*/

.fLeft { float:left; }
.fRight { float:right; }
.cFloat { clear:both; }
.noDisplay { display:none; }
.noWrap { white-space:nowrap; }
.txtCenter { text-align:center; }
.txtLeft { text-align:left; }
.txtRight { text-align:right; }


/*=====  END OF CODE  ===============*/