/* COMMON */

a img
{
	border: none;
}

.imageReplace
{
	display: block;
	position: relative;
}

.imageReplace span
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.imageReplaceSecond span
{
	visibility: hidden;
}

.noMargin
{
	margin: 0 !important;
}

.noBorder
{
	border: none !important;
}

.clr
{
	clear: both;
}

.b
{
	font-weight: bold;
}

.resetAlign
{
	text-align: left !important;
}