/* Start of CMSMS style sheet 'Infobox' */
#content .infobox {
	font: inherit;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 15em;
	float: right;
	clear: right;
        white-space: nowrap;
}

#content .infobox h4 {
	font-size: 10pt;
	font-style: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	color:#294B5F;
	background-color: transparent;
}

#content div.infobox p {
	margin: 0;
	padding: 0;
	white-space: pre;
	text-indent: 0.2em;
}
/* End of 'Infobox' */

