/* CSS Document */

.clear{
	clear:both;
}

.none{
	display:none;
}

.float-l{
	float:left;
}	

.float-r{
	float:right;
}

.mt10{
	margin-top:10px;
}


.mr5{
	margin-right:5px;
}

.mb5{
	margin-bottom:5px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}

.mb50{
	margin-bottom:50px;
}


.font10-999{
	font-size:10px;
	color:#999999;
}	