A.hidelink 
{ 
  text-decoration: none; color: black; cursor: text 
}

.normalstyle 
{ 
  font-weight: normal; font-style: normal 
} 

H1.normalformat 
{ 
  font-size: 100%; 
  font-weight: normal; 
  font-style: normal 
}

H1 
{
  font-family: Arial;
  font-size: 12pt;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
}

.blanktext 
{ 
  display: none 
}

.hiddenlayer 
{ 
  position: absolute;
  width:180px; 
  height:75px; 
  z-index:3; 
  left: -220px; 
  top: -95px; 
  visibility: visible 
}

.changecolor 
{ 
  color: white 
}


