// setDefaults arguments: size unit, default size, minimum, maximum// optional array of elements or selectors to apply these defaults to
dw_fontSizerDX.set( "px", 13, 11, 18, ['p'] );

// set arguments: default size, minimum, maximum// array of elements or selectors to apply these settings to

dw_fontSizerDX.set(11, 10, 16, ['.mod_customnav a','.mod_customnav span'] );
dw_fontSizerDX.set(19, 19, 21, ['.mod_navigationMain a','.mod_navigationMain span'] );
dw_fontSizerDX.set(13, 11, 19, ['.mod_navigationSub a','.mod_navigationSub span'] );

dw_fontSizerDX.set(11, 10, 16, ['.mod_minicalendar th','.mod_minicalendar td'] );

dw_fontSizerDX.set(11, 10, 16, ['#signupbutton span','#tellafriend span'] );
dw_fontSizerDX.set(13, 11, 19, ['#tellafriend label','#tellafriend .error'] );
dw_fontSizerDX.set(13, 11, 17, ['#talk2us-body p'] );


dw_fontSizerDX.set(13, 11, 19, ['#main p','#main span','#main div','#main li','#main th','#main td','#main label','input','textarea'] );
dw_fontSizerDX.set(22, 20, 24, ['.quote'] );

dw_fontSizerDX.set(16, 14, 21, ['h2','h3','h4','h5','.heading2','.heading3','.heading4','.heading5'] );
dw_fontSizerDX.set(18, 16, 20, ['h6','.heading6'] );

