@charset "utf-8";
/* CSS Globals */


.left { float:left; }
.right { float:right; }
.clear { clear:both; }

.alignLeft { text-align:left; }
.alignCenter { text-align:center; }
.alignRight { text-align:right; }

.colorRed { color:#f00; }
.colorGreen { color:#0f0; }

.width8 { width:8px; }
.width10 {width:10px; }
.width16 { width:16px; }
.width18 { width:18px; }
.width32 { width:32px; }
.width36 { width:36px; }
.width48 { width:36px; }
.width54 { width:54px; }
.width64 { width:64px; }
.width72 { width:72px; }
.width80 { width:80px; }
.width90 { width:90px; }
.width100 { width:100px; }
.width150 { width:150px; }
.width168 { width:168px; }
.width170 { width:170px; }
.width172 { width:172px; }
.width182 { width:182px; }
.width200 { width:200px; }
.widthAuto { width:auto; }