/* Nouns */
body {  }
body, div, iframe, img, A { margin:0px; padding:0px; border:0px; }

.column    { position:absolute; overflow:visible; top:auto; height:auto;}

/* adjectives */
.blocked  { display:block; }
.inline   { display:inline; }
.clean    { border:none; }
.boxed    { border:black solid 1px; }
.dotted   { border:black dotted 1px; }
.halo     { border:white solid 1px; }
.graylined{ border-bottom:gray solid 1px; }

.lfloat { float:left; clear:right; }
.rfloat { float:right; clear:left; }

.leftthird { display:inline; float:left; clear:right; left:0px; width:33%;}
.lefthalf  { float:left; clear:right; left:0px; width:50%;}
.middlebar { float:right; clear:both; }
.righthalf { float:right; clear:left; right:0px; width:50%;}
.right2thirds { display:inline; float:right; clear:left; right:0px; width:66%;}

.centered { text-align:center; }
.right    { text-align:right; }
.left     { text-align:left; }

.vat      { vertical-align:top; }
.vam      { vertical-align:middle; }
.vab      { vertical-align:bottom; }

.full      { height:100%; width:100%; overflow:visible; }
.half      { width:50%; overflow:visible; }
.three4ths { width:75%; overflow:visible; }

.w0  { width:100%; }
.w120{ width:120px; }
.w150{ width:150px; }
.w170{ width:170px; }

.h0  { height:100%; }
.h5  { height: 5px; }
.h10 { height:10px; }
.h15 { height:15px; }
.h16 { height:16px; }
.h20 { height:20px; }
.h25 { height:25px; }
.h30 { height:30px; }
.h35 { height:35px; }
.h40 { height:40px; }
.h50 { height:50px; }
.h60 { height:60px; }
.h65 { height:65px; }
.h70 { height:70px; }
.h75 { height:75px; }
.h80 { height:80px; }
.h85 { height:85px; }
.h90 { height:90px; }
.h95 { height:95px; }
.h100{ height:100px; }
.h110{ height:110px; }
.h120{ height:120px; }
.h130{ height:130px; }
.h140{ height:140px; }
.h150{ height:150px; }
.h175{ height:175px; }
.h200{ height:200px; }
.h300{ height:300px; }
.h400{ height:400px; }
.h500{ height:500px; }
.h600{ height:600px; }
.h700{ height:700px; }
.h800{ height:800px; }
.h1000{ height:1000px; }
.h1500{ height:1500px; }
.h2000{ height:2000px; }
.h3000{ height:3000px; }
.h3900{ height:3900px; }
.h4000{ height:4000px; }
.h8000{ height:8000px; }
.h10000{ height:10000px; }
.h15000{ height:15000px; }
.h20000{ height:20000px; }

.p0  { padding:0px; }
.p1  { padding:1px; }
.p2  { padding:2px; }
.p3  { padding:3px; }
.p4  { padding:4px; }
.p5  { padding:5px; }
.p6  { padding:6px; }
.p7  { padding:7px; }
.p8  { padding:8px; }
.p9  { padding:9px; }
.p10  { padding:10px; }
.p11  { padding:11px; }
.p12  { padding:12px; }

.pb6 { padding-bottom:6px; }
.pr6 { padding-right:6px; }
.pr12{ padding-right:12px; }
.lp60{ padding-left: 60px; }

.m0  { margin:0px; }
.m1  { margin:1px; }
.m2  { margin:2px; }
.m3  { margin:3px; }
.m4  { margin:4px; }
.m5  { margin:5px; }
.m6  { margin:6px; }

.ms1  { margin-right:1px; margin-bottom:1px;}
.ms2  { margin-right:2px; margin-bottom:2px;}
.ms3  { margin-right:3px; margin-bottom:3px;}
.ms4  { margin-right:4px; margin-bottom:4px;}
.ms5  { margin-right:5px; margin-bottom:5px;}
.ms6  { margin-right:6px; margin-bottom:6px;}
.ms7  { margin-right:7px; margin-bottom:7px;}

.mtb8  { margin:8px 0px;}

.b0        { bottom:0px; }
.t0        { top:0px; }
.t100      { top:100px; }

.L0        { left: 0%; }
.L120      { left: 0%; width:119px; }
.L150      { left: 0%; width:149px; }
.L160      { left: 0%; width:159px; }
.L170      { left: 0%; width:169px; }
.L180      { left: 0%; width:179px; }
.L190      { left: 0%; width:189px; }
.L200      { left: 0%; width:199px; }

.R0        { right:0%; }
.R140      { right:0%; width:139px; }
.R150      { right:0%; width:149px; }
.R160      { right:0%; width:159px; }
.R170      { right:0%; width:169px; }
.R180      { right:0%; width:179px; }
.R190      { right:0%; width:189px; }
.R200      { right:0%; width:199px; }

.R250      { right:0%; width:249px; }

.L6_R6     { left:6px; right:6px; }
.L0_R140   { left:0px; right:140px; }
.L0_R150   { left:0px; right:150px; }
.L0_R160   { left:0px; right:160px; }

.L120_R0   { left:120px; right:0px; }
.L120_R150 { left:120px; right:150px; }

.L150_R0   { left:150px; right:0px; }
.L150_R150 { left:150px; right:150px; }

.L190_R0   { left:190px; right:0px; }
.L190_R150 { left:190px; right:160px; }
.L190_R160 { left:190px; right:160px; }
.L190_R170 { left:190px; right:170px; }
.L190_R180 { left:190px; right:180px; }

.L150_R200 { left:150px; right:200px; }
.L160_R200 { left:160px; right:200px; }
.L170_R200 { left:170px; right:200px; }
.L180_R200 { left:180px; right:200px; }
.L190_R200 { left:190px; right:200px; }
.L200_R200 { left:200px; right:200px; }

.L200_R0   { left:200px; right:0px; }

.L150_R250 { left:150px; right:250px; }

