@media print {
	.searchInputs{
		display: none;
	}
}

@media screen 
{
	.nomarg
	{
		margin: 0pt 0pt 0pt 0pt;
		padding: 0pt 0pt 0pt 0pt;
		font-size: 0px;
		border: 0px;
	}
	
	.divT 
	{
		margin: 5pt 0pt 5pt 0pt;
		text-align: center;
		width: 100%;
	}
		
	.divS {
		text-align: center;
	}	
	
	.acceptButton {	
 		background-color :  #AECDB0;
  		border : outset 1pt #AECDB0;  
		font-family: Verdana;
		font-size: 9pt;
		font-weight: bold;
  		height : 26px;
 		width : 120px;
 		color : #006633;
	}
}

