/* ME Popup styling */
.InfoDiv
{
	display: none;
	position: absolute;
	z-index: 100;
	background-color: transparent;
}
.BGDiv
{
	display: none;
	position: absolute;
	z-index: 99;
}
.text_infobubble
{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	color: #455560;
	text-decoration: none;
}
.text_infobubble A
{
	font-family: verdana;
	font-size: 7pt;
	color: #005A84;
	text-decoration: none;
}
.text_infobubble A:hover
{
	font-family: verdana;
	font-size: 7pt;
	font-weight: normal;
	color: #005A84;
	text-decoration: underline;
}
.text_infobubble A:visited
{
	font-family: verdana;
	font-size: 7pt;
}
/* ME Popup styling */