#info p {margin-left:15px; margin-right:20px;}
#info img {margin:15px; float:left;}
#info h1 {margin-left:15px;}

a.fetooltips {
	color: #2B4F81;
}
a.fetooltips b {display:none;}
a.fetooltips:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.fetooltips:hover b {
	display: block;
	position: absolute;
	top: 20px;
	left: -25px;
	padding: 6px;
	border: 2px solid #4E78A0;
	background: #EBF1EC;
	width: 355px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #120A8F;
	font-size: x-small;
}
a.fetooltips:hover b em {
	position: absolute;
	left: 20px;
	top: -6px;
	width: 11px;
	height: 6px;
	background: #f5f5f5 url(../../images/fetooltip.gif) 0 0;
	display: block;
	font-size:1px;
}
