/* Reset Css
 * --------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }


/* Classes
 * --------------------------------------------------*/
.w5           { width: 5%; }
.w10          { width: 10%; }
.w15          { width: 15%; }
.w14          { width: 14%; }
.w20          { width: 20%; }
.w25          { width: 25%; }
.w30          { width: 30%; }
.w35          { width: 35%; }
.w40          { width: 40%; }
.w45          { width: 45%; }
.w50          { width: 50%; }
.w55          { width: 55%; }
.w60          { width: 60%; }
.w65          { width: 65%; }
.w70          { width: 70%; }
.w75          { width: 75%; }
.w80          { width: 80%; }
.w85          { width: 85%; }
.w90          { width: 90%; }
.w95          { width: 95%; }
.w100         { width: 100%; }


/* Div as table shortcodes
 * --------------------------------------------------*/
.fl             { float: left; }
.fr             { float: right; }
.clear          { clear: both; }

.ctr            { text-align: center; }
.lft            { text-align: left; }
.rgt            { text-align: right; }

.b              { font-weight: bold; }
