/***********************************************/
/* HTML tag styles                             */
/***********************************************/


.tooltip {
	white-space: nowrap;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000099;
}

span.tooltip:hover{
	border-bottom-style: dashed;
}



/********************* end **********************/
