/*
   These "decoy" styles are for fine-tuning the size/shape/dimensions match between the normal
   browser font and the sIFR replacement.  They configure and then hide the browser text before
   it is replaced.

	font-size: 
	height: 
	line-height: 
	letter-spacing: 
*/
.sIFR-hasFlash .sIFR-replaced {
	visibility: hidden;
}
.sIFR-hasFlash div#main-content h2 {
	font-size: 20px;
}
.sIFR-hasFlash div#main-content h3 {
	font-size: 16px;
}
.sIFR-hasFlash #mod_pukkaActivities.viewList .itemPreview h3 {

	font-size: 0.85em;
}
