/* DTR
   especify the font-size as pt.
*/

h1{
	font-family: Delthany, "Arial Narrow", Tahoma, sans;
	font-size:30pt;
	color:#FFFFFF;
	background-color: #8d8fb5;
	font-weight:normal;
	text-decoration:none;
	display: table;
}
h1 a{
	font-size:30pt;
	color:#FFFFFF;
}
h1 a:hover{
	font-size:30pt;
	color:#f9f5c9;
	background-color: #8d8fb5;
	font-weight:normal;

}

h2{
	font-family: Delthany, "Arial Narrow", Tahoma, sans;
	font-size:25pt;
	color:#495499;
	background-color: #FFFFFF;
	font-weight:normal;
	text-decoration:none;
	display: table;
}

h3{
	font-family: Delthany, "Arial Narrow", Tahoma, sans;
	font-size:20pt;
	color:#495499;
	background-color: #FFFFFF;
	font-weight:normal;
	text-decoration:none;
	display: table;
}

h3 a{
	font-family: Delthany, "Arial Narrow", Tahoma, sans;
	font-size:20pt;
	color:#495499;
	background-color: #FFFFFF;
	font-weight:normal;
	text-decoration:none;
	display: table;
}
h3 a:hover{
	font-size:20pt;
	color:#495499;
	background-color: #FFFFFF;
	font-weight:normal;

}

/* 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: 0% 100%;
background-position: -37px left;
}
.dtr span{
display:block;
float:left;
overflow:hidden;
text-indent:-2000px;
background-repeat:no-repeat;
background-position:left top;
}

@media print{
.dtr span{
background-image:none;
display:inline;
float:none
}
}

