P {
	margin-bottom: 20px;
	margin-right: 20px;
	position: normal;
	z-index: 100;
}

P.over {
	margin-left: 100px;
	margin-bottom: 20px;
	position: absolute;
	z-index: 100;
}

P.tight {
	font-size: smaller;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 40px;
	position: relative;
	left: 0px;
	clear: none;
	z-index: 100;
}

P.tight-right {
	font-size: smaller;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 0px;
	clear: none;
	z-index: 100;
}

IMG {
	position: normal;
	padding: 0px;
	margin: 0px;
	left: 2px;
	right: 0px;
	z-index: 100;
}

IMG.left {
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
	left: -3px;
	z-index: 100;
}

IMG.right {
	position: normal;
	padding: 0px;
	margin: 0px;
	float: right;
	left: 0px;
	z-index: 100;
}

IMG.under {
	position: absolute;
	top: 422px;
	right: auto;
	bottom: auto;
	left: 475px;
	z-index: 300;
}

