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

h1 {
	font-family: CookedOT, Arial, Helvetica, sans;
	font-size:26px;
	height: 40px;
	color:#981B1E;
	background-color:#EBE3BE;
	background:transparent;
	font-weight:normal;
	padding-bottom: 10px;
}

/* 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
}
}

