/* CSS Document 
*/
table1 {
  border-collapse:collapse;
}
table1 tr {
  vertical-align:top;
}

.tr_td {
  vertical-align:bottom;
  font-weight:bold;
  text-align:center;
  background-color:#EEEEEE;

}

table1 td {
  border-width: 1px;
  border-style: solid;
  border-color:#D7D7D7;
}

table.shd {
  border-collapse:collapse;
  border-width: 1px;
  border-style: solid;
  border-color:#D7D7D7;
  padding-left: 6px; padding-right: 6px; 
}

table.shd tr:hover {
    background-color:#EEEEEE;
}

table.shd tr td {
	iifont-family:Verdana, Arial, Helvetica, sans-serif;
	iifont-weight:lighter;
	border: 1px;
	iifont-size:9px
}

body1 {
   font-family:Arial, Helvetica, sans-serif;
   font-size:9pt; 
}
