/* Styles for the FCK Editor */

body {
	background-color:#FFF;
}

.normal {
	
}
.headline {
	font-weight:bold;
	font-size:107%;
	color:#0055a6;
	text-transform:uppercase;
}
.homecallout {
	display:block;
	width:210px;
	background: url(/images/homecobg.gif) left top no-repeat #e2e0df;
	margin: 0 20px;
	padding: 10px 10px 10px 73px;
	color:#999;
	font-size:11px;
	min-height:50px;
	height: auto !important;
	height: 50px;
}
.calloutheadline {
	font-size:114%;
	color:#333;
}