/* CSS Document */
html,body{
height:100%; 
margin:0;
}
.tbmain{ 
 /* Changes on the form */
 background: white !important; 
}
.left{
	/* Changes on the form */
  color: #666666 !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}
.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{
  height:100%;
  background:white;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
.formsmall {
	font-size: 10px;
}
