.formHeader{ 
		color: #000080; 
		font-weight: bold;
		font-size: 17px; 		
	}
.formTable{ 
			border-style: solid; 
			border-width: 0px; 
			background-image:url(images/menubackground.gif);
			background-color: #EEEEEE;
			background-repeat: repeat-y;
			background-position: right;
		}
.tdCaption{ 
		border-top-style: dotted;
		border-top-width: 1px;
		border-color: #330099;
		border-right-width: 1px; 
						  color: #000000; font-size: 13px; font-weight: bold;text-align:right;
						 padding-right:5px;padding-left:5px;}
.tdData{
	
	text-align:left;   font-size: 13px;
				padding-right:5px;padding-left:5px;
					}
.formFooter{ border-top-style: outset; border-width: 1px; background-color: #EEEEEE; font-size: 14px; }
.formBtn { 
			background-color: #dddddd; 
			font-family: Tahoma, Arial, Verdana, Helvetica; 
			font-weight: bold; 
			font-size: 13px; 
			color:#0000CC;
			cursor:hand;
		}
.textInput { border-bottom: 1px outset #000000; border-left: 1px outset #000000; border-right: 1px outset #000000; 
			border-top: 1px outset #000000; font-family: Verdana, Helvetica, Arial, Tahoma; font-size: 13px; }
.textArea { font-family: Verdana, Helvetica, Arial; font-size: 13px; color:#CA3131;font-weight: bold; }
