/* styles for stand-alone images (between two paragraphs, before the first
 * paragraph or after the last paragrahp)
 */
.news-img-sa-center {
	margin-left: auto;
	margin-right: auto;
}

.news-img-sa-left {
	margin-right: auto;
}

.news-img-sa-right {
	margin-left: auto;
}

/* styles for in-paragraph images */
.news-img-ip-left {
	float: left;
	margin: 10px;
}

.news-img-ip-right {
	float: right;
	margin: 10px;
}

/* styles for image captions */
.news-img-caption {
	font-size: 10px;
}
