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

a.fetooltips {
	color: green;
}
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: 5px;
	font-weight: normal;
	color: White;
	border: 1px solid #97FFFF;
	background: #2B4F81;
	width: 150px;
}
a.fetooltips:hover b em {
	position: absolute;
	left: 20px;
	top: -6px;
	height: 6px;
	background: #fff url(../../images/fetooltip.gif) 0 0;
	display: block;
	font-size: 1px;
}
