@charset "utf-8";
/* CSS Document */

div.casestudy {
	background-color: #deeef7;
	border: 2pt solid #007dc3;
	padding-right: 20px;
	padding-left: 8px;
}

div.casestudy p, div.casestudy ul, casestudy ol {
	font-size: 10px;
}

div#quote  {
	font-size: 12px;
	font-weight: bolder;
	color: #007dc3;
	width: 250px;
	float: right;
	margin: 30px;
	padding: 10px;
	background-color: #deeef7;
	border: 2pt solid #007dc3;
}

