Normally the Create New Document type will remember last selected values, but to enforce default options, the following settings can be set in web.config. The possible options are: Job, Sale, Quotation and Template.
<add key="NewDocumentDefaultSource" value="Template"/>
<add key="NewDocumentDefaultDestination" value="Sale"/>