td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;

}
a:link.menu {
	color: #333333;
	text-decoration: none;
}
a:active.menu {
	color: #333333;
}
a:visited.menu {
	color: #99CCCC;
}
a:hover.menu {
	color: #99CCCC;
	text-decoration: underline;
	background-color: #006699;
}
.bordemenu {
	border: 1px solid #999999;
}
.bordesuperior {
	border-top: 1px dashed #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}
.justificatexto {
	text-align: justify;
	cursor: default;
}
.bordeinferior {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.bordepunteado {
	border: 1px dotted #999999;
}
