#!/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); print "Content-type: text/html\n\n"; open(LATEST, "header_cover.txt"); @bnr_all = ; close(LATEST); print "@bnr_all\n"; exit;

Tower Air Traffic Control Specialist Resume Cover Letter

A sample cover letter for tower air traffic control specialist job.
Given below is a sample tower air traffic control specialist resume cover letter. If you are applying for a tower air traffic control specialist job, don't forget to send such cover letter with it.

MARTHA KLINGMAN
123, Park evenue
Boston, MA, 02123
(123) 456-7890

September 23rd 2008

Ms. Sally Cook
Zeus Aviation Administration
290, West Street
San Francisco, CA 95001

Dear Ms. Cook,

I was pleased to read in the recent FAA Bulletin of your opening for a Tower Air Traffic Control Specialist III in Albany. My resume and two reference letters are enclosed for your consideration.

As you can see from my resume, I have experience as both a military and a civilian air traffic controller. I have advanced regularly in both arenas and would like to continue to seek additional challenges. Some of my qualifications include:

I would appreciate the opportunity to discuss your specific needs and my credentials with you at your earliest convenience. Thank you for considering my application.

Sincerely,

Martha Klingman

Enclosures: Resume and Reference Letters


#!/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); print "Content-type: text/html\n\n"; open(LATEST, "footer_cover.txt"); @bnr_all = ; close(LATEST); print "@bnr_all\n"; exit;