a.lnk {
	display: block;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
	color: Green;
	padding: 0 2px 0 2px;
	text-decoration: none;
	border-left: 5px double green;
	margin-left: 5;
	background-color: White;
	border-bottom: thin dotted;
}
a.lnk:hover{
	color: white;
	font-size: 9pt;
	background-color: Green;
	text-decoration: none;
	font-style: normal;
	border-left: 5px double #FFD700;
}
a.lnk:active{
	color: white;
	font-size: 9pt;
	background-color: #8BA169;
	text-decoration: none;
}
table {
	border-collapse: separate;
}
td.mnucabec{
	background-image: url(../images/fundo.jpg);
	background-color: Green;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: White;
	height: 20px;
}
table tr td {
	border: 0px;
	height: 16px;
	font-size: 8pt;
}