body {
	
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.active {
  font-size: 8pt;
  color: #000000;
  font-weight : bolder;
  cursor: hand;
}
.active:a {
  font-size: 8pt;
  color: #000000;
}
.active:hover {
	font-size: 8pt;
    color: #000000;
}

.parent {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #A00000;
  cursor: hand;
  font-weight : bolder;
}
.parent:a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
  color: #A00000;
  font-weight : bolder;
}
.parent:hover {
  font-weight : bolder;
}

.child {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
  color: #A00000;
  cursor: hand;
  font-weight : bolder;
}
.child:a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #A00000;
  font-weight : bolder;
}
.child:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight : bolder;
}

.headline{
	font-size:10pt;
	font-weight:bold;
	color: A00000;
}


a{
	color:A00000;
	text-decoration: none;
}
a:hover{
	color:000000;
	text-decoration: underline;
}
.visible    { display: inline }
.hidden     { display: none }