div.fact {
	color: #4A4A4A;
	margin-bottom: 5px;
	background-color: #EEEFEF;
	border: 1px dotted #000000;
	position: relative;
}

div.fact div.header {
	font-size: 11px;
	color: #868686;
	margin-left: 58px;
	padding: 0px 5px 5px 10px;
}

div.fact div.header h3 {
	padding-top: 5px;
	margin-bottom: 0px;
}

div.fact div.header h3 a  {
	text-decoration: none;
	color: #D80000;
}

div.fact div.header h3 a:hover {
	text-decoration: underline;
	color: #05AFEB;
}

div.fact div.header img {
	float: left;
	position: relative;
	margin-left: -58px;
	margin-right: 10px;
}

div.fact div.content {
	padding: 0px 5px 5px 15px;
	font-size: 16px;
}

div.fact div.footer {
	padding-top: 7px;
	padding-left: 15px;
	color: #868686;
	background:url(../i/factFooterBg.gif) left top repeat-x;
	height: 27px;

}

div.fact p {
	margin-bottom: 0px;
}

div.fact div.footer img {
	vertical-align: middle;
}



