
   body { background-color:cyan; }

   input.dGo   { background-Color:brown; color:white; }
   input.dGo:hover   { background-Color:black; color:white; cursor:pointer }

   td.tProfDis { background-Color:Brown; font-size:13px; color:white; ReadOnly:true; }

   td.tProf { background-Color:blue; font-size:13px; color:black; }
   td.tProf:hover { background-Color:darkblue; color:white; cursor:pointer; }

   a.cProf { color:black; }
   a.cProf:hover { color:white; cursor:pointer; }

   input.cde { border:0; background-Color:brown; color:white; font-size:12px; }
   textarea.cde { border:0; background-Color:brown; color:white; font-size:12px; }

  input.btn {font-size:13px; color:black; vertical-align:top; width:80px}
  input.btn:hover { background-Color:grey; vertical-align:top; color:red; cursor:pointer; }

  input.btn1 {font-size:13px; color:black; vertical-align:top; width:100px}
  input.btn1:hover { background:grey; vertical-align:top; color:red; cursor:pointer; }

  input.can1 {font-size:13px; color:grey; vertical-align:top; width:100px; color:grey}
  input.can1:hover { background:grey; vertical-align:top; color:grey; cursor:pointer; }

  tr.on  { background-Color:''; }
  tr.on:hover  { background-Color:brown; cursor:pointer }
