.cssToolTipHeader
{
				background-image: url(../images/tooltip_top.gif);
				background-repeat: no-repeat;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
				color: #1E6EA1;
				text-align: center;
				padding: 0px 8px 0px 8px;
            height: 24px;
				opacity: 0.95;
            filter:alpha(opacity=95);
            width:160px;
}

.cssToolTipBody
{
				background: #F3F9FF;
            font-family:arial;
            font-size:12px;
				border-left: 1px solid #C5DDF2;
				border-right: 1px solid #C5DDF2;
				color: #454545;
				text-align: justify;
            padding: 0px 8px 0px 8px;
            width:143px;
				opacity: 0.95;
				filter:alpha(opacity=95);
}
.cssToolTipBottom
{
				background-image: url(../images/tooltip_bottom.gif);
				background-repeat: no-repeat;
				background-position: bottom;
				height: 11px;
				border: 0px;
				width: 145px;
				padding: 0px 8px 0px 8px;
				opacity: 0.90;
				filter:alpha(opacity=90);
}
a:link {
	color: #02507C;
	}
a:visited {
	color: #02507C;
	}
a:hover {
	color: #AA0000;
	}
