  .defTable {
     width:100%;
     font-Family: verdana;
     font-Size: 10;
     margin: 0;
     border: 0px none;
     text-align: left;
  }
  .defHead {
  	 background-color: "#FFFFFF";
     color: "#202020";
	   height: 10;
     font-Family: verdana;
     font-Size: 10;
     font-Weight: bold;
     text-align: left;
     margin: 1
  }
 .defAlternateLine {
	 background-color: "#EAEAEA";
  }
 .defDefaultLine {
	 background-color: "#FFFFFF";
  }
 .defSelectedLine {
	 background-color: "#F8E7B1";
  }
 .defAlertLine {
	 background-color: "#FFCCCC";
  }
 .defAlternateDoneLine {
	 color: "gray";
  	 text-decoration: "line-through";
	 background-color: "#d9d9d9";
  }
 .defDoneLine {
	 color: "gray";
  	 text-decoration: "line-through";
	 background-color: "#FFFFFF";
  }
 .defItem {
     font-Family: verdana;
     font-Size: 10;
     text-align: left;
     margin: 1
  }
 .defItemRight {
     font-Family: verdana;
     font-Size: 10;
     text-align: right;
     margin: 1;
  }
 .defSum {
     font-Family: verdana;
     font-Size: 10;
     text-align: left;
     font-Weight: bold;
     margin: 1;
  }
 .defSumRight {
     font-Family: verdana;
     font-Size: 10;
     text-align: right;
     font-Weight: bold;
     margin: 1;
  }
  .defInput {
     border-style:inset;
     border-width:1;
     font-size: 10px;
     font-family: Verdana;
     background-color: "#f0f0f0"
  }
  .defInputNumber {
     border-style:inset;
     border-width:1;
     text-align: right;
     font-size: 10px;
     font-family: Verdana;
     background-color: "#f0f0f0"
  }
  .defInputCheck {
     border-style:none;
     border-width:1;
     font-size: 10px;
     font-family: Verdana;
     background-color: "#ffffff"
  }
