/* DTR
especify the font-size as pt.
*/

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

h1 {
	font-family: frutiger-bold;
	font-size:9pt;
	color:#292737;
	background-color:#DADEE1;
	font-weight:normal;
	display: block;
}

h2 {
	font-family: frutiger-bold;

	font-weight:normal;
	color:#ffffff;
	font-size:8pt;
	display: block;
}

h3 {
	font-family: frutiger-bold;
	color: #168183;
	background-color: #B9D5D9;
	font-size: 11pt;
	display: block;
}

h4 {
	font-family: frutiger-bold;
	color: #168183;
	background-color: #B9D5D9;
	font-size: 9pt;
	display: block;
}

h5 {
	font-family: frutiger;
	color:#168183;
	background-color:#DADEE1;
	font-size: 15pt;
	font-weight: normal;
	display: inline;
}

h6 {
	font-family: frutiger-bold;
	color: #168183;
	background-color: #B9D5D9;
	font-size: 11pt;
	display: inline;
}

/* Generally you don't need to change anything below */
.dtr{
overflow:hidden;
margin:0;
height:1%; /* tsk tsk */
}
.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
}
}

