if( rEngine == 'Trident' && ver <= 8 ) {
	document.write(
		'<style type="text/css">\n' +

		'.headlineBox {\n' +
		'	zoom: 1;\n' +
		'}\n' +

		'</style>\n'
	);
}

if( rEngine != '' && rEngine != 'Trident' || ver >= 9 ) {
	s =
		addStyleText(
			'.headlineBox',
			cssBorderRadius( '', '1em' ) ,
			cssBorderRadius( 'bottom-left', '0' ),
			cssBorderRadius( 'bottom-right', '0' )
		)
		+
		addStyleText(
			'.contentBox',
			cssBorderRadius( '', '0' ),
			cssBorderRadius( 'bottom-left', '1em' ),
			cssBorderRadius( 'bottom-right', '1em' ),
			css( 'box-shadow', '6px 6px 8px rgba( 0, 0, 0, 0.2 )' )
		)
	addStyle( s );
}

function bTerminate() {}

function aTerminate() {}

