.right      { text-align:right; }
.left       { text-align:left; }
.center     { text-align:center; }
.justify    { text-align:justify; }
.middle     { vertical-align: middle; }

.text       { text-decoration:none; }
.underline  { text-decoration:underline; }
.strike     { text-decoration:line-through; }

.bold       { font-weight:bold; }
.normal     { font-weight:normal; }
.italic     { font-style:italic; }

.hidden     { visibility:hidden; }
.visible    { visibility:visible; }

.nowrap     { white-space:nowrap; }
.collapse   { border-collapse:collapse; }
.overhidden { overflow:hidden; }
.overauto   { overflow:auto; }

.pointer    { cursor:pointer; }
.move       { cursor:move; }

.none       { display:none; }
.block      { display:block; }
.inline     { display:inline; }

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

.overclear  { width:100%; overflow:hidden; }
.clear      { clear:both; }
.floatl     { float:left; }
.floatr     { float:right; }

.fs0        { font-size:0px; }
.fs8        { font-size:8px; }
.fs9        { font-size:9px; }
.fs10       { font-size:10px; }
.fs11       { font-size:11px; }
.fs12       { font-size:12px; }
.fs13       { font-size:13px; }
.fs14       { font-size:14px; }
.fs16       { font-size:16px; }
.fs18       { font-size:18px; }
.fs20       { font-size:20px; }

.white      { color:white; }
.black      { color:black; }
.gray       { color:gray; }
.brown      { color:brown; }
.blue       { color:blue; }
.green      { color:green; }
.red        { color:red; }

.alert      { color:#444444; }
.error      { color:#990000; }
.fail       { background:#FFBFBF; }

.ls25       { letter-spacing:0.025em; }
.ls39       { letter-spacing:0.039em; }
.ls75       { letter-spacing:0.075em; }
.ls100      { letter-spacing:0.100em; }

.lh0       { line-height:0px; }
.lh18       { line-height:18px; }

.mr5        { margin-right:5px; }
.ml15       { margin-left:15px; }
.ml20       { margin-left:20px; }

.o50        { filter:alpha(opacity=50); -moz-opacity:.5; opacity:.5; }

/* ------------------------------------------------------------------ */

/*
a           {}
a:hover     {}
a:focus     {}
a:active    {}
a:visited   {}
*/
