.inlineheader{
	color:#303f51;
	font-weight:bold;
}
.image-align-right{
	float:right;
	clear:right;
	margin: 10px 0px 10px 10px;
}
.image-align-left{
	float:left;
	margin: 10px 10px 10px 0px;
}
.external-link{
	background-image: url("external.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right:16px;
}
.callout1{
	background-color:#e3eaed;
	border-top: 1px solid #e47827;
	border-bottom: 1px solid #e47827;
	padding:17px;
}


