body {
  font-family: Arial, Symbol;
}

table#table_wrapper td {
	vertical-align: top;
}

table#iso_8859, table#other {
/*        font-size: x-small; */
  background-color: #EEEEEE;
  border-collapse: collapse;
  border: 1px solid #000000;
}

table#other {
	margin-left: 10px;
}

#iso_8859 tr:hover, #other tr:hover {
  background-color: #DDDDDD;
}

caption {
  font-size: medium; 
}

th { 
  font-size: small;
  border: 1px solid #000000;
  background-color: #BBBBBB;
}

#iso_8859 td, #other td {
  border: 1px solid #000000;
  text-align: left;
}

.xheader {
  background-color: #CCCCCC;
}

