/* 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; }
.nb {	font-weight: normal; }
.nu { text-decoration: none; }
.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }
.j { text-align: justify; }

/* generic font styles */
.f10px { font-size: 10px; line-height: 16px; }
.f11px { font-size: 11px; line-height: 17px; }
.f12px { font-size: 12px; line-height: 18px; }
.f13px { font-size: 13px; line-height: 19px; }
.f14px { font-size: 14px; line-height: 20px; }
.f15px { font-size: 15px; line-height: 21px; }
.f16px { font-size: 16px; line-height: 22px; }
.f18px { font-size: 18px; line-height: 24px; }
.f24px { font-size: 24px; line-height: 30px; }
.f32px { font-size: 32px; line-height: 38px; }


