body {
	height: 100px;
	padding: 0;
	margin: 0;
}

#headerTable{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	padding: 0;
}

td, th {
	padding: 0;
}

.navtabs {
	height: 24px;
	border-bottom: inset 2px;
}

.corner{
	width: 200px;
}

h1 {
	margin: auto;
}

.navtabselected, .navtab {
	position: relative;
	bottom: -2px;
	display: inline-block;
	width: 80px;
	height: 22px;
	border: 2px outset;
	cursor: pointer;
}

.navtabselected:hover, .navtab:hover {
	text-decoration: underline;
}
.navtabselected { 
	background-color: #F3F0ED;
	border-bottom: 0px;
	height: 24px;
}

.bottomborder {
	border-bottom: 2px solid inset;
	display: inline-block;
	width: 100%;
}