@charset "utf-8";
/* CSS Document */

.hidden	{ 
			display: none; 
}
.clear{
			clear:both;
}
.center{
			text-align:center;
}