.VertNavBar
{
	border-right: white thin;
	border-top: white thin;
	font-weight: bold;
	font-size: 9pt;
	border-left: green thin;
	width: 100px;
	color: #ffffcc;
	border-bottom: white thin;
	font-family: Verdana, Arial;
	height: 25px;
	text-align: center;
	text-decoration: none;
}
.VertNavBarCur
{
	border-top: #ffffcc thin solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: #ffffcc thin solid;
	width: 100px;
	color: red;
	border-bottom: #ffffcc thin solid;
	font-family: Arial, Verdana;
	height: 25px;
	text-align: center;
}
.VertNavBar A:link
{
	color: #ffffcc;
	TEXT-DECORATION: none;
}
.VertNavBar A:visited
{
	color: #ffffcc;
	TEXT-DECORATION: none;
}

.VertNavBar A:hover
{
	color: white;
	text-decoration: none;
}


.NavBarFootCur
{
    FONT-SIZE: 9pt;
    COLOR: yellow;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none
}

.NavBarFoot
{
    FONT-SIZE: 9pt;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none
}

.NavBarDefault
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Arial;
	text-decoration: none;
}
