.hidden { display:none; }

/* display types: */
.inline { display:inline; }
.block { display:block; }
.table { display:table; }
.tablecell { display:table-cell; }
.tablerow { display:table-row; }

/* float types: */
.floatleft { float:left; }
.floatright { float:right; }
.nofloat { float:none; }

/* clear types: */
.clear, .clearboth { clear:both; }
.clearleft { clear:left; }
.clearright { clear:right; }

/* text alignment */
.textleft { text-align:left; }
.textright { text-align:right; }
.textcenter { text-align:center; }

/* no wrap */
.nowrap { white-space:nowrap; }

/* block dimensions */
.width100p { width:100%; }
.height100p { height:100%; }

.padding10 { padding:10px; }
.margin10 { margin:10px; }

.bold { font-weight:bold; }
.nobold { font-weight:normal; }

.font1 { font-size:1px; }
.font10 { font-size:10px; }
.font11 { font-size:11px; }
.font12 { font-size:12px; }
.font13 { font-size:14px; }
.font14 { font-size:14px; }
.font15 { font-size:14px; }
.font16 { font-size:16px; }
.font17 { font-size:14px; }
.font18 { font-size:18px; }
.font20 { font-size:20px; }
.font24 { font-size:24px; }
.font30 { font-size:30px; }

.arial { font-family:Arial, Helvetica, sans-serif; }
.verdana { font-family:Verdana, Arial, Helvetica, sans-serif; }
.georgia { font-family:Georgia, "Times New Roman", Times, serif; }
.courier { font-family:"Courier New", Courier, monospace; }
.geneva { font-family:Geneva, Arial, Helvetica, sans-serif; }
.times { font-family:"Times New Roman", Times, serif; }

.relative { position:relative; }
.absolute { position:absolute; }

