﻿@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 19mm 13mm 19mm 13mm;  
} 

body {
 background-color: White;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: larger;
}

.bidcurrfld {text-align: right; width: 125px; font-size: 8pt; }
.bidcurrtot {text-align: right; width: 125px; font-size: 8pt; font-weight: bold; background-color: Silver}

tr.profile {height: 20px}


.NoPrint
{
     display: none;
}

