<!-- 
/* Included from ToolTips.php */
td.MainColumn {
	font-size:100%;
	}
/* class used to highlight default tooltip via title */
.TooltipD {
	background-color:#EDEEEF; /* Really Light Grey */
	color:#000000; /* black */
 	cursor:help;
      }	
/* Actual Anchor Link CSS code */
/* Initial Anchor link.  Set near top of display stack. */
a.Tooltip,a:link,a:visited {
	position:relative;
	z-index:24;
	background-color:#EDEEEF; /* Very Light Grey */
	color:#000000; /* black */
	font-family:verdana,Tahoma,arial,helvetica,geneva,sans-serif;
	font-weight:normal;
	font-size:100%;
	cursor:hand;
	}
/* When mouse hovers over anchor link then use this for link. */
a.Tooltip:hover {
	z-index:25;
	background-color:#ccffff; /* turquoise */
	color:#000000; /* black */
	}
/* Initial anchor Tooltip text is NOT displayed. */
a.Tooltip span{
	display:none
	}
/* When mouse hovers over anchor link then use this for tootip text */
a.Tooltip:hover span {
	display:block;
      position:absolute;
	top:1.5em;
	left:1.5em;
	width:15em; 
	border:.1em solid #00ccff;
	background-color:#ccffff;
	color:#000000; /* black */
	text-align:left;
	font-size:.7em;
	padding-top:.7em;	
	padding-left:.7em;
	padding-right:.7em;
	padding-bottom:.7em;
	}
/* Dummy Hypertext link CSS code */
/* Initial Anchor link.  Set near top of display stack. */
a.TooltipDA,a:link,a:visited {
	position:relative;
	z-index:24;
	background-color:#EDEEEF; /* Very Light Grey */
	color:#000000; /* black */
	font-family:verdana,Tahoma,arial,helvetica,geneva,sans-serif;
	font-weight:normal;
	font-size:100%;
	cursor:help;
	}
/* When mouse hovers over anchor link then use this for link. */
a.TooltipDA:hover {
	z-index:25;
 	background-color:#ccffcc; /* light green */
	color:#000000; /* black */
	}
/* Initial anchor Tooltip text is NOT displayed. */
a.TooltipDA span{
	display:none
	}
/* When mouse hovers over anchor link then use this for tootip text */
a.TooltipDA:hover span {
	display:block;
      position:absolute;
	top:1.5em;
	left:1.5em;
	width:15em; 
	border:.1em solid #66cc66; /* slightly darker green */
	background-color:#ccffcc; /* light green */
	color:#000000;  /* Black */		
	text-align:left;
	font-size:.7em;
	padding-top:.7em;	
	padding-left:.7em;
	padding-right:.7em;
	padding-bottom:.7em;
	}

/* Picture tooltip CSS code */
/* Initial Anchor link.  Set near top of display stack. */
a.Tooltippic,a:link,a:visited {
	position:relative;
	z-index:24;
	background-color:#EDEEEF; /* Very Light Grey */
	color:#000000; /* black */
	font-family:verdana,Tahoma,arial,helvetica,geneva,sans-serif;
	font-weight:normal;
	font-size:100%;
	cursor:hand;
	}
/* When mouse hovers over anchor link then use this for link. */
a.Tooltippic:hover {
	z-index:25;
	background-color:#ccffcc; /* light green */
	color:#000000; /* black */
	}
/* Initial anchor Tooltip text is NOT displayed. */
a.Tooltippic span {
	display:none
	}
/* When mouse hovers over anchor link then use this for tootip text */
a.Tooltippic:hover span {
	display:block;
      position:absolute;
	top:15px;
	left:-20px;
	border:#66cc66; /* slightly darker green */
	background-color:#ccffcc; /* light green */
	color:#000000; /* black */
	padding-top:.2em;	
	padding-left:.2em;
	padding-right:.2em;
	padding-bottom:.2em;
	}
-->
