.tpop {
	cursor: help;
	font-style: italic;
	color:rgb(255,0,0);
	text-decoration: none;
	margin-left:1px;  /* needed due to a bug in IE when line breaks before the class */ 
}
a.tpop:hover  { color:rgb(0,0,0); }

/* cursor:  see:  http://www.echoecho.com/csscursors.htm  */


.apop {
	position: absolute;
	visibility: hidden;
	width: 400px;
	padding: 3px;
	color:rgb(65,35,35);
	background-color: rgb(230,226,210);
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border: 1px solid;
	border-color:rgb(0,0,0);
        text-decoration: none;
        top:0;
        left:0;
}


/*  adding extra effects to the tips
   alternate names might be Style1,Style2,Style3, ...
*/

.style1 {
  border: 1px solid rgb(0,0,0);
  }
  
.style2 {
  border: 2px solid rgb(255,0,0);
  font-style: italic;
  }
  
.border1 {
	border: 1px solid;
}

.border2 {
	border: 2px solid;
}

underover {
	text-decoration: underline overline;
  }
