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

h4 {
	font-family: myriad, Arial, Tahoma, sans;
	font-size:12pt;
	color:#FFFFFF;
	background-color:#3E3E3E;
	background:transparent;
	font-weight:normal;
    white-space : nowrap;    
}
h4 a {
	color: #C0C0C0;
    background-color:#3E3E3E;
    background:transparent;
    text-decoration:none;
}
h4 a:active {
	color: #C0C0C0;
    background-color:#3E3E3E;
    background:transparent;
    text-decoration:none;
}
h4 a:link {
	color: #C0C0C0;
    background-color:#3E3E3E;
    background:transparent;
    text-decoration:none;
}
h4 a:visited {
	color: #C0C0C0;
    background-color:#3E3E3E;
    background:transparent;
    text-decoration:none;
}
h4 a:focus {
	color: #FFFFFF;
    background-color:#3E3E3E;
    background:transparent;
	text-decoration:none;
}
h4 a:hover {
	color: #FFFFFF;
    background-color:#3E3E3E;
    background:transparent;
	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{
}
.dtr span{
display:block;
float:left;
overflow:hidden;
text-indent:-1000px;
background-repeat:no-repeat;
}

@media print{
.dtr span{
background-image:none;
display:inline;
float:none
}
}

