* 
{
	margin:0;
	padding:0;
	border:0;
}

.left           { float:left; }
.right          { float:right; }
.clear          { clear:both; }

.text-justify   { text-align:justify; }
.text-center    { text-align:center; }
.text-left      { text-align:left; }
.text-right     { text-align:right; }
a		     	{ text-decoration:none; }

.hand           { cursor:pointer; }

.hidden         { display:none ! important; height:0 ! important; border:0 ! important;}

.all-round
{
	-moz-border-radius-bottomleft: 5px;	
	-webkit-border-bottom-left-radius: 5px;	
}

a img { border:0; }