
    body {
        background: white;
    }
   .wrapper-div {
   		margin: 0 auto;
   		width: 700px;
   }
   .trTableHeaderRow {
   		background: #999999;
   		border-bottom: 1px solid #2e2e2e;
   }
   .odd {
   		background: #f2f2f2;
   }
   .printHeader {
   		text-transform: capitalize;
   }
