/* DTR
   especify the font-size as pt.
*/
h1{
	margin: 0;
	font-family: existence;
	font-size:24pt;
	color:#FF1F2D;
	font-weight:normal;
}
h1 a{
	color:#84CF33;
	text-decoration:none;
}
h1 a:hover{
	color:#84CF33;
	text-decoration:none;
}

h2{
	margin: 0;
	font-family: existence;
	font-size:20pt;
	color:#FF1F2D;
	font-weight:normal;
}
h2 a{
	color:#FF8A8F;
	text-decoration:none;
}
h2 a:hover{
	color:#FF8A8F;
	text-decoration:none;
}
/*
h3{
	font-family: dali;
	font-size:28pt;
	color:#808080;
	font-weight:normal;
}
h3 a{
	color:#f05452;
	text-decoration:none;
}
h3 a:hover{
	color:#f05452;
	text-decoration:none;
}

h4{
	padding: 10px 0 5px 42px;
	font-family: dali;
	font-size:24pt;
	color:#f05452;
	font-weight:normal;
}
h4 a{
	color:#c3cf21;
	text-decoration:none;
}
h4 a:hover{
	color:#c3cf21;
	text-decoration:none;
}

h5{
	padding-top:5px;
	font-family: dali;
	font-size:16pt;
	color:#f05452;
	font-weight:normal;
}
h5 a{
	color:#f05452;
	text-decoration:none;
}

h5 a:hover{
	color:#f05452;
	text-decoration:none;
}
*/
/* 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;
}
}