/* CSS Document */
	dl { width: 390px; }
	dl,dd {
	margin: 0;
	background-color: #F6F8F9;
	width: 390px;
}
	dt {
	font-size: 11px;
	background-color:#ff8404;
	font-weight: bold;
	width: 390px;
	border: 1px solid #C6D3D4;
	background-image: url(../images/bgdt.gif);
	background-repeat: no-repeat;
}
	dt a {
	color:#FFFFFF;
	display: block;
	text-decoration: none;
	/*height: 24px;*/
	line-height: 24px;
	width: 390px;
	font-weight: normal;

}
.marcado a{
	background-image: url(../images/bgdthover.gif);
	background-repeat: no-repeat;
	color:#FFFFFF;
}
	dt a:hover {
	color:#FFFFFF;
	display: block;
	background-image: url(../images/bgtdhovers.gif);
	background-repeat: no-repeat;
}
	dd a { color:#ff8404; }
	

