.off{
	display: none;
}
.mini{
	font-size:85%;
}

.strong{
	font-style : normal;
	font-weight: lighter;
}

.bold{
	font-weight: bold;
}

.zero{
	margin: 0;
	padding: 0;
	border: 0;
}

.text{
	text-indent: -9500px;
}

.textLeft{
	text-align: left;
}

.textCenter{
	text-align: center;
}

.textRight{
	text-align: right;
}

.textTop{
	vertical-align: top;
}

.textMiddle{
	vertical-align: middle;
}

.textBottom{
	vertical-align: bottom;
}

.cr{
	clear: both;
}

.clear{
	text-align: right;
	clear: both;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */