
a.lnk {
	font-size: 8pt; 
	font-family: Georgia, Tahoma, Verdana, Arial;
	display: block;
	color: Maroon;
	text-decoration: none;
	border-bottom: thin dotted Maroon;
}
a.lnk:hover{
	font-size: 8pt; 
	color: Maroon;
	background-color: #FFD700;
	text-decoration: none;
}
a.lnk:active{
	font-size: 8pt;
	color: white;
	background-color: #8BA169;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	background-color: #F1F1F1;
}
td.left{
	width: 32px;
	background-image: url(../images/fundo.jpg);
	background-repeat: no-repeat;
}
td.right{
	width: 32px;
	background-image: url(../images/fundo.jpg);
}
td.mnucabec{
	background-image: url(../images/fundo.jpg);
	background-color: Maroon;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	color: White;
	height: 20px;
}
table tr td {
	border: 0px;
	height: 16px;
}