<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">       label{text-decoration: none;
            color: #808080;
            font-size: 11px;
            padding-top: 15px;
		    margin-top: 15px;
			font-weight: 500;
			font-family: "Avenir";
		    }		
		 input[type=select], input[type=text], input[type=email], input[type=tel] { 
		   font-size: 14px;
	       font-weight: 400;
	       border-bottom: solid 1px #E6E6E6;
	       border-top: solid 1px #E6E6E6;
	       border-left: solid 1px #E6E6E6;
	       border-right: solid 1px #E6E6E6;
	       border-radius: 3px;
	       color: #292C36;
		   margin-bottom: 10px;	
		   margin-top: 3px;		 
		   height: 32px; 
		   font-family: "Avenir";	 
		   } 
		input[type=select]:hover, input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover { 
		   font-size: 14px;
	       font-weight: 400;
	       border-bottom: solid 1px #E6E6E6;
	       border-top: solid 1px #E6E6E6;
	       border-left: solid 1px #E6E6E6;
	       border-right: solid 1px #E6E6E6;
	       border-radius: 3px;
	       color: #808080;
		   margin-bottom: 10px;	
		   margin-top: 3px;		 
		   height: 32px; 
		   font-family: "Avenir";	 
		   background-color: azure;	
		   } 
		input[type=button], input[type=submit], input[type=reset] {
			 margin-top: 12px;
	         margin-bottom: 2px;
	         font-family: "Avenir"; 
	         color: #808080;
	         font-size: 12px;
             font-weight: normal;
	         text-transform: uppercase;
             font-weight: 400;
             line-height: 8px;
             letter-spacing: 0em;
             text-align: center;
	         padding: 15px;
	         border-top: 1px #CCCCCC solid;
	         border-left: 1px #CCCCCC solid;
	         border-right: 1px #CCCCCC solid;
	         border-bottom: 1px #CCCCCC solid;
			 cursor: pointer;
			 width: 208px;
		   }		
		input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
			 margin-top: 12px;
	         margin-bottom: 2px;
	         font-family: "Avenir"; 
	         color: #ffffff;
	         font-size: 12px;
             font-weight: normal;
	         text-transform: uppercase;
             font-weight: 400;
             line-height: 8px;
             letter-spacing: 0em;
             text-align: center;
	         padding: 15px;
	         border-top: 1px #CCCCCC solid;
	         border-left: 1px #CCCCCC solid;
	         border-right: 1px #CCCCCC solid;
	         border-bottom: 1px #CCCCCC solid;
			 cursor: pointer;
			 background-color: #000000;
			 width: 208px;
		   }
		select{
		  font-size: 14px;
	      font-weight: 400;
	      border-bottom: solid 1px #E6E6E6;
	      border-top: solid 1px #E6E6E6;
	      border-left: solid 1px #E6E6E6;
	      border-right: solid 1px #E6E6E6;
	      border-radius: 3px;
	      color: #808080;
		  margin-bottom: 15px;
		  margin-top: 3px;	
		  font-family: "Avenir";	
		}		
		option{
		  font-size: 14px;
	      font-weight: 400;
	      border-bottom: solid 1px #E6E6E6;
	      border-top: solid 1px #E6E6E6;
	      border-left: solid 1px #E6E6E6;
	      border-right: solid 1px #E6E6E6;
	      border-radius: 3px;
	      color: #808080;
		  line-height: 12px;	
		  margin-bottom: 10px;	
		  margin-top: 5px;		 
		  height: 32px; 	
		  font-family: "Avenir";
		  padding: 5px;
		}
      p{
		text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-weight: 400;   
       }</pre></body></html>