	<style>

					.actionbutton {
						font-size:10px;
					}
									
					
					table {
						width: 100%;
						border-collapse:collapse;
						border:1px solid #F2F2F3 ;
						font-family: Arial, Helvetica, sans-serif;
						font-size:12px;	
						color: black; 
					}
					
					
					body{padding:5px; margin:0px; font-family: Arial, Helvetica, sans-serif; font-size:12px;}
					
					.label {
						border-top: 1px solid #F2F2F3; 
						border-left: 1px solid #F2F2F3; 
						border-right: 1px solid #F2F2F3; 
						color: #E2E4E7; 
						background-color: #FFFFFF; 
						margin-top:5px;
						padding: 5px 0px 5px 5px ;
						font-weight: bold;						
					}
					
					#divQueryForm {
						border:1px solid #00457C; 
						color: #00457C;  
						padding-left:10px; 
						padding-top:10px; 
						padding-bottom:10px; 
						padding-right:10px; 						
						margin-bottom:20px; 						
						position:relative; 
						height:50px; 
						font-weight: bold;
					}
					

					#divPagina {		
						width: 920px;
						margin: 0em auto;
						position:relative; 
						text-align: left;
						padding-bottom:10px;
					}
					
					#divHeaderCompany {
						width: 100%;
						text-align: left;
					}
					#logo {
	
						width: 100%;	
						border:0px solid white ;
						text-align:center;						
						font-size: 30px;
						font-weight: bold;
						color:white;
					}

					#testata{
						float:left;
					}
					
					.divQueryFldAligns {float:left; height:30px}
					
					#divSubmit{
						float:right;
					
						padding-right:10px 
					}
					
					
					.odd {
						background-color: #F1F2F3;
					}
					
					tbody tr { 
						color: #F2F2F3;
					}
					

					tbody td, th {
						line-height: 1.1em;
						padding: 10px 7px;
					}

					#tResults tbody td {
						border-top: 1px solid white;
						border-right: 1px solid white;
						text-align: left;
						color:  #00457C;
						
					}
					
					
					#tResults tbody th{
						
						background-color: #00457C;
						color:  white;
						border-top: 1px solid white;
						border-right: 1px solid white;
						border-bottom: 1px solid white ;
						text-align: left;
					}
					
					#tResults .caption {
						color: #E2E4E7;
						background-color: #C6E2FF;
					}
					
					tbody a {
						color: #1D54AD;
						font-weight: bold;
						text-decoration: underline;
					}
					
					tbody a:hover {
						color: red;
						font-weight: bold;
						text-decoration: underline;
					}
					
					#tResults tbody tr.rowHover { 
						background:#C6E2FF;
						border-left:2px solid #1D54AD;
						border-right:2px solid #1D54AD;
						
						
					}

			</style>
