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

h1{
	font-family: misproject;
	font-size: 24pt;
	color: #000000;
	background-color: #fff;
	font-weight: normal;
}

h1 a{
	color: #c25327;
	text-decoration: none;
}


h2{
	font-family: misproject;
	font-size: 22pt;
	color: #c3cad0;
	background-color: #fff;
	font-weight: normal;
	text-decoration: none;
}

h2 a{
	color: #c3cad0;
	text-decoration: none;
}


h3{
	font-family: misproject;
	font-size: 22pt;
	color: #c25327;
	background-color: #fff;
	font-weight: normal;
}

h3 a{
	color: #c25327;
	text-decoration: none;
}

h4{
	font-family: misproject;
	font-size: 22pt;
	color: #000000;
	background-color: #fff;
	font-weight: normal;
}

h4 a{
	color: #c25327;
	text-decoration: none;
}


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

