.submenu td {
	width: 160px;
	font: bold 13px "Times New Roman", Times, serif;
	text-align: center;
	vertical-align: middle;
}
.submenu a, .submenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
.submenu a:hover, .selsub {
	color: #33FF00;
	text-decoration: underline;
}
.selsub {
	color: #33FF00;
	text-decoration: none;
}
.greenbold {
	font-weight: bold;
	color: #006600;
}
.bordered, tr.bordered td {
	border-bottom: solid 1px black;
	padding: 2px 0px;
}
.thick {
	border-bottom: solid 2px black;
	padding: 2px 0px;
}