.tbmain{ 
 /* Changes on the form */
}
.left{
  /* Changes on the form */
}
td.left {
   font-family: "Times New Roman";
   vertical-align: top;
   text-align: left;
}
.pagebreak{
   font-family: "Times New Roman";
   font-size: 11px;
   color:black;
}
td.right {
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   color:#333333;
   vertical-align: top;   
   text-align: left;   
}
.tbmain{
   color:#333333;
}
.head{
   font-family: "Times New Roman";
   font-size: 13px;
   font-weight: bold;
   color:#004380;
   vertical-align: top;
   text-align: left;
}
.notvalid{
   border:2px red solid;
   font-family:"Trebuchet MS";
}
.text{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   color:#333333;
   border:1px #cccccc solid;
}
select.other{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   color:#333333;
   border:1px #cccccc solid;
}
.btn{
   font-family: "Times New Roman";
   font-size: 11px;
   font-weight:normal;
   color:#333333;
   border:1px #c6c7ca solid;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
 
div.backButton{
	background: transparent url(../images/btn_back.gif) no-repeat scroll 0 0;
	height:16px;
	width:53px;
	float:left;
	margin-bottom:15px;
	padding-right:5px;
}
div.backButton:hover{
	background: transparent url(../images/btn_back_over.gif) no-repeat scroll 0 0;
}
div.backButton:active{
	background: transparent url(../images/btn_back_down.gif) no-repeat scroll 0 0;
}
div.nextButton{
	background: transparent url(../images/btn_next.gif) no-repeat scroll 0 0;
	height:16px;
	width:53px;
	float: left;
	margin-bottom:15px;
	padding-right:5px;
}
div.nextButton:hover{
	background: transparent url(../images/btn_next_over.gif) no-repeat scroll 0 0;
}
div.nextButton:active{
	background: transparent url(../images/btn_next_down.gif) no-repeat scroll 0 0;
}
.pageinfo{
	padding-right:5px;
	margin-bottom:15px;
	float:left;
}
 


