@charset "utf-8";
.nav-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333;
	text-decoration: underline;
	background-color: #EEEEEE;
	text-indent: 6pt;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #CCC;
	margin: 0px;
	padding: 0px;
}
