	.terms
	{ 
		background-color:#ededff;
		/* font-family:Consolas, Monaco, "Courier New", Courier, monospace;*/
	}

	/* Tooltip */
	span.tooltip,
	span.tooltip:link,
	span.tooltip:visited,
	span.tooltip:active
	{
		cursor: help;
		position: relative;
		text-decoration: none;
		margin: 0px;
		padding: 0px;
		border-bottom: 1px dotted black;
		z-index:24;
		
		/* font-family:Consolas, Monaco, "Courier New", Courier, monospace; */
	}
	
	span.tooltip:hover
	{
		/* background-color:#d8e2f4; */
		z-index:25;
	}
	
	span.tooltip span
	{
		display: none;
		text-decoration: none;
	}
	
	span.tooltip:hover span
	{
		display: none;
		position: absolute;
		top: 30px;
		left: 0px;
		width: 200px;
		color: #000000;
		border: 1px solid #0069BC;
		padding: 10px 10px 10px 10px;
		background: #fff;
		font-family: Verdana, Arial, Helvetica, Sans-serif;
		font-style: Normal;
		text-align: left;
		text-decoration: none;
		font-weight:normal;
	}
