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: bold;
  font-variant: normal;
  line-height: normal;
}

H2 
{
  font-family: Arial;
  font-size: 1px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1px;
  color: #CCCC99;  
}

H2 a {
	color: #CCCC99;
	text-decoration: none;
}

H2 a:link {
	color: #CCCC99;
	text-decoration: none;
}

H2 a:visited {
	color: #CCCC99;
	text-decoration: none;

}
H2 a:hover {
	color: #CCCC99;
	text-decoration: none;
}

H2 a:active {
	color: #CCCC99;
	text-decoration: none;
}

.blanktext 
{ 
  display: none 
}

.hiddenlayer 
{ 
  position: absolute;
  width:180px; 
  height:75px; 
  z-index:3; 
  left: -220px; 
  top: -95px; 
  visibility: visible 
}

.changecolor 
{ 
  color: white 
}


