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

}
.marcado a{
	background-image: url(../images/bgdthover.gif);
	background-repeat: no-repeat;
	color: #FFF;
}
	dt a:hover {
	color: #56636A;
	display: block;
	background-image: url(../images/bgtdhovers.gif);
	background-repeat: no-repeat;
}
	dd a { color: #000; }
	ul { list-style: none; padding: 5px; }
	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

