						
	/* DTR
		especify the font-size as pt, no background to keep transparent
	*/

	h2{
		font-family: bullpen3, "Arial Narrow", Tahoma, sans;
		font-size:32pt;
/*make h2 regular as wide as their dtr version + set lettercount in dtp.php, so words wrapp as intended*/
		letter-spacing:5px;
		color:#363531;
		font-weight:normal;
		
	}




	
	/* no use narrowing selection down , as h's cant be (parent)classed either in v1.1, unless by h3456 */
	.dtr{
		overflow:hidden;
		margin: 11px 0;
		height:auto; /*1% hack doesnt open */
	}

	.dtr span{
		display:block;
		float:left;
		overflow:hidden;
		text-indent:-1000px;
		background-repeat:no-repeat;
		background-position:left top;
		margin-bottom: -6px;
	}

	@media print{
		.dtr span{
			background-image:none;
			display:inline;
			float:none;
		}
	}
