.block						{ display:block }
.bold						{ font-weight:bold }
.bottom						{ vertical-align:bottom }
.center						{ text-align:center }
.clear						{ clear:both }
.floatRight					{ float:right }
.floatLeft					{ float:left }
.hidden						{ visibility:hidden }
.indent						{ text-indent:15px }
.inline						{ display:inline }
.inlineBlock				{ display:inline-block }
.left						{ text-align:left }
.middle						{ vertical-align:middle }
.noDisplay					{ display:none; }
.nowrap						{ white-space:nowrap }
.padding,
.pad						{ padding:5px }
.pointer					{ cursor:pointer }
.right						{ text-align:right }
.table						{ display:table }
.tableCell					{ display:table-cell }
.tableRow					{ display:table-row }
.top						{ vertical-align:top }
.underline					{ text-decoration:underline }
.wrap						{ white-space:normal }

/* Less Common */
	.border					{ border: 3px groove #666666 }
	.letterSpacing			{ letter-spacing:2px }
	.padLite 				{ padding:2px }
	.padHeavy				{ padding:10px }
	.padBottom				{ padding-bottom:5px }
	.padLeft				{ padding-left:5px }
	.padRight				{ padding-right:5px }
	.padTop					{ padding-top:5px }
	.padHorizontal			{ padding-left:5px;padding-right:5px; }
	.padVertical			{ padding-top:5px;padding-bottom:5px; }
/* end */

/* color classes */
	.black	{color:black}
	.blue	{color:blue}
	.green	{color:green}
	.red	{color:red}
	.white	{color:white}
/* end */ 
