.text-bubble-container
{
	position:absolute;
	top:85px;	
	width:215px;
	height:134px;
	font:8pt Verdana;
	color:#828282
}

.text-bubble
{
	padding: 28px 2px 4px 8px;	
}

.learn-more
{
	position: absolute;
	top: 228px;
	width: 250px;
	font: 10pt Verdana;
	color:#828282
}

.learn-more a
{
	color: #005baa;
	text-decoration: none;
	font-weight: bold;
}

.learn-more a:hover
{
	text-decoration: underline;
}