@charset "UTF-8";
/* CSS Document */



body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}




p{
	font-weight: bold;
	line-height: 22px;
	letter-spacing: -0.5px;
	font-size: 13px;
}



p a{
	outline: none;
	background: #ffea08;
	padding: 2px 2px 2px 2px;
	color: black;
	text-decoration: none;
	line-height: 23px;
	text-align: center;
	
}


.lookingforward { 
clear: both;
left:65px;
position:absolute;

}


p a:hover{
background: white;
}




a.info {
position: relative;
border: none;

}

a.info:hover {
	color: #000;
	text-decoration: none;
	background: #fff; /* added to get around IE bug.. there are more choices if a background: color doesn't suit your site */
}

a.info img {
	margin-left: 10px; /*adjusting this will control the space betwwen the image and the text */
	position: absolute;
	left: -9999px; /* hide the "popup" offscreen*/
	border:solid #000 9px
}

a.info:hover img {
left: auto; /* bring it back on on hover */
} 





#xinner {
	
}
