table.table1
{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
table.table1 caption
{
  background-color: #B88E8F;
  text-align: center;
  height: 22;
  font-weight:bold;
  line-height:24px;
  margin:0px;
}
td.tablehead1
{
  background-color: #B88E8F;
  text-align: center;
  height: 22;
}
table.tablelist
{
  border: 1px solid #BA2739;
}
table.tablesearch
{
  border: 1px solid #BA2739;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
table.tablesearch caption
{
  border: 1px solid #BA2739;
  border-bottom:0px;
  background-color: #921111;
  text-align: center;
  height: 22;
  line-height:22px;
  margin:0px;
  padding:0px;
  padding-left:5px;
  color:white;
  text-align:left;
}
table.table1 a, table.tablesearch a:link
{
  text-decoration:none;  	
}
table.table1 a:hover{
  text-decoration:underline;  
}

tr.listhead
{
  background-color: #921111;
  color: #EFD1D1;
}
tr.odd
{
  background-color: #C6A2A2;
}
a.txtlink a, a.txtlink:link{
  text-decoration:none;  	
}
a.txtlink:hover{
  text-decoration:underline;  	
}