.Listagem {
	position:relative;
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px;
}

.Listagem li {
	position:relative;
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	padding:0px;
	list-style:none;
}

.Listagem li h1 {
	position:relative;
	float:left;
	width:95%;
	margin:0px 0px 0px 8px;
	_margin:0px 0px 0px 4px;
	padding:0px;
	font-size:16px;
	border-bottom:solid 1px #CCCCCC;
}

.Listagem li a {
	position:relative;
	float:left;
	width:98%;
	margin:8px 0px 0px 8px;
}

.Listagem li a b {
	font-size:12px;
}

.Listagem li a:hover {
}