@charset "utf-8";

/* spacers ============================ */

.spacerHeight2px { height:2px; }
.spacerHeight4px { height:4px; }
.spacerHeight6px { height:6px; }
.spacerHeight8px { height:8px; }
.spacerHeight12px { height:12px; }
.spacerHeight16px { height:16px; }
.spacerHeight18px { height:18px; }
.spacerHeight24px { height:24px; }
.spacerHeight26px { height:26px; }

/* Misc ============================ */

.textCenter { text-align:center; }
.textLeft { text-align:left; }
.textRight { text-align:right; }

.floatLeft { float:left; width:inherit; }
.floatRight { float:right; width:inherit; }

.fontBold { font-weight: bold; }

