@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 */
body {
	background-color: #DDD;
}
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
}
area {
	cursor: help;
}
.pContent
{
	width: 228px;
	font-family: Helvetica;
	font-size: 10px;
	color: #fff;
}
.pContent img {margin: 0 0 10px 0;}
.Infotop {
	background: transparent url('WriteImg.asp?im=Documents/629.png') no-repeat center top;
	width: 228px;
	height: 30px;
}
.Infomid {
	background: transparent url('WriteImg.asp?im=Documents/632.png') repeat-y center;
	width: 178px;
	padding: 0 25px;
	margin: 0 auto;
	font-size: 12px;
	text-align: Justify;
}
.Infobtm {
	background: transparent url('WriteImg.asp?im=Documents/629.png') no-repeat center bottom;
	width: 228px;
	height: 25px;
}