/* CSS Document */
.imgLeft {
	float:left;
	border: 0px;
	margin: 5px 10px 0 0;
	display: inline;
	}
.imgRight {
	float:right;
	border: 0px;
	margin: 5px 0 0 10px;
	padding: 5px;
	}
.largertext {
	font-size: 1.4em;
	line-height: 18px;
	color: #000099;
}
.pricetable {
	font-size: 1.1em;
	line-height: 1.3;
	text-align: center;
	color: #000099;
}
.centretable {margin:auto;}
