.logo {
	padding-top:	3px;	
}

.logo .logoimg {
	height:			2.2em;
}

.center {
	margin:			0 auto;	
}

.text-center {
	text-align:		center;
}

.text-justify {
	text-align:		justify;
}

.text-right {
	text-align:		right;
}

.padding {
	padding-left:	0.5em;
	padding-right:	0.5em;
}

.pull-left {
	float:			left;
}

.pull-right {
	float:			right;
}

.clearfix {
	clear: 			both;
}