/* generics element styles*/
body, html { height: 100%; margin: 0; padding: 0; text-align:center; }
div {	-moz-box-sizing: border-box; 	-webkit-box-sizing: border-box;	box-sizing: border-box; }
p,form { margin: 0; }
.w100 { width: 100%; }
.h100 { height: 100%; }
.b1 { border: 1px solid;}
.c { margin-left: auto; margin-right: auto; }
.fLeft { float: left; display: inline; }
.fRight { float: right; display: inline; }
.hidden { display: none; }

.clrfix {	clear:both;	height:0;	margin:0;	line-height:0; font-size:1px; }

/* generic text styles */ 
.b {	font-weight: bold; }
.i { font-style: italic; }
.nb {	font-weight: normal; }
.nu { text-decoration: none; }
.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }
.j { text-align: justify; }