.insert-left {
	float: left;
		width: 25%;
	margin: 10px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5C88C9;
	border-bottom-color: #5C88C9;
	background-color: #CCCCFF;
}

.insert-right {
	float: right;
	width: 33%;
	margin: 10px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #CCCCFF;
}


.imageright {
	margin: 10px 5px 5px 10px;
	padding: 5px;
	float: right;
}
.imageleft {
	margin: 5px 10px 5px 5px;
	padding: 5px;
	float: left;
}

