.HeadGroup
{
	background-color: #e05400;
	margin: 0 0 0 0;
	border-style: none;
    padding: 0;
	cursor: hand;
	cursor: pointer;
}

.Separator
{
  background-color: #cfcfcf; 
}


.flyout       {
  font-family: Verdana, arial; 
  font-size: 10px; 
  font-weight: bold; 
  background-color: #e05400;
  color: #f6f5f0; 
  text-decoration: none;  
  padding: 5px; 
  cursor: hand;
	cursor: pointer;
}

.flyoutover   {
  font-family: Verdana, arial; 
  font-size: 10px; 
  font-weight: bold; 
  background-color: #e05400;
  color: #f6f5f0; 
  text-decoration: underline;   
  padding: 5px; 
  cursor: hand;
	cursor: pointer;
}