.clearfix:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}

.p0{padding: 0px;}
.m0{margin: 0px;}

.abs{position: absolute;}
.bot0{bottom: 0px;}
.top0{top: 0px;}
.left0{left: 0px;}
.right0{right: 0px;}


.rel{position: relative;}

.fll{float: left;}
.flr{float: right;}
.cll{clear: left;}
.clr{clear: right;}
.clb{clear: both;}
.onepx{line-height: 1px;}
.nopx{height:0px; line-height:0px}

.inl{display: inline;}
.blk{display: block;}
.hdn{display: none;}


.jstfy{text-align: justify;}
.alnl{text-align: left;}
.alnr{text-align: right;}
.bold {font-weight: bold;}
.deco_none {text-decoration: none;}
.deco_u a:link, .deco_u a:visited {text-decoration: underline;}
.deco_u a:hover {text-decoration: none;}

.ovflh {overflow: hidden;}
