.Navigation
{
}
.NavigationLevel0
{
	display: none;
	visibility: hidden;
}
.NavigationLevel1
{
	font-weight: bold;
	font-size: 10pt;
	text-indent: 5px;
	font-family: Arial;
}
DIV.NavigationLevel1
{
	border-right: #E1F7FD 0px solid;
	border-top: white 1px solid;
	border-left: #E1F7FD 0px solid;
	border-bottom: white 1px solid;
	background-color: #839ED4;
}
A.NavigationLevel1
{
	color: white;
	text-decoration: none;
}
A.NavigationLevel1:hover
{
	text-decoration: underline;
	color: Blue;
}

.NavigationLevel2
{
	font-size: 10pt;
	text-indent: 15px;
	font-family: Arial;
}
A.NavigationLevel2
{
	color: black;
	text-decoration: none;
}
A.NavigationLevel2:hover
{
	text-decoration: underline;
	color: Blue;
}

.NavigationLevel3
{
	font-size: 10pt;
	text-indent: 25px;
	font-family: Arial;
}
A.NavigationLevel3
{
	color: black;
	text-decoration: none;
}
A.NavigationLevel3:hover
{
	text-decoration: underline;
	color: Blue;
}
TD.Navigation
{
}

