/*
 * style sheet
 */
        body {
                background: #ffffff;
                color: #000000;
                font: 14px verdana,arial,helvetica,sans-serif;
        }
        
        div.centered {
                text-align: center;
        }
                
        div.centered table {
                margin: 0 auto; 
                text-align: left;
        }
        
        div.flashplayer {
                visibility: hidden;
        }
        
        h1 {
                font-size: 18px;
        }
        
        p.details {
                text-align: center;
                font-size: 10px;
        }
      
        table.dashed   {
                border-collapse: collapse;
                border-style: dashed;
                border-width: 2px;
                border-color: #000000;
                text-align: center;
        }
      
        table.dashed  td {
                font-size: 12px;
                text-align: center;
                padding: 6px 12px 6px 12px;
        }
      
        table.dashed td.icol {
                font-size: 14px;
                font-weight: bold;
                text-transform: uppercase;
        }
        
        table.dashed td.conditions {
                font-size: 11px;
        }
        
        table.prices {
                color:#000000;
                padding: 0px 0px 0px 0px;
                border-spacing: 0px;
                border-style: none none none none;
                border-color: gray gray gray gray;
                border-collapse: collapse;
        }
      
        table.prices td {
                color:#000000;
                border-spacing: 0px;
                font-size: 12px;
                padding: 2px 20px 2px 10px;
                border-style: none none none none;
                border-color: gray gray gray gray;
                border-collapse: collapse;
                text-align: right;
        }
        
        table.prices th {       
                font-size: 14px;
                padding: 10px 1px 10px 24px;
                background: url("tabledivider.jpg") no-repeat 0% 85%;
                text-align: left;
        }
        
        table.prices th.manu {       
                font-size: 14px;
                padding: 2px 20px 2px 48px;
                background: none;
        }
        
        table.prices th.ttop {      
                font-size: 12px;
                font-weight: bold;
                text-align: center;
                background: none;
                padding: 2px 10px 2px 10px;
        }
      
        table.prices td.coltwo {
                text-align: left;
        }

        img     {
                display: none;
        }
      
      