.navtable {
	font-weight: bold;
}
.navtable a {
	color : #333333;
	display : block;
	text-decoration : none;
	background-image: url(images/orangebg.jpg);
	height: 32px;
	line-height: 32px;
	border-right-color: #333333;
}
.navtable a:hover {
	background-color : #808080;
	color : #FFFFFF;
	text-decoration : none
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

