table {
  
  border:1px solid #000;
  border-collapse:collapse;
  font-family:arial,sans-serif;
  font-size:80%;
}

td{
  border:1px solid #000;   
  border-collapse:collapse;
  padding:5px;
}

th{
  border:1px solid #000;
  border-collapse:collapse;
  padding:5px;
} 

#fn,#dp,#ar{width:400px;}
#fr,#to{width:600px;}

caption{
  background:#ccc;
  font-size:140%;
  border:1px solid #000;
  border-bottom:none;
  padding:5px;
  text-align:left;
}
thead th{
  background:#ccc;
  text-align:left;
}
tbody th{
  text-align:left;
  background:#000000;
}
tfoot td{
  text-align:right;
  font-weight:bold;
  background:#000000;
}
tbody td{
  background:#999;
  text-align:top; 
}
tbody tr.odd td{
  background:#ccc;
}

