    html
    {
      filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FF003399', startColorstr='#FF6699CC', gradientType='0');
      font:12px Arial,Sans-Serif;
    }
    
    h3
    {
      font:16px Arial,Sans-Serif;  
      font-weight:bold;
    } 
    
    h4
    {
      font:14px Verdana,Serif;
      font-weight:bold;
      font-variant:small-caps;
    }
    
    .content
    {
      width:980px;
      margin:auto;
      background-color:white;
      padding:20px;
    }
        
    .tabstrip
    {
      font:12px Arial;
      font-weight:Bold;
      background-color:white;
      float:left;
      text-align:left;
    }
    
    .tabstrip a
    {
      font:12px Arial;
      font-weight:Bold;
      color:RGB(0,0,150);
      text-decoration:none;
      background-color:white;
    }
    
    a
    {
      font:12px Arial;
      font-weight:bold;
      color:RGB(0,0,150);
      text-decoration:none;
    }
    
    .column
    {
      width:760px;
      float:left;
      padding:20px;
      background-color:white;
      border-left:solid 1px RGB(0,0,150);               
      border-top:solid 1px RGB(0,0,150);               
    }
    
    .columnWide
    {
      width:760px;
      float:left;
      padding:10px;
      background-color:white;
      border-left:solid 10px #cc0000;     
      border-right:solid 10px #cc0000;
      border-top:solid 10px #cc0000;               
    }
    
    .leftColumn
    {
      float:left;
      width:160px;
      padding:5px;
    }
    
    .rightColumn
    {
      float:right;
      width:220px;
      padding:5px;   
      background-color:white; 
      border-top:solid 10px #cc0000;
    }
    
    .clear
    {
      clear:both;
    }
    
    .memberText
    {
      float:left;
      width:335px;
      padding-bottom:10px;
      line-height:18pt;
    }
    
    .productText
    {
      float:left;
      width:335px;
      padding-bottom:15px;
    }
    
    .productImage
    {
      float:right;
      padding-bottom:15px;
    }
    
    .imageThumb img
    {
      height:75px;
      width:100px;
    }
    
    .imageMedium img
    {
      height:90px;
      width:120px;
    }
    
    .grid
    {
        font: 12px Arial, Sans-Serif;
    }
     
    .grid th, .grid td
    {
        padding:8px;
        border-bottom:solid 1px black;
    }   
    
    .header
    {
        text-align:left;
        color:White;
        background-color:RGB(0,56,29);
    }
    
    .alternating
    {
        background-color: RGB(230,230,230);
    }
    
    .selectedRow
    {
        background-color:Yellow;
    }
    
    .divInsert
    {
        display:none;
        border:solid 1px black;
        width:350px;
        position:absolute;
        top:200px;
        left:400px;
        padding:15px;
        background-color: RGB(230,230,230);
    }