@charset "UTF-8";

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

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

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFFFCC;
	font-size: larger;
	background-position: center center;
	height: auto;
	width: 800px;
	position: relative;
	left: 30px;
	top: auto;
	right: auto;
	bottom: auto;
	font-style: normal;
	font-weight: normal;
	color: #6962C1;
	clip: rect(auto,auto,auto,auto);
	float: left;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
	padding: 10px;
}
tooltipemail {
	font-size: 30px;
}
.oneColElsCtrHdr #sprytooltip1 contact {
	font-size: 30px;
	color: #4E27E9;
}
div {
	font-family: "Comic Sans MS", cursive;
	position: relative;
	vertical-align: bottom;
	width: auto;
	font-size: 18px;
	overflow: visible;
	color: #000;
	line-height: 1.1;
}
tooltip2content {
	font-family: "Times New Roman", Times, serif;
}
