/*** : Common : ***/
.b  { font-weight: bold !important; }
.i  { font-style: italic !important; }
.u  { text-decoration: underline !important; }

.nb { font-weight: normal !important; }
.ni { font-style: normal !important; }
.nu { text-decoration: none !important; }

.ucase  { text-transform: uppercase !important; }
.lcase  { text-transform: lowercase !important; }
.cap    { text-transform: capitalize !important; }
.strike { text-decoration: line-through !important; }

.f8  { font-size: 8px !important; }
.f9  { font-size: 9px !important; }
.f10 { font-size: 10px !important; }
.f11 { font-size: 11px !important; }
.f12 { font-size: 12px !important; }
.f13 { font-size: 13px !important; }
.f14 { font-size: 14px !important; }
.f15 { font-size: 15px !important; }
.f16 { font-size: 16px !important; }
.f18 { font-size: 18px !important; }
.f20 { font-size: 20px !important; }
.f22 { font-size: 22px !important; }
.f24 { font-size: 24px !important; }

.black  { color: #000 !important; }
.white  { color: #fff !important; }
.red    { color: #f00 !important; }
.orange { color: #ffa500 !important; }
.yellow { color: #ff0 !important; }
.green  { color: #008000 !important; }
.blue   { color: #00f !important; }
.indigo { color: #4b0082 !important; }
.purple { color: #4d3e5f !important; }
.dkred  { color: #c00 !important; }

.sans   { font-family: Arial, Helvetica, sans-serif !important; }
.serif  { font-family: Georgia, "Times New Roman", Times, serif !important; }
.mono   { font-family: Consolas, "Courier New", Courier, monospace !important; }

.left  { float: left !important; }
.right { float: right !important; }
.clear { clear: both !important; }
.trim  { font-size: 0 !important; line-height: 0 !important; }
.block { display: block !important; }

.tal { text-align: left !important; }
.tar { text-align: right !important; }
.tac { text-align: center !important; }
.taj { text-align: justify !important; }
.vat { vertical-align: top !important; }
.vab { vertical-align: bottom !important; }
.vam { vertical-align: middle !important; }


/*** : CSS3 (Experimental) : ***/
.rc { -moz-border-radius: 4px !important; -webkit-border-radius: 4px !important; }