/* CSS Document */
	dl { width: 390px; }
	dl,dd {
	font-family:  Arial, Helvetica;
	margin: 0;
	background-color: #000;
	width: 380px;
}
dd{
	padding: 5px;
	font-size: 11px;
	color: #999999;
}
	dt {
	font-size: 12px;
	background-color:#8d0c0c;
	font-weight: bold;
	width: 380px;
	background-image: url(../images/bgdt.gif);
	background-repeat: no-repeat;
	color: #999999;
	font-family: "Arial Narrow", Arial, Helvetica;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #590000;
}
	dt a {
	color:#FFFFFF;
	display: block;
	text-decoration: none;
	/*height: 24px;*/
	line-height: 24px;
	width: 380px;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Helvetica;

}
.marcado a{
    font-family: "Arial Narrow", Arial, Helvetica;
	background-image: url(../images/bgdthover.gif);
	background-repeat: no-repeat;
	color:#FFFFFF;
}
	dt a:hover {
	font-family: "Arial Narrow", Arial, Helvetica;
	color:#FFFFFF;
	display: block;
	background-image: url(../images/bgtdhovers.gif);
	background-repeat: no-repeat;
}
	dd a { color:#8d0c0c; }
	
