/*
We don't want to reproduce every style that we use in the site. We just want to give the
user some options without ceding control.
*/
p.subheader {
	color: #bd49b3;
	font: bold 18px/22px Arial,sans-serif;
}

img.border {
	background-color: #ebeef1;
	padding: 10px;
	border: 1px solid #cdd0d5;
}

img.topleft { float: left; margin: 0px 10px 10px 0px; }
img.topright { float: right; margin: 0px 0px 10px 10px; }
img.left { float: left; margin: 10px 10px 10px 0px; }
img.right { float: right; margin: 10px 0px 10px 10px; }


