/*-------------------------------------------------/
 * tbldflt - Use this css to define the table
 * in each web page to be consistant.
 */

div.divcnd {
  width:98%; margin:1%;
}

table.tblctr {
text-align:center; margin-left:auto; margin-right:auto; width:940px;
}

tr,td {text-align:left;}


