/* PCDTR - TP Font Replacement Plugin for Joomla 1.5*/

/* Default style. No need to change */

.tpfont a{
	cursor: pointer;
	text-decoration:none !important
}

.tpfont a:hover span {
	background-position:left bottom;
	background-attachment: scroll !important;
	background-attachment: fixed;
}

.tpfont span {
	display:inline-block;
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	line-height:999px;
	letter-spacing:-999px;
}

@media print{
  .tpfont span {
	  background-image:none;
  	display:inline;
  	line-height:normal
  }
}