/* DTR
   especify the font-size as pt.
*/

/*h1{
	font-family: HelveticaNeue-Condensed, "Arial Narrow", Tahoma, sans;
	font-size:22pt;
	color:#01467F;
	font-weight:bold;
	
	height:55px;
}*/
/*h3 {
	font-family: Frutiger-Cn, "Arial Narrow", Tahoma, sans;
	font-size:13pt;
	color:#01467F;
	font-weight:normal;
	}*/
h4 {
	font-family: HelveticaNeue-Condensed, "Arial Narrow", Tahoma, sans;
	font-size:20pt;
	color:#184977;
	font-weight:bold;
	}
h6 {
	font-family: HelveticaNeue-Condensed, "Arial Narrow", Tahoma, sans;
	font-size:13pt;
	color:#666666;
	font-weight:bold;
	}
/* Generally you don't need to change anything below */
.dtr{
overflow:hidden;
/*margin:0;*/
height:1%;
}
.dtr a{
display:block;
float:left;
overflow:hidden;
cursor: pointer
}
.dtr a:hover span{
background-position:left bottom;
}
.dtr span{
display:block;
float:left;
overflow:hidden;
text-indent:-1000px;
background-repeat:no-repeat;
background-position:left top;
}

@media print{
.dtr span{
background-image:none;
display:inline;
float:none
}
}

