% Set format for mail labels with the MERGE LETTER MODEL                        
                                                                                
% Maillabelformat sets the page and label information for mailing labels        
\maillabelformat{\labelsetup{% Sets page and margin settings                    
                    \newpage         % start labels on a new page               
                    \notitlepage     % labels not started on a title page       
                    \runningheadformat{\bothpages{\line{}}} % no page #s        
                    \pageformat{\topmargin{1in} % new page dimensions           
                                \bottommargin{0pt}                              
                                \leftmargin{0pt}                                
                                \rightmargin{0pt}}% end page format             
                             }% end labelsetup                                  
                 \numberoflabelsperline{3} % three labels per line max          
                 \labelheight{1in}   % each label 1 inch high                   
                 \labelwidth{2.75in} % each label 2.75 inches wide              
                 \labelmat{.25in}    % margin to text is .25 inches             
}% end mail label format