/**********************
utils
**********************/
.debug			{ border: 1px solid red }
.alignT			{ vertical-align: top; }
.alignR			{ text-align: right; }
.alignB			{ vertical-align: bottom; }
.alignL			{ text-align: left; }
.alignM			{ vertical-align: middle;}
.alignC			{ text-align: center; }
.noMargin		{ margin: 0px; }
.noPadding		{ padding: 0px; }
.floatRight		{ float: right; }
.floatLeft		{ float: left; }

.bold			{ font-weight: bold; }
.tight			{ letter-spacing: -1px; }
.fitted			{ letter-spacing: 1px; }
.loose			{ letter-spacing: 4px; }
.italic 		{ font-style: italic; }
.normal			{ font-style: normal; font-weight: normal; }
.xsmall			{ font-size: 9px; }
.small			{ font-size: 10px; }
.medium			{ font-size: 12px; }
.large			{ font-size: 14px; }
.larger			{ font-size: 16px; }

.white			{ color: white; }
.black			{ color: black; }
.red 			{ color: red; }
.gray 			{ color: gray; }
.green 			{ color: green; }
.blue           { color: blue; }
.yellow			{ color: yellow; }
