body
{
	font-family: Arial;
	font-size: 10pt;
}
.NormalTab
{
	padding-top: 2px;
	text-align: center;
	text-decoration: underline;
	font-size: 8pt;
	color: black;
	width: 100%;
	height: 100%;
}
.NormalTab:Hover
{
	color: White;
}
.SelectedTab
{
    padding-top: 2px;
    text-align: center;
    text-decoration: none;
    font-size: 8pt;
    color: white;
}
.SelectedTab:Hover
{
	color: White;
}

.OldSelectedCell
{
	border-right: gray 1px solid;
	border-top: gold solid;
	padding-top: 2px;
}
.UnselectedCell
{
	border-bottom: gray 1px solid;
	padding-top: 2px;
}
.MainNavigationBarText
{
	text-decoration: none;
	color: black;
}
.MainNavigationBarCells
{
	border-right: #66cc66 1px solid;
	border-top: #66cc66 1px solid;
	border-left: #66cc66 1px solid;
	border-bottom: #66cc66 1px solid;
	height: 20px;
}