table {
	font-size: 10px;
  font-family: "Arial";
	background-color: #EEEEEE;
	border-collapse: collapse;
	border: 1px solid #000000;
}

table.legend {
	width: 407px;
}

table.reference {
	width: 1217px;
}

td.tablefooter {
  text-align: center;
  font-size: 13px;
  background-color: #BBBBBB;
  font-weight: bold;
}

tr:hover {
	background-color: #DDDDDD;
}
caption {
	font-size: 16px; 
}
th { 
	font-size: 13px;
	border: 1px solid #000000;
	background-color: #BBBBBB;
}
td {
	border: 1px solid #000000;
	text-align: left;
}
.xheader {
	font-size: 13px;
	background-color: #CCCCCC;
}
.id3name {
	border-right-style: dashed;
}
.id3code {
	border-left-style: dashed;
}
.dcelement {
	border-right-style: dashed;
}
.dcrefinement {
	border-left-style: dashed;
}

span.super {
	vertical-align: super;
	font-size: 9px;
}

