.hidden
{
	overflow:hidden;
}

.relative
{
	position:relative;
	z-index:10;
}

.centerMarge
{
	margin:0 auto;
}

.textLeft
{
	text-align:left;
}
	
.margin0
{
	margin:0px;
}	

.inline
{
	display:inline;
}	

.small
{
	font-size:90%;
}

.none
{
	display:none;
}
	
.left
{
	float:left;
}

.right
{
	float:right;
}

.clearLeft
{
	clear:left;
}

.clearRight
{
	clear:right;
}

.clear
{
	clear:both;
	line-height:0.1%;
	height:0.1%;
	font-size:0.1%;
	overflow:hidden;
}
