﻿td.label {
    font-size: 8pt;
    font-weight: bold;
    color: #0066ff;
  }
  
td.labelred {
    font-size: 8pt;
    font-weight: bold;
    color: Red;
  }  

  td.cont {
    font-size: 10pt;
  }

  td.error {
    color: #ff0000;
    font-size: 8pt;
    font-weight: bold;
    padding: 0px 8px 4px 0px;
  }

  td.caption {
    font-size: 8pt;
    color: #6C6C6C;
  }

  input {
    font-size: 10pt;
    color: #333333;
    /*border: 1px solid #0066ff;
    background-color: white;*/
  }

  select {
    font-size: 10pt;
  }