/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.tooltipContent
{
	background-color: #e7e7e7;
	border:1px solid #133D8D;
	width:auto;
	height:auto;
	padding:10px;
}
.tooltipContent p {
	font-size:1.5em;
	margin:0px;
	color:#133D8D;
	line-height:1em;
}