body {

  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}
.accordion {
	border-bottom: solid 1px #c4c4c4;
    width: 100%;
}
.accordion h3 {
	padding: 7px 20px 7px 7px;
	margin: 0;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
  background-color: #e9e7e7;
  background-image: url(arrow-square.gif);
  background-repeat: no-repeat;
  background-position: right -51px;
  font-size: 9pt;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
color: #333;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	  font-size: 9pt;
	background: #f7f7f7;
	margin: 0;
	padding:  10px 10px 20px 10px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

.newsname{
  font-weight: bold;
}
.data{
font-size: 85%;
  color:  #666;
white-space: nowrap;
}
.author{
font-size: 85%;
  color:  #666;
}

a{
  color:  #666;
  font-weight: bold;
}
p, td {
font: 9pt Arial, Helvetica, sans-serif;
}

