img.center, div.center {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;

}

img.alignright, div.alignright {
	float: right;
	margin: 0 0 2px 18px; }

img.alignleft, div.alignleft {
	float: left;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

div.img div {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: center;
	background-color: #fffde5;
	padding: 6px;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f0d9;
	border-right-color: #F2F0D9;
	border-bottom-color: #e6e4cf;
	border-left-color: #e6e4cf;
	color: #333333;
	font-weight: bold;
}

