

table.data {
  border-collapse: collapse;
  color: #197533;
  font-weight: bold;
  margin-bottom: 2em;
  width: 495px;
}
table.data th.title {
  color: #8D8D8D;
  font-weight: normal;
  padding: 0 0 10px;
  text-align: left;
}
table.data th {
  padding: 5px;
}
table.data td {
  padding: 5px 3px;
}
table.data td.numeric,
table.data th.numeric {
  text-align: right;
}
table.data thead th {
  background: url(../images/data/thead_base.gif) no-repeat bottom left;
	font-size: 1em;
  padding-bottom: 8px;
	padding-right: 4px;
  padding-top: 3px;
}
table.data thead th.border {
  background-position: bottom right;
}
table.data tbody td,
table.data tbody th {
  padding-top: 8px;
}
table.data tbody td {
  background: #C2BFBF url(../images/data/td_base.gif) no-repeat top right;
	padding-right: 5px;
}
table.data tbody th {
  padding-bottom: 5px;
	padding-left: 10px;
  text-align: left;
}
table.data tbody th,
table.data tbody td.currentyear {
  background: #D0E23D url(../images/data/th_base.gif) no-repeat;
}


dl.footnotes {

}
dl.footnotes dt {
  display: block;
  float: left;
}
dl.footnotes dd {
  display: block;
  margin-left: 4em;
}
