span.spanspacer1px {
	float:			left;
	width:			100%;
	position:		relative;
	height:			1px;
}

span.spanspacer2px {
	float:			left;
	width:			100%;
	position:		relative;
	height:			2px;
}

span.spanspacer5px {
	float:			left;
	width:			100%;
	position:		relative;
	height:			5px;
}

span.spanspacer10px {
	position:		relative;
	float:			left;
	width:			100%;
	height:			10px;
	clear:			both;
}

span.spanspacer20px {
	float:			left;
	width:			100%;
	position:		relative;
	height:			20px;
}

span.spanspacer25px {
	float:			left;
	width:			inherit;
	position:		relative;
	height:			25px;
}


/* Formatting spacers */

div.fullwidth {
	position:		relative;
	width:			100%;
	font-weight:		bold;
/*border: solid 1px #000000;*/
	clear:			both;
}
span.fullwidthtext {
	position:		relative;
	float:			left;
	width:			100%;
	clear:			both;
	font-weight:		normal;
	margin-top:		5px;
}

