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

h5 {
	font-family: Basnsasc;
	font-size: 10pt;
	color: #77797A;
	font-weight: normal;
	text-transform: lowercase;
}

h5 a {
	text-decoration: none;
	font-weight: normal;
	width: 160px;
	padding: 0 0 5px 15px;
	border-bottom: 1px solid #BFBFC4;
}

h5 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #666;
}

h5 a span {
	padding-bottom: 3px;
}

h4 {
	font-family: Basnsasc;
	font-size: 10pt;
	color: #fff;
	font-weight: normal;
	text-transform: lowercase;
	background-color: #96989C;
}

h4 a {
	color: #77797A;
	text-decoration: none;
	font-weight: normal;
	width: 169px;
	padding: 0 0 5px 6px;
	border-bottom: 1px solid #fff;
	background-color: #E0E1E2;
}

h4 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #666;
}

h4 span {
	padding-bottom: 2px;
}


h6 {
	font-family: Basnsasc;
	font-size: 10pt;
	color: #909090;
	font-weight: normal;
	text-transform: lowercase;
	background-color: #1A1818;
}

h6 a {
	text-decoration: none;
	font-weight: normal;
	padding: 0 6px 5px 3px;
}

h6 a:hover {
	text-decoration: none;
	color: #fff;
}

h6 a span {
	padding-bottom: 2px;
}

#footer h6 span {
	padding-bottom: 2px;
}

/* 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, .active a span {
/*background-position:left bottom; */
background-position: 0px -16px;
}
.dtr span {
float:left;
display:block;
overflow:hidden;
text-indent:-1000px;
background-repeat:no-repeat;
background-position:left top;
}

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


