    html
    {
      background-color:Black;
      font:14px Verdana,Serif;
    }
    
    b
    {
      font:14px Verdana,Serif;
      font-weight:bold;
    }
    
    h4
    {
      font:16px Verdana,Serif;
      font-weight:bold;
      font-variant:small-caps;
    }
    
    .content
    {
      width:980px;
      margin:auto;
      background-color:#cc0000;
      padding:10px;
    }
        
    .tabstrip
    {
      font:14px Arial;
      font-weight:Bold;
      padding:10px;
      background-color:white;
      border-top:solid #cc0000 5px;
    }
    
    .tabstrip a
    {
      font:14px Arial;
      font-weight:Bold;
      color:#006400;
      text-decoration:none;
      background-color:white;
    }
    
    .leftColumn a
    {
      font:14px Arial;
      font-weight:Bold;
      color:#8B0000;
      text-decoration:none;
    }
    
    .column a
    {
      font:14px Arial;
      font-weight:Bold;
      color:#006400;
      text-decoration:none;
    }
    
    a
    {
      font:14px Arial;
      font-weight:bold;
      color:white;
      text-decoration:none;
    }
    
    .column
    {
      width:530px;
      float:left;
      padding:10px;
      background-color:white;
      border-left:solid 10px #cc0000;     
      border-right:solid 10px #cc0000;
      border-top:solid 10px #cc0000;               
    }
    
    .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:170px;
      padding:5px;
      background-color:white;
      border-top:solid 10px #cc0000;
    }
    
    .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;
    }