@charset "UTF-8";
/* CSS Document */

.indice {
	margin: 0px 0px 10px 0px;
	background-color: #F5F6F8;
	background-image: url(images/indice_bkg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	min-height: 200px;
	border: 1px dotted #000;
}
.indice a,
.indice a:visited,
.indice a:link {
	color: #000;
	text-decoration: none;
}
.indice a:hover {
	color: #000;
	text-decoration: underline;
}
.indice ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 240px;
}
.news {
	margin-top: 6px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	color: #000;
}
.news a,
.news a:link {
	color: #000;
	text-decoration: none;
}
.news .link {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	text-align: right;
	margin-right: 10px;
}
.news .in {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
}

.news .legenda {
	font-size: 11px;
}

