.MenuCell
{
  font-family:Arial;
  font-size:14px;
  color: #FFFFFF;
}

.BottomCell
{
  font-family:Arial;
  font-size:11px;
  color: #FFFFFF;
}

.SubCell
{
  font-family:Arial;
  font-size: 10px;
  color: #008060;
}

.DescCell
{
  font-family:Arial;
  font-size:12px;
  color: #666666;
}

.GreenCell
{
  font-family: Arial;
  font-size: 14px;
  color: #008060;
}

.BottomRCell
{
  font-family: Arial;
  font-size: 11px;
  color: #008060;
}
A.MenuLink
{
  text-decoration:none;
  color:#FFFFFF;
}

A.MenuLink:hover, A.MenuLink:link:hover
{
  text-decoration:underline;
  color:#FFFFFF;
}

A.MenuLink:visited
{
  text decoration:none;
  color:#FFFFFF;
}

A.SubMenuLink
{
  text-decoration:none;
  color:#008060;
}

A.SubMenuLink:hover, A.SubMenuLink:link:hover
{
  text-decoration:underline;
  color:#008060;
}

A.SubMenuLink:visited
{
  text-decoration:none;
  color:#008060;
}

A.TrashLink
{
  text-decoration:none;
  color:#915e4a;
}

A.TrashLink:hover, A.TrashLink:link:hover
{
  text-decoration:underline;
  color:#915e4a;
}



A.WaterLink
{
  text-decoration:none;
  color:#0072b6;
}

A.WaterLink:hover, A.WaterLink:link:hover
{
  text-decoration:underline;
  color:#0072b6;
}


A.IndustryLink
{
  text-decoration:none;
  color:#666666;
}

A.IndustryLink:hover, A.IndustryLink:link:hover
{
  text-decoration:underline;
  color:#666666;
}

A.ControlLink
{
  text-decoration:none;
  color:#b5a014;
}

A.ControlLink:hover, A.ControlLink:link:hover
{
  text-decoration:underline;
  color:#b5a014;
}

A.ControlLink:visited
{
  text-decoration:none;
  color:#b5a014;
}

.ActiveMenuLink
{
  font-weight:bold;
  text-decoration:none;
  color:#FFFFFF;
}

.ActiveSubMenuLink
{
  font-weight:bold;
  text-decoration:none;
  color:#008060;
}

.SubmenuDIV
{
  background-color: #e7f1ed;
}