.headerMenuInfo {
  color: #666;
}

a.headerMenuLink {
  color: #333;
  text-decoration: none;
}

a.headerMenuLink,
a.headerMenuLink:visited,
a.headerMenuLink:hover {
  color: #000;
  cursor: pointer;
  text-decoration: underline;
}

#LoginFrame
{
	position: absolute;
	top: 90px;
	z-index:4;
	left: 35%;
}

#LoginFrame h1{
  font-size: 15px;
  color: #2D3551;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: left;
  text-indent: 0;
}
