/* CSS Document */  
  div.infoPage p.salesPitch, div.infoPage p.salesPitch a:link, div.infoPage p.salesPitch a:visited
  {
    color: rgb(255,0,0);
  }
  div.testimonyFrame
  {    
    padding: 0 10px 10px 0;
    background-color: rgb(96,96,128);
    display: inline-block; /* So IE will show clientWidth/clientHeight */         
  }
  div.testimonyFrame.L
  {
    float: left;
    width: 325px;
  }
  div.testimonyFrame.R
  {
    float: right;
    width: 325px;
  }
  div.testimonyFrame div.testimony
  {
    background-color: rgb(240,240,187);
    padding: 3px;
    border-top: 1px solid white;
    border-left: 1px solid white;
  }
  div.testimonyFrame div.testimony blockquote
  { 
    margin: 0.25em 0.25em 1em 0.25em;
    font-size: 12pt;
    text-align: left;
    color: rgb(0,0,128);
    
  }
  div.testimonyFrame div.testimony p.signed
  {
    margin-left: 1em;
    font-weight: normal;
    font-family: Times New Roman, serif;
  }
  div.testimonyFrame div.testimony p, div.testimonyFrame div.testimony h2
  {
    color: rgb(14,32,78);
  }
  table.rentalProducts td.even
  {
    background-color:rgb(204,204,204);
  }
  table.rentalProducts td.even.key
  {
    font-size: 11pt;
  }
  table.rentalProducts td.odd.key
  {
    font-size: 11pt;
  }
  table.rentalProducts td
  {
    text-align: center;
  }
  table.rentalProducts td form input
  {
    font-size: 8pt;
  }
  table.rentalProducts tr.order0 td.productID
  {
    background: url('../images/thumb_bg_red.png') center center no-repeat;
  }
  table.rentalProducts tr.order0 td
  {
    background-color: rgb(243,149,149);
  }
  table.rentalProducts tr.order1 td.productID
  {
    background: url('../images/thumb_bg_green.png') center center no-repeat;
  }
  table.rentalProducts tr.order1 td
  {
    background-color: rgb(181,217,191);
  }
  table.rentalProducts tr.order2 td.productID
  {
    background: url('../images/thumb_bg_yellow.png') center center no-repeat;
  }
  table.rentalProducts tr.order2 td
  {
    background-color: rgb(255,250,148);
  }
  table.rentalProducts tr.order3 td.productID
  {
    background: url('../images/thumb_bg_blue.png') center center no-repeat;
  }
  table.rentalProducts tr.order3 td
  {
    background-color: rgb(180,190,217);
  }  
