/* CSS File for CPF calculator */
.head{
  color:#333333;
  font-size:20px;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  background:white;
}
.error{
  border:2px red solid;
}
.Errortext{
  color:#FF0000;
  font-family:"Trebuchet MS";
  font-size:11px;
}
body{ margin: 0;}
.tbmain{ background: white !important; }
.left{
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
 