html                       {height: 100%; margin: 0; padding: 0; width: 100%;}
body                       {height: 100%; margin: 0; padding: 0; width: 100%; COLOR:#0000FF; font-family:tahoma, sans-serif; font-size: 10pt;}

h1,h2                      {font-family:tahoma, sans-serif; COLOR:#0000FF; }
h3                         {font-family:tahoma, sans-serif; font-size:10pt; font-weight:bold; COLOR:#0000FF; }

p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i, a
                           {font-family:tahoma, sans-serif; FONT-SIZE: 10pt; COLOR:#0000FF; }

.small                     {font-size:8pt;}

a.small:link {  color: #0000FF; text-decoration: none;}
a.small:visited {  color: #0000FF; text-decoration: none;}
a.small:hover {  color: #0000FF; text-decoration: none;}
a.small:active {  color: #0000FF; text-decoration: none;}


.stepborder    {border:2px solid #0000FF;}

.toprint                   {display: none; visibility: hidden;}

@media print               {
                           body {background-color:#FFFFFF;}
                           .printtabh {height: 900px;} 
                           .printtab600
                             {width: 600px; background-color:#FFFFFF;}
                           .noprint
                             {display: none; visibility: hidden;}
                           .toprint
                             {display: inline; visibility: visible;}
                           }