# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # # fixes for executables gb_Executable_FILENAMES := $(foreach group,$(gb_Executable_VALIDGROUPS),\ $(foreach exe,$(gb_Executable_$(group)),$(exe):$(exe)$(gb_Executable_EXT))) ifneq (,$(filter-out MACOSX WNT,$(OS))) gb_Executable_FILENAMES := $(patsubst uno:uno,uno:uno.bin,$(gb_Executable_FILENAMES)) endif gb_Executable_FILENAMES := $(patsubst unopkg_bin:unopkg_bin%,unopkg_bin:unopkg$(if $(filter-out MACOSX,$(OS)),.bin),$(gb_Executable_FILENAMES)) gb_Executable_FILENAMES := $(patsubst unopkg_com:unopkg_com%,unopkg_com:unopkg.com,$(gb_Executable_FILENAMES)) ifneq ($(OS),MACOSX) gb_Executable_FILENAMES := $(patsubst gengal:gengal,gengal:gengal.bin,$(gb_Executable_FILENAMES)) endif ifeq ($(OS),MACOSX) gb_Executable_FILENAMES := $(patsubst soffice_bin:soffice_bin,soffice_bin:soffice,$(gb_Executable_FILENAMES)) else ifeq ($(OS),EMSCRIPTEN) gb_Executable_FILENAMES := $(patsubst soffice_bin:soffice_bin%,soffice_bin:soffice.html,$(gb_Executable_FILENAMES)) else gb_Executable_FILENAMES := $(patsubst soffice_bin:soffice_bin%,soffice_bin:soffice.bin,$(gb_Executable_FILENAMES)) endif endif gb_Executable_FILENAMES := $(patsubst soffice_exe:soffice_exe%,soffice_exe:soffice.exe,$(gb_Executable_FILENAMES)) gb_Executable_FILENAMES := $(patsubst soffice_com:soffice_com%,soffice_com:soffice.com,$(gb_Executable_FILENAMES)) # fixes for .jnilibs on macOS that are not also needed as .dylibs: ifeq ($(OS),MACOSX) gb_Library_FILENAMES := \ $(subst jpipe:libjpipe.dylib,jpipe:libjpipe.jnilib,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := \ $(subst juh:libjuh.dylib,juh:libjuh.jnilib,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := \ $(subst hsqldb:libhsqldb.dylib,hsqldb:libhsqldb.jnilib,$(gb_Library_FILENAMES)) endif # fixes for all the libraries that are named with too much creativity and do # not follow any of the established nameschemes # Make has no support for 'or' clauses in conditionals, # we use a filter expression instead. ifneq (,$(filter SOLARIS GCC,$(OS) $(COM))) gb_Library_FILENAMES := $(patsubst cppuhelper:libcppuhelper%,cppuhelper:libuno_cppuhelper%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst purpenvhelper:libpurpen%,purpenvhelper:libuno_purpen%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES)) ifeq ($(OS),MACOSX) # libpyuno_wrapper.dylib => pyuno.so gb_Library_FILENAMES := $(patsubst pyuno_wrapper:libpyuno_wrapper.dylib,pyuno_wrapper:pyuno.so,$(gb_Library_FILENAMES)) else # libpyuno_wrapper.so => pyuno.so gb_Library_FILENAMES := $(patsubst pyuno_wrapper:libpyuno_wrapper.so,pyuno_wrapper:pyuno.so,$(gb_Library_FILENAMES)) endif ifneq ($(OS),ANDROID) gb_Library_FILENAMES := $(patsubst unobootstrapprotector:libuno%,unobootstrapprotector:uno%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst unoexceptionprotector:libuno%,unoexceptionprotector:uno%,$(gb_Library_FILENAMES)) endif endif ifeq ($(OS),WNT) gb_Library_FILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst rdf:rdf%,rdf:librdf%,$(gb_Library_FILENAMES)) # libpyuno_wrapper.dll => pyuno.pyd gb_Library_FILENAMES := $(patsubst pyuno:pyuno.dll,pyuno:pyuno$(if $(MSVC_USE_DEBUG_RUNTIME),_d).pyd,$(gb_Library_FILENAMES)) gb_Library_ILIBFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_ILIBFILENAMES)) # these have prefix "lib" instead of "i" gb_Library_LIBLIBFILENAMES := \ rdf \ gb_Library_ILIBFILENAMES := \ $(filter-out $(foreach lib,$(gb_Library_LIBLIBFILENAMES),$(lib):%) \ ,$(gb_Library_ILIBFILENAMES)) gb_Library_ILIBFILENAMES += \ $(foreach lib,$(gb_Library_LIBLIBFILENAMES),$(lib):lib$(lib)$(gb_Library_PLAINEXT)) gb_Library_FILENAMES := $(filter-out $(foreach lib,$(gb_Library_LIBLIBFILENAMES),$(lib):%),$(gb_Library_FILENAMES)) gb_Library_FILENAMES += $(foreach lib,$(gb_Library_LIBLIBFILENAMES),$(lib):lib$(lib).dll) endif # ifeq ($(OS),WNT) gb_Executable_FILENAMES_FOR_BUILD := $(subst $(gb_Executable_EXT),$(gb_Executable_EXT_for_build),$(gb_Executable_FILENAMES)) gb_Library_FILENAMES_FOR_BUILD := $(subst $(gb_Library_PLAINEXT),$(gb_Library_PLAINEXT_FOR_BUILD),$(gb_Library_FILENAMES)) # vim: set noet sw=4 ts=4: ora/lov-5.0'>distro/collabora/lov-5.0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent BP <laurent.balland-poirier@laposte.net>2022-07-17 22:17:45 +0200
committerLaurent Balland <laurent.balland@mailo.fr>2022-10-11 20:55:19 +0200
commit7d698d505bf7b68d993c9c2246ab517e60106348 (patch)
treee634b472293226c3270d53c95a8f3dc964a758a2
parentffc15725b58d0988b4e2ed836c5751223ad00984 (diff)
tdf#143956 Convert all Wizards template to XML
All templates used by Wizards are now built from their XML It eases maintenance Page size, language and country attributes were removed Merge all wizard/package in one file Change-Id: I32193b2ff4c6a1b31934e6ed4e08d56801e5662e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137159 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
Diffstat
-rw-r--r--Repository.mk6
-rw-r--r--extras/CustomTarget_tplwizard.mk243
-rw-r--r--extras/Module_extras.mk7
-rw-r--r--extras/Package_tplwizagenda.mk35
-rw-r--r--extras/Package_tplwizard.mk100
-rw-r--r--extras/Package_tplwizfax.mk23
-rw-r--r--extras/Package_tplwizletter.mk25
-rw-r--r--extras/Package_tplwizreport.mk44
-rw-r--r--extras/Package_tplwizstyles.mk33
-rw-r--r--extras/source/templates/wizard/agenda/10grey.ottbin18240 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/10grey/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/10grey/Thumbnails/thumbnail.pngbin0 -> 5982 bytes
-rw-r--r--extras/source/templates/wizard/agenda/10grey/content.xml531
-rw-r--r--extras/source/templates/wizard/agenda/10grey/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/10grey/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/10grey/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/10grey/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/10grey/styles.xml360
-rw-r--r--extras/source/templates/wizard/agenda/1simple.ottbin18284 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/1simple/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/1simple/Thumbnails/thumbnail.pngbin0 -> 6225 bytes
-rw-r--r--extras/source/templates/wizard/agenda/1simple/content.xml428
-rw-r--r--extras/source/templates/wizard/agenda/1simple/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/1simple/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/1simple/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/1simple/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/1simple/styles.xml347
-rw-r--r--extras/source/templates/wizard/agenda/2elegant.ottbin21958 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/2elegant/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/agenda/2elegant/Pictures/1000000000000280000000052876A81A.gifbin0 -> 1878 bytes
-rw-r--r--extras/source/templates/wizard/agenda/2elegant/Pictures/100002000000008F0000000A83659D51.gifbin0 -> 1282 bytes
-rw-r--r--extras/source/templates/wizard/agenda/2elegant/Thumbnails/thumbnail.pngbin0 -> 5412 bytes
-rw-r--r--extras/source/templates/wizard/agenda/2elegant/content.xml614
-rw-r--r--extras/source/templates/wizard/agenda/2elegant/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/2elegant/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/2elegant/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/2elegant/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/2elegant/styles.xml360
-rw-r--r--extras/source/templates/wizard/agenda/3modern.ottbin19335 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/3modern/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/3modern/Thumbnails/thumbnail.pngbin0 -> 6822 bytes
-rw-r--r--extras/source/templates/wizard/agenda/3modern/content.xml587
-rw-r--r--extras/source/templates/wizard/agenda/3modern/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/3modern/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/3modern/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/3modern/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/3modern/styles.xml356
-rw-r--r--extras/source/templates/wizard/agenda/4classic.ottbin17460 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/4classic/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/4classic/Thumbnails/thumbnail.pngbin0 -> 5377 bytes
-rw-r--r--extras/source/templates/wizard/agenda/4classic/content.xml431
-rw-r--r--extras/source/templates/wizard/agenda/4classic/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/4classic/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/4classic/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/4classic/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/4classic/styles.xml353
-rw-r--r--extras/source/templates/wizard/agenda/5blue.ottbin17633 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/5blue/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/5blue/Thumbnails/thumbnail.pngbin0 -> 5439 bytes
-rw-r--r--extras/source/templates/wizard/agenda/5blue/content.xml429
-rw-r--r--extras/source/templates/wizard/agenda/5blue/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/5blue/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/5blue/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/5blue/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/5blue/styles.xml351
-rw-r--r--extras/source/templates/wizard/agenda/6orange.ottbin17625 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/6orange/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/6orange/Thumbnails/thumbnail.pngbin0 -> 5006 bytes
-rw-r--r--extras/source/templates/wizard/agenda/6orange/content.xml606
-rw-r--r--extras/source/templates/wizard/agenda/6orange/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/6orange/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/6orange/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/6orange/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/6orange/styles.xml377
-rw-r--r--extras/source/templates/wizard/agenda/7red.ottbin18367 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/7red/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/7red/Thumbnails/thumbnail.pngbin0 -> 5910 bytes
-rw-r--r--extras/source/templates/wizard/agenda/7red/content.xml580
-rw-r--r--extras/source/templates/wizard/agenda/7red/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/7red/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/7red/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/7red/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/7red/styles.xml354
-rw-r--r--extras/source/templates/wizard/agenda/8green.ottbin17985 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/8green/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/8green/Thumbnails/thumbnail.pngbin0 -> 5631 bytes
-rw-r--r--extras/source/templates/wizard/agenda/8green/content.xml553
-rw-r--r--extras/source/templates/wizard/agenda/8green/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/8green/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/8green/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/8green/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/8green/styles.xml357
-rw-r--r--extras/source/templates/wizard/agenda/9colorful.ottbin17565 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/9colorful/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/9colorful/Thumbnails/thumbnail.pngbin0 -> 5525 bytes
-rw-r--r--extras/source/templates/wizard/agenda/9colorful/content.xml416
-rw-r--r--extras/source/templates/wizard/agenda/9colorful/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/9colorful/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/9colorful/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/9colorful/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/9colorful/styles.xml357
-rw-r--r--extras/source/templates/wizard/agenda/aw-10grey.ottbin18239 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-10grey/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/aw-10grey/Thumbnails/thumbnail.pngbin0 -> 5982 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-10grey/content.xml531
-rw-r--r--extras/source/templates/wizard/agenda/aw-10grey/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/aw-10grey/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/aw-10grey/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/aw-10grey/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/aw-10grey/styles.xml360
-rw-r--r--extras/source/templates/wizard/agenda/aw-1simple.ottbin18545 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-1simple/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/aw-1simple/Thumbnails/thumbnail.pngbin0 -> 6338 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-1simple/content.xml429
-rw-r--r--extras/source/templates/wizard/agenda/aw-1simple/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/aw-1simple/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/aw-1simple/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/aw-1simple/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/aw-1simple/styles.xml345
-rw-r--r--extras/source/templates/wizard/agenda/aw-2elegant.ottbin21976 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-2elegant/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/agenda/aw-2elegant/Pictures/1000000000000280000000052876A81A.gifbin0 -> 1878 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-2elegant/Pictures/100002000000008F0000000A83659D51.gifbin0 -> 1282 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-2elegant/Thumbnails/thumbnail.pngbin0 -> 5431 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-2elegant/content.xml613
-rw-r--r--extras/source/templates/wizard/agenda/aw-2elegant/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/aw-2elegant/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/aw-2elegant/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/aw-2elegant/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/aw-2elegant/styles.xml360
-rw-r--r--extras/source/templates/wizard/agenda/aw-3modern.ottbin19280 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-3modern/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/aw-3modern/Thumbnails/thumbnail.pngbin0 -> 6822 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-3modern/content.xml585
-rw-r--r--extras/source/templates/wizard/agenda/aw-3modern/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/aw-3modern/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/aw-3modern/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/aw-3modern/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/aw-3modern/styles.xml354
-rw-r--r--extras/source/templates/wizard/agenda/aw-4classic.ottbin17459 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-4classic/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/aw-4classic/Thumbnails/thumbnail.pngbin0 -> 5377 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-4classic/content.xml431
-rw-r--r--extras/source/templates/wizard/agenda/aw-4classic/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/aw-4classic/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/aw-4classic/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/aw-4classic/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/aw-4classic/styles.xml353
-rw-r--r--extras/source/templates/wizard/agenda/aw-5blue.ottbin17888 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-5blue/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/aw-5blue/Thumbnails/thumbnail.pngbin0 -> 5569 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-5blue/content.xml440
-rw-r--r--extras/source/templates/wizard/agenda/aw-5blue/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/aw-5blue/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/aw-5blue/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/aw-5blue/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/aw-5blue/styles.xml351
-rw-r--r--extras/source/templates/wizard/agenda/aw-6orange.ottbin17566 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-6orange/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/aw-6orange/Thumbnails/thumbnail.pngbin0 -> 5006 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-6orange/content.xml600
-rw-r--r--extras/source/templates/wizard/agenda/aw-6orange/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/aw-6orange/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/aw-6orange/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/aw-6orange/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/aw-6orange/styles.xml375
-rw-r--r--extras/source/templates/wizard/agenda/aw-7red.ottbin18145 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-7red/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/aw-7red/Thumbnails/thumbnail.pngbin0 -> 5657 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-7red/content.xml582
-rw-r--r--extras/source/templates/wizard/agenda/aw-7red/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/aw-7red/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/aw-7red/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/aw-7red/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/aw-7red/styles.xml355
-rw-r--r--extras/source/templates/wizard/agenda/aw-8green.ottbin17990 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-8green/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/aw-8green/Thumbnails/thumbnail.pngbin0 -> 5631 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-8green/content.xml553
-rw-r--r--extras/source/templates/wizard/agenda/aw-8green/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/aw-8green/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/aw-8green/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/aw-8green/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/aw-8green/styles.xml357
-rw-r--r--extras/source/templates/wizard/agenda/aw-9colorful.ottbin17564 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-9colorful/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/agenda/aw-9colorful/Thumbnails/thumbnail.pngbin0 -> 5525 bytes
-rw-r--r--extras/source/templates/wizard/agenda/aw-9colorful/content.xml416
-rw-r--r--extras/source/templates/wizard/agenda/aw-9colorful/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/agenda/aw-9colorful/meta.xml16
-rw-r--r--extras/source/templates/wizard/agenda/aw-9colorful/mimetype1
-rw-r--r--extras/source/templates/wizard/agenda/aw-9colorful/settings.xml24
-rw-r--r--extras/source/templates/wizard/agenda/aw-9colorful/styles.xml357
-rw-r--r--extras/source/templates/wizard/fax/bus-classic-pri_f.ottbin19507 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/fax/bus-classic-pri_f/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/fax/bus-classic-pri_f/Thumbnails/thumbnail.pngbin0 -> 4344 bytes
-rw-r--r--extras/source/templates/wizard/fax/bus-classic-pri_f/content.xml253
-rw-r--r--extras/source/templates/wizard/fax/bus-classic-pri_f/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/fax/bus-classic-pri_f/meta.xml17
-rw-r--r--extras/source/templates/wizard/fax/bus-classic-pri_f/mimetype1
-rw-r--r--extras/source/templates/wizard/fax/bus-classic-pri_f/settings.xml24
-rw-r--r--extras/source/templates/wizard/fax/bus-classic-pri_f/styles.xml1143
-rw-r--r--extras/source/templates/wizard/fax/bus-classic_f.ottbin31849 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/fax/bus-classic_f/META-INF/manifest.xml11
-rw-r--r--extras/source/templates/wizard/fax/bus-classic_f/Pictures/200000520000271100001F73A977C564.wmfbin0 -> 28656 bytes
-rw-r--r--extras/source/templates/wizard/fax/bus-classic_f/Thumbnails/thumbnail.pngbin0 -> 4484 bytes
-rw-r--r--extras/source/templates/wizard/fax/bus-classic_f/content.xml277
-rw-r--r--extras/source/templates/wizard/fax/bus-classic_f/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/fax/bus-classic_f/meta.xml17
-rw-r--r--extras/source/templates/wizard/fax/bus-classic_f/mimetype1
-rw-r--r--extras/source/templates/wizard/fax/bus-classic_f/settings.xml24
-rw-r--r--extras/source/templates/wizard/fax/bus-classic_f/styles.xml1142
-rw-r--r--extras/source/templates/wizard/fax/bus-modern-pri_f.ottbin19384 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/fax/bus-modern-pri_f/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/fax/bus-modern-pri_f/Thumbnails/thumbnail.pngbin0 -> 4320 bytes
-rw-r--r--extras/source/templates/wizard/fax/bus-modern-pri_f/content.xml244
-rw-r--r--extras/source/templates/wizard/fax/bus-modern-pri_f/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/fax/bus-modern-pri_f/meta.xml17
-rw-r--r--extras/source/templates/wizard/fax/bus-modern-pri_f/mimetype1
-rw-r--r--extras/source/templates/wizard/fax/bus-modern-pri_f/settings.xml24
-rw-r--r--extras/source/templates/wizard/fax/bus-modern-pri_f/styles.xml1138
-rw-r--r--extras/source/templates/wizard/fax/bus-modern_f.ottbin31746 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/fax/bus-modern_f/META-INF/manifest.xml11
-rw-r--r--extras/source/templates/wizard/fax/bus-modern_f/Pictures/2000004E0000271100001F73772F7F48.wmfbin0 -> 28464 bytes
-rw-r--r--extras/source/templates/wizard/fax/bus-modern_f/Thumbnails/thumbnail.pngbin0 -> 4523 bytes
-rw-r--r--extras/source/templates/wizard/fax/bus-modern_f/content.xml269
-rw-r--r--extras/source/templates/wizard/fax/bus-modern_f/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/fax/bus-modern_f/meta.xml17
-rw-r--r--extras/source/templates/wizard/fax/bus-modern_f/mimetype1
-rw-r--r--extras/source/templates/wizard/fax/bus-modern_f/settings.xml24
-rw-r--r--extras/source/templates/wizard/fax/bus-modern_f/styles.xml1137
-rw-r--r--extras/source/templates/wizard/fax/pri-bottle_f.ottbin48090 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/fax/pri-bottle_f/META-INF/manifest.xml13
-rw-r--r--extras/source/templates/wizard/fax/pri-bottle_f/Pictures/200002EB000022DA000024E1F891208C.wmfbin0 -> 95462 bytes
-rw-r--r--extras/source/templates/wizard/fax/pri-bottle_f/Thumbnails/thumbnail.pngbin0 -> 1056 bytes
-rw-r--r--extras/source/templates/wizard/fax/pri-bottle_f/content.xml140
-rw-r--r--extras/source/templates/wizard/fax/pri-bottle_f/meta.xml16
-rw-r--r--extras/source/templates/wizard/fax/pri-bottle_f/mimetype1
-rw-r--r--extras/source/templates/wizard/fax/pri-bottle_f/settings.xml24
-rw-r--r--extras/source/templates/wizard/fax/pri-bottle_f/styles.xml1107
-rw-r--r--extras/source/templates/wizard/fax/pri-fax_f.ottbin58360 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/fax/pri-fax_f/META-INF/manifest.xml13
-rw-r--r--extras/source/templates/wizard/fax/pri-fax_f/Pictures/2000032600002711000026A54A905481.wmfbin0 -> 124106 bytes
-rw-r--r--extras/source/templates/wizard/fax/pri-fax_f/Thumbnails/thumbnail.pngbin0 -> 960 bytes
-rw-r--r--extras/source/templates/wizard/fax/pri-fax_f/content.xml140
-rw-r--r--extras/source/templates/wizard/fax/pri-fax_f/meta.xml16
-rw-r--r--extras/source/templates/wizard/fax/pri-fax_f/mimetype1
-rw-r--r--extras/source/templates/wizard/fax/pri-fax_f/settings.xml24
-rw-r--r--extras/source/templates/wizard/fax/pri-fax_f/styles.xml1104
-rw-r--r--extras/source/templates/wizard/fax/pri-lines_f.ottbin12171 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/fax/pri-lines_f/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/fax/pri-lines_f/Thumbnails/thumbnail.pngbin0 -> 714 bytes
-rw-r--r--extras/source/templates/wizard/fax/pri-lines_f/content.xml106
-rw-r--r--extras/source/templates/wizard/fax/pri-lines_f/meta.xml16
-rw-r--r--extras/source/templates/wizard/fax/pri-lines_f/mimetype1
-rw-r--r--extras/source/templates/wizard/fax/pri-lines_f/settings.xml24
-rw-r--r--extras/source/templates/wizard/fax/pri-lines_f/styles.xml1104
-rw-r--r--extras/source/templates/wizard/fax/pri-marine_f.ottbin19175 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/fax/pri-marine_f/META-INF/manifest.xml13
-rw-r--r--extras/source/templates/wizard/fax/pri-marine_f/Pictures/2000004B0000227F0000227886F3FC0F.wmfbin0 -> 11476 bytes
-rw-r--r--extras/source/templates/wizard/fax/pri-marine_f/Thumbnails/thumbnail.pngbin0 -> 774 bytes
-rw-r--r--extras/source/templates/wizard/fax/pri-marine_f/content.xml118
-rw-r--r--extras/source/templates/wizard/fax/pri-marine_f/meta.xml16
-rw-r--r--extras/source/templates/wizard/fax/pri-marine_f/mimetype1
-rw-r--r--extras/source/templates/wizard/fax/pri-marine_f/settings.xml24
-rw-r--r--extras/source/templates/wizard/fax/pri-marine_f/styles.xml1106
-rw-r--r--extras/source/templates/wizard/letter/bus-elegant_l.ottbin37129 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/letter/bus-elegant_l/META-INF/manifest.xml11
-rw-r--r--extras/source/templates/wizard/letter/bus-elegant_l/Pictures/10000000000001B8000000824B7EA208.pngbin0 -> 18222 bytes
-rw-r--r--extras/source/templates/wizard/letter/bus-elegant_l/Thumbnails/thumbnail.pngbin0 -> 3279 bytes
-rw-r--r--extras/source/templates/wizard/letter/bus-elegant_l/content.xml192
-rw-r--r--extras/source/templates/wizard/letter/bus-elegant_l/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/letter/bus-elegant_l/meta.xml17
-rw-r--r--extras/source/templates/wizard/letter/bus-elegant_l/mimetype1
-rw-r--r--extras/source/templates/wizard/letter/bus-elegant_l/settings.xml24
-rw-r--r--extras/source/templates/wizard/letter/bus-elegant_l/styles.xml1159
-rw-r--r--extras/source/templates/wizard/letter/bus-modern_l.ottbin37372 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/letter/bus-modern_l/META-INF/manifest.xml11
-rw-r--r--extras/source/templates/wizard/letter/bus-modern_l/Pictures/10000000000001B8000000824B7EA208.pngbin0 -> 18222 bytes
-rw-r--r--extras/source/templates/wizard/letter/bus-modern_l/Thumbnails/thumbnail.pngbin0 -> 3484 bytes
-rw-r--r--extras/source/templates/wizard/letter/bus-modern_l/content.xml190
-rw-r--r--extras/source/templates/wizard/letter/bus-modern_l/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/letter/bus-modern_l/meta.xml17
-rw-r--r--extras/source/templates/wizard/letter/bus-modern_l/mimetype1
-rw-r--r--extras/source/templates/wizard/letter/bus-modern_l/settings.xml24
-rw-r--r--extras/source/templates/wizard/letter/bus-modern_l/styles.xml1159
-rw-r--r--extras/source/templates/wizard/letter/bus-office_l.ottbin37391 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/letter/bus-office_l/META-INF/manifest.xml11
-rw-r--r--extras/source/templates/wizard/letter/bus-office_l/Pictures/10000000000001B8000000824B7EA208.pngbin0 -> 18222 bytes
-rw-r--r--extras/source/templates/wizard/letter/bus-office_l/Thumbnails/thumbnail.pngbin0 -> 3520 bytes
-rw-r--r--extras/source/templates/wizard/letter/bus-office_l/content.xml187
-rw-r--r--extras/source/templates/wizard/letter/bus-office_l/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/letter/bus-office_l/meta.xml17
-rw-r--r--extras/source/templates/wizard/letter/bus-office_l/mimetype1
-rw-r--r--extras/source/templates/wizard/letter/bus-office_l/settings.xml24
-rw-r--r--extras/source/templates/wizard/letter/bus-office_l/styles.xml1159
-rw-r--r--extras/source/templates/wizard/letter/off-elegant_l.ottbin18939 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/letter/off-elegant_l/META-INF/manifest.xml11
-rw-r--r--extras/source/templates/wizard/letter/off-elegant_l/Pictures/2000000D00000434000006FD6841386B.svmbin0 -> 347 bytes
-rw-r--r--extras/source/templates/wizard/letter/off-elegant_l/Thumbnails/thumbnail.pngbin0 -> 3215 bytes
-rw-r--r--extras/source/templates/wizard/letter/off-elegant_l/content.xml187
-rw-r--r--extras/source/templates/wizard/letter/off-elegant_l/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/letter/off-elegant_l/meta.xml17
-rw-r--r--extras/source/templates/wizard/letter/off-elegant_l/mimetype1
-rw-r--r--extras/source/templates/wizard/letter/off-elegant_l/settings.xml24
-rw-r--r--extras/source/templates/wizard/letter/off-elegant_l/styles.xml1139
-rw-r--r--extras/source/templates/wizard/letter/off-modern_l.ottbin18651 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/letter/off-modern_l/META-INF/manifest.xml11
-rw-r--r--extras/source/templates/wizard/letter/off-modern_l/Pictures/10000000000000110000001142D1547F.pngbin0 -> 81 bytes
-rw-r--r--extras/source/templates/wizard/letter/off-modern_l/Thumbnails/thumbnail.pngbin0 -> 3309 bytes
-rw-r--r--extras/source/templates/wizard/letter/off-modern_l/content.xml190
-rw-r--r--extras/source/templates/wizard/letter/off-modern_l/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/letter/off-modern_l/meta.xml17
-rw-r--r--extras/source/templates/wizard/letter/off-modern_l/mimetype1
-rw-r--r--extras/source/templates/wizard/letter/off-modern_l/settings.xml24
-rw-r--r--extras/source/templates/wizard/letter/off-modern_l/styles.xml1132
-rw-r--r--extras/source/templates/wizard/letter/off-office_l.ottbin18720 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/letter/off-office_l/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/letter/off-office_l/Thumbnails/thumbnail.pngbin0 -> 3531 bytes
-rw-r--r--extras/source/templates/wizard/letter/off-office_l/content.xml196
-rw-r--r--extras/source/templates/wizard/letter/off-office_l/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/letter/off-office_l/meta.xml17
-rw-r--r--extras/source/templates/wizard/letter/off-office_l/mimetype1
-rw-r--r--extras/source/templates/wizard/letter/off-office_l/settings.xml24
-rw-r--r--extras/source/templates/wizard/letter/off-office_l/styles.xml1140
-rw-r--r--extras/source/templates/wizard/letter/pri-bottle_l.ottbin48269 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/letter/pri-bottle_l/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/letter/pri-bottle_l/Pictures/200002EB000022DA000024E1F891208C.wmfbin0 -> 95462 bytes
-rw-r--r--extras/source/templates/wizard/letter/pri-bottle_l/Thumbnails/thumbnail.pngbin0 -> 1050 bytes
-rw-r--r--extras/source/templates/wizard/letter/pri-bottle_l/content.xml141
-rw-r--r--extras/source/templates/wizard/letter/pri-bottle_l/meta.xml16
-rw-r--r--extras/source/templates/wizard/letter/pri-bottle_l/mimetype1
-rw-r--r--extras/source/templates/wizard/letter/pri-bottle_l/settings.xml24
-rw-r--r--extras/source/templates/wizard/letter/pri-bottle_l/styles.xml1099
-rw-r--r--extras/source/templates/wizard/letter/pri-mail_l.ottbin24147 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/letter/pri-mail_l/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/letter/pri-mail_l/Pictures/200000430000271100001205CAE80946.wmfbin0 -> 25422 bytes
-rw-r--r--extras/source/templates/wizard/letter/pri-mail_l/Thumbnails/thumbnail.pngbin0 -> 867 bytes
-rw-r--r--extras/source/templates/wizard/letter/pri-mail_l/content.xml142
-rw-r--r--extras/source/templates/wizard/letter/pri-mail_l/meta.xml16
-rw-r--r--extras/source/templates/wizard/letter/pri-mail_l/mimetype1
-rw-r--r--extras/source/templates/wizard/letter/pri-mail_l/settings.xml24
-rw-r--r--extras/source/templates/wizard/letter/pri-mail_l/styles.xml1100
-rw-r--r--extras/source/templates/wizard/letter/pri-marine_l.ottbin19333 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/letter/pri-marine_l/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/letter/pri-marine_l/Pictures/2000004B0000227F0000227886F3FC0F.wmfbin0 -> 11476 bytes
-rw-r--r--extras/source/templates/wizard/letter/pri-marine_l/Thumbnails/thumbnail.pngbin0 -> 729 bytes
-rw-r--r--extras/source/templates/wizard/letter/pri-marine_l/content.xml141
-rw-r--r--extras/source/templates/wizard/letter/pri-marine_l/meta.xml16
-rw-r--r--extras/source/templates/wizard/letter/pri-marine_l/mimetype1
-rw-r--r--extras/source/templates/wizard/letter/pri-marine_l/settings.xml24
-rw-r--r--extras/source/templates/wizard/letter/pri-marine_l/styles.xml1099
-rw-r--r--extras/source/templates/wizard/letter/pri-redline_l.ottbin12441 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/letter/pri-redline_l/META-INF/manifest.xml11
-rw-r--r--extras/source/templates/wizard/letter/pri-redline_l/Thumbnails/thumbnail.pngbin0 -> 741 bytes
-rw-r--r--extras/source/templates/wizard/letter/pri-redline_l/content.xml108
-rw-r--r--extras/source/templates/wizard/letter/pri-redline_l/meta.xml16
-rw-r--r--extras/source/templates/wizard/letter/pri-redline_l/mimetype1
-rw-r--r--extras/source/templates/wizard/letter/pri-redline_l/settings.xml24
-rw-r--r--extras/source/templates/wizard/letter/pri-redline_l/styles.xml1099
-rw-r--r--extras/source/templates/wizard/report/cnt-01.ottbin8810 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-01/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-01/Thumbnails/thumbnail.pngbin0 -> 899 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-01/content.xml269
-rw-r--r--extras/source/templates/wizard/report/cnt-01/meta.xml15
-rw-r--r--extras/source/templates/wizard/report/cnt-01/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-01/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-01/styles.xml195
-rw-r--r--extras/source/templates/wizard/report/cnt-011.ottbin8799 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-011/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-011/Thumbnails/thumbnail.pngbin0 -> 878 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-011/content.xml269
-rw-r--r--extras/source/templates/wizard/report/cnt-011/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/cnt-011/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-011/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-011/styles.xml195
-rw-r--r--extras/source/templates/wizard/report/cnt-012.ottbin8700 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-012/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-012/Thumbnails/thumbnail.pngbin0 -> 848 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-012/content.xml274
-rw-r--r--extras/source/templates/wizard/report/cnt-012/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/cnt-012/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-012/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-012/styles.xml198
-rw-r--r--extras/source/templates/wizard/report/cnt-02.ottbin8668 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-02/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-02/Thumbnails/thumbnail.pngbin0 -> 782 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-02/content.xml269
-rw-r--r--extras/source/templates/wizard/report/cnt-02/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/cnt-02/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-02/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-02/styles.xml190
-rw-r--r--extras/source/templates/wizard/report/cnt-021.ottbin8739 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-021/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-021/Thumbnails/thumbnail.pngbin0 -> 837 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-021/content.xml269
-rw-r--r--extras/source/templates/wizard/report/cnt-021/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/cnt-021/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-021/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-021/styles.xml190
-rw-r--r--extras/source/templates/wizard/report/cnt-022.ottbin8597 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-022/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-022/Thumbnails/thumbnail.pngbin0 -> 814 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-022/content.xml269
-rw-r--r--extras/source/templates/wizard/report/cnt-022/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/cnt-022/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-022/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-022/styles.xml195
-rw-r--r--extras/source/templates/wizard/report/cnt-03.ottbin8995 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-03/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-03/Thumbnails/thumbnail.pngbin0 -> 955 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-03/content.xml284
-rw-r--r--extras/source/templates/wizard/report/cnt-03/meta.xml17
-rw-r--r--extras/source/templates/wizard/report/cnt-03/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-03/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-03/styles.xml206
-rw-r--r--extras/source/templates/wizard/report/cnt-031.ottbin8995 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-031/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-031/Thumbnails/thumbnail.pngbin0 -> 947 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-031/content.xml292
-rw-r--r--extras/source/templates/wizard/report/cnt-031/meta.xml17
-rw-r--r--extras/source/templates/wizard/report/cnt-031/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-031/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-031/styles.xml202
-rw-r--r--extras/source/templates/wizard/report/cnt-032.ottbin8924 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-032/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-032/Thumbnails/thumbnail.pngbin0 -> 967 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-032/content.xml284
-rw-r--r--extras/source/templates/wizard/report/cnt-032/meta.xml17
-rw-r--r--extras/source/templates/wizard/report/cnt-032/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-032/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-032/styles.xml208
-rw-r--r--extras/source/templates/wizard/report/cnt-04.ottbin9113 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-04/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-04/Thumbnails/thumbnail.pngbin0 -> 932 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-04/content.xml315
-rw-r--r--extras/source/templates/wizard/report/cnt-04/meta.xml17
-rw-r--r--extras/source/templates/wizard/report/cnt-04/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-04/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-04/styles.xml211
-rw-r--r--extras/source/templates/wizard/report/cnt-041.ottbin9258 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-041/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-041/Thumbnails/thumbnail.pngbin0 -> 971 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-041/content.xml318
-rw-r--r--extras/source/templates/wizard/report/cnt-041/meta.xml17
-rw-r--r--extras/source/templates/wizard/report/cnt-041/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-041/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-041/styles.xml227
-rw-r--r--extras/source/templates/wizard/report/cnt-042.ottbin8954 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-042/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-042/Thumbnails/thumbnail.pngbin0 -> 897 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-042/content.xml315
-rw-r--r--extras/source/templates/wizard/report/cnt-042/meta.xml17
-rw-r--r--extras/source/templates/wizard/report/cnt-042/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-042/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-042/styles.xml212
-rw-r--r--extras/source/templates/wizard/report/cnt-05.ottbin8647 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-05/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-05/Thumbnails/thumbnail.pngbin0 -> 750 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-05/content.xml269
-rw-r--r--extras/source/templates/wizard/report/cnt-05/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/cnt-05/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-05/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-05/styles.xml202
-rw-r--r--extras/source/templates/wizard/report/cnt-051.ottbin8627 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-051/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-051/Thumbnails/thumbnail.pngbin0 -> 748 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-051/content.xml271
-rw-r--r--extras/source/templates/wizard/report/cnt-051/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/cnt-051/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-051/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-051/styles.xml202
-rw-r--r--extras/source/templates/wizard/report/cnt-052.ottbin8626 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-052/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-052/Thumbnails/thumbnail.pngbin0 -> 741 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-052/content.xml274
-rw-r--r--extras/source/templates/wizard/report/cnt-052/meta.xml18
-rw-r--r--extras/source/templates/wizard/report/cnt-052/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-052/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-052/styles.xml203
-rw-r--r--extras/source/templates/wizard/report/cnt-06.ottbin8894 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-06/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-06/Thumbnails/thumbnail.pngbin0 -> 914 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-06/content.xml270
-rw-r--r--extras/source/templates/wizard/report/cnt-06/meta.xml15
-rw-r--r--extras/source/templates/wizard/report/cnt-06/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-06/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-06/styles.xml201
-rw-r--r--extras/source/templates/wizard/report/cnt-061.ottbin8823 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-061/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-061/Thumbnails/thumbnail.pngbin0 -> 867 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-061/content.xml265
-rw-r--r--extras/source/templates/wizard/report/cnt-061/meta.xml15
-rw-r--r--extras/source/templates/wizard/report/cnt-061/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-061/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-061/styles.xml200
-rw-r--r--extras/source/templates/wizard/report/cnt-062.ottbin8758 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-062/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-062/Thumbnails/thumbnail.pngbin0 -> 878 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-062/content.xml267
-rw-r--r--extras/source/templates/wizard/report/cnt-062/meta.xml15
-rw-r--r--extras/source/templates/wizard/report/cnt-062/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-062/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-062/styles.xml201
-rw-r--r--extras/source/templates/wizard/report/cnt-default.ottbin8771 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-default/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/cnt-default/Thumbnails/thumbnail.pngbin0 -> 794 bytes
-rw-r--r--extras/source/templates/wizard/report/cnt-default/content.xml276
-rw-r--r--extras/source/templates/wizard/report/cnt-default/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/cnt-default/mimetype1
-rw-r--r--extras/source/templates/wizard/report/cnt-default/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/cnt-default/styles.xml192
-rw-r--r--extras/source/templates/wizard/report/stl-01.ottbin40601 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-01/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/stl-01/Pictures/100002000000001400000014E87B6AC5.gifbin0 -> 901 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-01/Pictures/2000018100001CB100002711BFED37A8.wmfbin0 -> 69838 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-01/Thumbnails/thumbnail.pngbin0 -> 1947 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-01/content.xml63
-rw-r--r--extras/source/templates/wizard/report/stl-01/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/report/stl-01/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/stl-01/mimetype1
-rw-r--r--extras/source/templates/wizard/report/stl-01/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/stl-01/styles.xml295
-rw-r--r--extras/source/templates/wizard/report/stl-02.ottbin30012 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-02/META-INF/manifest.xml11
-rw-r--r--extras/source/templates/wizard/report/stl-02/Pictures/2000009E0000380100002657BA019D86.wmfbin0 -> 48372 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-02/Thumbnails/thumbnail.pngbin0 -> 2189 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-02/content.xml53
-rw-r--r--extras/source/templates/wizard/report/stl-02/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/report/stl-02/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/stl-02/mimetype1
-rw-r--r--extras/source/templates/wizard/report/stl-02/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/stl-02/styles.xml256
-rw-r--r--extras/source/templates/wizard/report/stl-03.ottbin50605 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-03/META-INF/manifest.xml11
-rw-r--r--extras/source/templates/wizard/report/stl-03/Pictures/2000024900002711000021F4DCB2DF4A.wmfbin0 -> 100864 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-03/Thumbnails/thumbnail.pngbin0 -> 2211 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-03/content.xml59
-rw-r--r--extras/source/templates/wizard/report/stl-03/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/report/stl-03/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/stl-03/mimetype1
-rw-r--r--extras/source/templates/wizard/report/stl-03/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/stl-03/styles.xml333
-rw-r--r--extras/source/templates/wizard/report/stl-04.ottbin32332 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-04/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/stl-04/Pictures/10000000000000400000004077CDC8F9.pngbin0 -> 259 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-04/Pictures/10000000000001C6000000E44DCA6C94.jpgbin0 -> 11426 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-04/Thumbnails/thumbnail.pngbin0 -> 10650 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-04/content.xml51
-rw-r--r--extras/source/templates/wizard/report/stl-04/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/report/stl-04/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/stl-04/mimetype1
-rw-r--r--extras/source/templates/wizard/report/stl-04/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/stl-04/styles.xml248
-rw-r--r--extras/source/templates/wizard/report/stl-05.ottbin50592 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-05/META-INF/manifest.xml11
-rw-r--r--extras/source/templates/wizard/report/stl-05/Pictures/2000036D000027110000145EB7E93049.wmfbin0 -> 117778 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-05/Thumbnails/thumbnail.pngbin0 -> 2390 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-05/content.xml57
-rw-r--r--extras/source/templates/wizard/report/stl-05/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/report/stl-05/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/stl-05/mimetype1
-rw-r--r--extras/source/templates/wizard/report/stl-05/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/stl-05/styles.xml342
-rw-r--r--extras/source/templates/wizard/report/stl-06.ottbin22398 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-06/META-INF/manifest.xml12
-rw-r--r--extras/source/templates/wizard/report/stl-06/Pictures/100000000000005A000000268DE98CCE.gifbin0 -> 3490 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-06/Pictures/100000000000021B000001E8BE936AB6.gifbin0 -> 6064 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-06/Thumbnails/thumbnail.pngbin0 -> 2411 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-06/content.xml61
-rw-r--r--extras/source/templates/wizard/report/stl-06/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/report/stl-06/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/stl-06/mimetype1
-rw-r--r--extras/source/templates/wizard/report/stl-06/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/stl-06/styles.xml274
-rw-r--r--extras/source/templates/wizard/report/stl-07.ottbin13020 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-07/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/report/stl-07/Thumbnails/thumbnail.pngbin0 -> 2650 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-07/content.xml67
-rw-r--r--extras/source/templates/wizard/report/stl-07/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/report/stl-07/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/stl-07/mimetype1
-rw-r--r--extras/source/templates/wizard/report/stl-07/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/stl-07/styles.xml277
-rw-r--r--extras/source/templates/wizard/report/stl-08.ottbin15660 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-08/META-INF/manifest.xml11
-rw-r--r--extras/source/templates/wizard/report/stl-08/Pictures/100000000000005E0000005E97FB9EF6.jpgbin0 -> 1422 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-08/Thumbnails/thumbnail.pngbin0 -> 4499 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-08/content.xml48
-rw-r--r--extras/source/templates/wizard/report/stl-08/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/report/stl-08/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/stl-08/mimetype1
-rw-r--r--extras/source/templates/wizard/report/stl-08/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/stl-08/styles.xml256
-rw-r--r--extras/source/templates/wizard/report/stl-09.ottbin54317 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-09/META-INF/manifest.xml13
-rw-r--r--extras/source/templates/wizard/report/stl-09/Pictures/10000000000000050000004D32652675.jpgbin0 -> 773 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-09/Pictures/100002000000001400000014E87B6AC5.gifbin0 -> 901 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-09/Pictures/2000025100001D92000017719EB70CFB.wmfbin0 -> 97872 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-09/Thumbnails/thumbnail.pngbin0 -> 2402 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-09/content.xml56
-rw-r--r--extras/source/templates/wizard/report/stl-09/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/report/stl-09/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/stl-09/mimetype1
-rw-r--r--extras/source/templates/wizard/report/stl-09/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/stl-09/styles.xml284
-rw-r--r--extras/source/templates/wizard/report/stl-default.ottbin11333 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-default/META-INF/manifest.xml10
-rw-r--r--extras/source/templates/wizard/report/stl-default/Thumbnails/thumbnail.pngbin0 -> 1963 bytes
-rw-r--r--extras/source/templates/wizard/report/stl-default/content.xml51
-rw-r--r--extras/source/templates/wizard/report/stl-default/manifest.rdf18
-rw-r--r--extras/source/templates/wizard/report/stl-default/meta.xml16
-rw-r--r--extras/source/templates/wizard/report/stl-default/mimetype1
-rw-r--r--extras/source/templates/wizard/report/stl-default/settings.xml24
-rw-r--r--extras/source/templates/wizard/report/stl-default/styles.xml232
-rw-r--r--extras/source/templates/wizard/styles/black_white.otsbin14943 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/black_white/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/black_white/Thumbnails/thumbnail.pngbin0 -> 5871 bytes
-rw-r--r--extras/source/templates/wizard/styles/black_white/content.xml295
-rw-r--r--extras/source/templates/wizard/styles/black_white/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/black_white/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/black_white/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/black_white/styles.xml228
-rw-r--r--extras/source/templates/wizard/styles/blackberry.otsbin15157 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/blackberry/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/blackberry/Thumbnails/thumbnail.pngbin0 -> 6290 bytes
-rw-r--r--extras/source/templates/wizard/styles/blackberry/content.xml278
-rw-r--r--extras/source/templates/wizard/styles/blackberry/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/blackberry/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/blackberry/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/blackberry/styles.xml214
-rw-r--r--extras/source/templates/wizard/styles/default.otsbin14774 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/default/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/default/Thumbnails/thumbnail.pngbin0 -> 5929 bytes
-rw-r--r--extras/source/templates/wizard/styles/default/content.xml278
-rw-r--r--extras/source/templates/wizard/styles/default/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/default/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/default/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/default/styles.xml214
-rw-r--r--extras/source/templates/wizard/styles/diner/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/diner/Thumbnails/thumbnail.png (renamed from extras/source/templates/wizard/styles/diner.ots)bin18792 -> 9520 bytes
-rw-r--r--extras/source/templates/wizard/styles/diner/content.xml290
-rw-r--r--extras/source/templates/wizard/styles/diner/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/diner/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/diner/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/diner/styles.xml224
-rw-r--r--extras/source/templates/wizard/styles/fall.otsbin14338 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/fall/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/fall/Thumbnails/thumbnail.pngbin0 -> 5382 bytes
-rw-r--r--extras/source/templates/wizard/styles/fall/content.xml280
-rw-r--r--extras/source/templates/wizard/styles/fall/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/fall/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/fall/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/fall/styles.xml214
-rw-r--r--extras/source/templates/wizard/styles/glacier.otsbin15070 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/glacier/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/glacier/Thumbnails/thumbnail.pngbin0 -> 6153 bytes
-rw-r--r--extras/source/templates/wizard/styles/glacier/content.xml278
-rw-r--r--extras/source/templates/wizard/styles/glacier/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/glacier/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/glacier/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/glacier/styles.xml214
-rw-r--r--extras/source/templates/wizard/styles/green_grapes.otsbin14783 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/green_grapes/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/green_grapes/Thumbnails/thumbnail.pngbin0 -> 5893 bytes
-rw-r--r--extras/source/templates/wizard/styles/green_grapes/content.xml278
-rw-r--r--extras/source/templates/wizard/styles/green_grapes/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/green_grapes/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/green_grapes/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/green_grapes/styles.xml223
-rw-r--r--extras/source/templates/wizard/styles/jeans.otsbin14709 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/jeans/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/jeans/Thumbnails/thumbnail.pngbin0 -> 5862 bytes
-rw-r--r--extras/source/templates/wizard/styles/jeans/content.xml278
-rw-r--r--extras/source/templates/wizard/styles/jeans/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/jeans/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/jeans/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/jeans/styles.xml215
-rw-r--r--extras/source/templates/wizard/styles/marine.otsbin14217 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/marine/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/marine/Thumbnails/thumbnail.pngbin0 -> 5361 bytes
-rw-r--r--extras/source/templates/wizard/styles/marine/content.xml279
-rw-r--r--extras/source/templates/wizard/styles/marine/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/marine/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/marine/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/marine/styles.xml207
-rw-r--r--extras/source/templates/wizard/styles/millennium.otsbin14766 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/millennium/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/millennium/Thumbnails/thumbnail.pngbin0 -> 5787 bytes
-rw-r--r--extras/source/templates/wizard/styles/millennium/content.xml282
-rw-r--r--extras/source/templates/wizard/styles/millennium/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/millennium/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/millennium/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/millennium/styles.xml219
-rw-r--r--extras/source/templates/wizard/styles/nature.otsbin14961 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/nature/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/nature/Thumbnails/thumbnail.pngbin0 -> 6126 bytes
-rw-r--r--extras/source/templates/wizard/styles/nature/content.xml278
-rw-r--r--extras/source/templates/wizard/styles/nature/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/nature/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/nature/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/nature/styles.xml213
-rw-r--r--extras/source/templates/wizard/styles/neon.otsbin15603 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/neon/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/neon/Thumbnails/thumbnail.pngbin0 -> 6502 bytes
-rw-r--r--extras/source/templates/wizard/styles/neon/content.xml285
-rw-r--r--extras/source/templates/wizard/styles/neon/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/neon/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/neon/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/neon/styles.xml217
-rw-r--r--extras/source/templates/wizard/styles/night.otsbin15784 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/night/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/night/Thumbnails/thumbnail.pngbin0 -> 6944 bytes
-rw-r--r--extras/source/templates/wizard/styles/night/content.xml278
-rw-r--r--extras/source/templates/wizard/styles/night/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/night/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/night/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/night/styles.xml213
-rw-r--r--extras/source/templates/wizard/styles/nostalgic.otsbin13954 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/nostalgic/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/nostalgic/Thumbnails/thumbnail.pngbin0 -> 4729 bytes
-rw-r--r--extras/source/templates/wizard/styles/nostalgic/content.xml301
-rw-r--r--extras/source/templates/wizard/styles/nostalgic/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/nostalgic/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/nostalgic/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/nostalgic/styles.xml232
-rw-r--r--extras/source/templates/wizard/styles/pastell.otsbin14812 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/pastell/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/pastell/Thumbnails/thumbnail.pngbin0 -> 5891 bytes
-rw-r--r--extras/source/templates/wizard/styles/pastell/content.xml302
-rw-r--r--extras/source/templates/wizard/styles/pastell/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/pastell/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/pastell/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/pastell/styles.xml217
-rw-r--r--extras/source/templates/wizard/styles/pool.otsbin15364 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/pool/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/pool/Thumbnails/thumbnail.pngbin0 -> 6386 bytes
-rw-r--r--extras/source/templates/wizard/styles/pool/content.xml282
-rw-r--r--extras/source/templates/wizard/styles/pool/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/pool/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/pool/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/pool/styles.xml218
-rw-r--r--extras/source/templates/wizard/styles/pumpkin.otsbin14997 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/pumpkin/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/pumpkin/Thumbnails/thumbnail.pngbin0 -> 6154 bytes
-rw-r--r--extras/source/templates/wizard/styles/pumpkin/content.xml278
-rw-r--r--extras/source/templates/wizard/styles/pumpkin/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/pumpkin/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/pumpkin/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/pumpkin/styles.xml217
-rw-r--r--extras/source/templates/wizard/styles/xos.otsbin13912 -> 0 bytes
-rw-r--r--extras/source/templates/wizard/styles/xos/META-INF/manifest.xml9
-rw-r--r--extras/source/templates/wizard/styles/xos/Thumbnails/thumbnail.pngbin0 -> 4807 bytes
-rw-r--r--extras/source/templates/wizard/styles/xos/content.xml290
-rw-r--r--extras/source/templates/wizard/styles/xos/meta.xml15
-rw-r--r--extras/source/templates/wizard/styles/xos/mimetype1
-rw-r--r--extras/source/templates/wizard/styles/xos/settings.xml83
-rw-r--r--extras/source/templates/wizard/styles/xos/styles.xml218
758 files changed, 69041 insertions, 170 deletions
diff --git a/Repository.mk b/Repository.mk
index dbaff65fd5f1..7c3de2595dfd 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -959,11 +959,7 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\
extras_tplpersonal \
extras_tplwizbitmap \
extras_tplwizdesktop \
- extras_tplwizletter \
- extras_tplwizfax \
- extras_tplwizagenda \
- extras_tplwizreport \
- extras_tplwizstyles \
+ extras_tplwizard \
framework_dtd \
$(if $(filter $(OS),MACOSX),infoplist) \
oox_customshapes \
diff --git a/extras/CustomTarget_tplwizard.mk b/extras/CustomTarget_tplwizard.mk
new file mode 100644
index 000000000000..a44de417a436
--- /dev/null
+++ b/extras/CustomTarget_tplwizard.mk
@@ -0,0 +1,243 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_CustomTarget_CustomTarget,extras/source/templates/wizard))
+
+# mimetype, content.xml, settings.xml, styles.xml, META-INF/manifest.xml and
+# Thumbnails/thumbnail.png files are automaticaly added for each template
+# list of meta.xml files (one per template) + other files (manifest.rdf, pictures...)
+extras_WIZARD_XMLFILES := \
+ agenda/10grey/meta.xml \
+ agenda/1simple/meta.xml \
+ agenda/2elegant/meta.xml \
+ agenda/3modern/meta.xml \
+ agenda/4classic/meta.xml \
+ agenda/5blue/meta.xml \
+ agenda/6orange/meta.xml \
+ agenda/7red/meta.xml \
+ agenda/8green/meta.xml \
+ agenda/9colorful/meta.xml \
+ agenda/aw-10grey/meta.xml \
+ agenda/aw-1simple/meta.xml \
+ agenda/aw-2elegant/meta.xml \
+ agenda/aw-3modern/meta.xml \
+ agenda/aw-4classic/meta.xml \
+ agenda/aw-5blue/meta.xml \
+ agenda/aw-6orange/meta.xml \
+ agenda/aw-7red/meta.xml \
+ agenda/aw-8green/meta.xml \
+ agenda/aw-9colorful/meta.xml \
+ agenda/10grey/manifest.rdf \
+ agenda/1simple/manifest.rdf \
+ agenda/2elegant/manifest.rdf \
+ agenda/3modern/manifest.rdf \
+ agenda/4classic/manifest.rdf \
+ agenda/5blue/manifest.rdf \
+ agenda/6orange/manifest.rdf \
+ agenda/7red/manifest.rdf \
+ agenda/8green/manifest.rdf \
+ agenda/9colorful/manifest.rdf \
+ agenda/aw-10grey/manifest.rdf \
+ agenda/aw-1simple/manifest.rdf \
+ agenda/aw-2elegant/manifest.rdf \
+ agenda/aw-3modern/manifest.rdf \
+ agenda/aw-4classic/manifest.rdf \
+ agenda/aw-5blue/manifest.rdf \
+ agenda/aw-6orange/manifest.rdf \
+ agenda/aw-7red/manifest.rdf \
+ agenda/aw-8green/manifest.rdf \
+ agenda/aw-9colorful/manifest.rdf \
+ agenda/2elegant/Pictures/1000000000000280000000052876A81A.gif \
+ agenda/2elegant/Pictures/100002000000008F0000000A83659D51.gif \
+ agenda/aw-2elegant/Pictures/1000000000000280000000052876A81A.gif \
+ agenda/aw-2elegant/Pictures/100002000000008F0000000A83659D51.gif \
+ fax/bus-classic_f/meta.xml \
+ fax/bus-classic-pri_f/meta.xml \
+ fax/bus-modern_f/meta.xml \
+ fax/bus-modern-pri_f/meta.xml \
+ fax/pri-bottle_f/meta.xml \
+ fax/pri-fax_f/meta.xml \
+ fax/pri-lines_f/meta.xml \
+ fax/pri-marine_f/meta.xml \
+ fax/bus-classic_f/manifest.rdf \
+ fax/bus-classic-pri_f/manifest.rdf \
+ fax/bus-modern_f/manifest.rdf \
+ fax/bus-modern-pri_f/manifest.rdf \
+ fax/bus-classic_f/Pictures/200000520000271100001F73A977C564.wmf \
+ fax/bus-modern_f/Pictures/2000004E0000271100001F73772F7F48.wmf \
+ fax/pri-bottle_f/Pictures/200002EB000022DA000024E1F891208C.wmf \
+ fax/pri-fax_f/Pictures/2000032600002711000026A54A905481.wmf \
+ fax/pri-marine_f/Pictures/2000004B0000227F0000227886F3FC0F.wmf \
+ letter/bus-elegant_l/meta.xml \
+ letter/bus-modern_l/meta.xml \
+ letter/bus-office_l/meta.xml \
+ letter/off-elegant_l/meta.xml \
+ letter/off-modern_l/meta.xml \
+ letter/off-office_l/meta.xml \
+ letter/pri-bottle_l/meta.xml \
+ letter/pri-mail_l/meta.xml \
+ letter/pri-marine_l/meta.xml \
+ letter/pri-redline_l/meta.xml \
+ letter/bus-elegant_l/manifest.rdf \
+ letter/bus-modern_l/manifest.rdf \
+ letter/bus-office_l/manifest.rdf \
+ letter/off-elegant_l/manifest.rdf \
+ letter/off-modern_l/manifest.rdf \
+ letter/off-office_l/manifest.rdf \
+ letter/bus-elegant_l/Pictures/10000000000001B8000000824B7EA208.png \
+ letter/bus-modern_l/Pictures/10000000000001B8000000824B7EA208.png \
+ letter/bus-office_l/Pictures/10000000000001B8000000824B7EA208.png \
+ letter/off-elegant_l/Pictures/2000000D00000434000006FD6841386B.svm \
+ letter/off-modern_l/Pictures/10000000000000110000001142D1547F.png \
+ letter/pri-bottle_l/Pictures/200002EB000022DA000024E1F891208C.wmf \
+ letter/pri-mail_l/Pictures/200000430000271100001205CAE80946.wmf \
+ letter/pri-marine_l/Pictures/2000004B0000227F0000227886F3FC0F.wmf \
+ report/cnt-01/meta.xml \
+ report/cnt-011/meta.xml \
+ report/cnt-012/meta.xml \
+ report/cnt-02/meta.xml \
+ report/cnt-021/meta.xml \
+ report/cnt-022/meta.xml \
+ report/cnt-03/meta.xml \
+ report/cnt-031/meta.xml \
+ report/cnt-032/meta.xml \
+ report/cnt-04/meta.xml \
+ report/cnt-041/meta.xml \
+ report/cnt-042/meta.xml \
+ report/cnt-05/meta.xml \
+ report/cnt-051/meta.xml \
+ report/cnt-052/meta.xml \
+ report/cnt-06/meta.xml \
+ report/cnt-061/meta.xml \
+ report/cnt-062/meta.xml \
+ report/cnt-default/meta.xml \
+ report/stl-01/meta.xml \
+ report/stl-02/meta.xml \
+ report/stl-03/meta.xml \
+ report/stl-04/meta.xml \
+ report/stl-05/meta.xml \
+ report/stl-06/meta.xml \
+ report/stl-07/meta.xml \
+ report/stl-08/meta.xml \
+ report/stl-09/meta.xml \
+ report/stl-default/meta.xml \
+ report/stl-01/manifest.rdf \
+ report/stl-02/manifest.rdf \
+ report/stl-03/manifest.rdf \
+ report/stl-04/manifest.rdf \
+ report/stl-05/manifest.rdf \
+ report/stl-06/manifest.rdf \
+ report/stl-07/manifest.rdf \
+ report/stl-08/manifest.rdf \
+ report/stl-09/manifest.rdf \
+ report/stl-default/manifest.rdf \
+ report/stl-01/Pictures/100002000000001400000014E87B6AC5.gif \
+ report/stl-01/Pictures/2000018100001CB100002711BFED37A8.wmf \
+ report/stl-02/Pictures/2000009E0000380100002657BA019D86.wmf \
+ report/stl-03/Pictures/2000024900002711000021F4DCB2DF4A.wmf \
+ report/stl-04/Pictures/10000000000000400000004077CDC8F9.png \
+ report/stl-04/Pictures/10000000000001C6000000E44DCA6C94.jpg \
+ report/stl-05/Pictures/2000036D000027110000145EB7E93049.wmf \
+ report/stl-06/Pictures/100000000000005A000000268DE98CCE.gif \
+ report/stl-06/Pictures/100000000000021B000001E8BE936AB6.gif \
+ report/stl-08/Pictures/100000000000005E0000005E97FB9EF6.jpg \
+ report/stl-09/Pictures/10000000000000050000004D32652675.jpg \
+ report/stl-09/Pictures/100002000000001400000014E87B6AC5.gif \
+ report/stl-09/Pictures/2000025100001D92000017719EB70CFB.wmf \
+ styles/black_white/meta.xml \
+ styles/blackberry/meta.xml \
+ styles/default/meta.xml \
+ styles/diner/meta.xml \
+ styles/fall/meta.xml \
+ styles/glacier/meta.xml \
+ styles/green_grapes/meta.xml \
+ styles/jeans/meta.xml \
+ styles/marine/meta.xml \
+ styles/millennium/meta.xml \
+ styles/nature/meta.xml \
+ styles/neon/meta.xml \
+ styles/night/meta.xml \
+ styles/nostalgic/meta.xml \
+ styles/pastell/meta.xml \
+ styles/pool/meta.xml \
+ styles/pumpkin/meta.xml \
+ styles/xos/meta.xml \
+
+# param: style-base (e.g. agenda/10grey)
+extras_WIZARD_XMLFILES_RELATIVE = $(subst $(1)/,,$(filter $(1)/%,$(extras_WIZARD_XMLFILES)))
+
+.SECONDEXPANSION:
+# secondexpansion since the patterns not just cover a filename portion, but also include a
+# directory portion withdifferent number of elements
+# copy regular files (mimetype, *.jpg, *.png, *.rdf, *.svg, *.svm, …)
+$(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/% : $(SRCDIR)/extras/source/templates/wizard/% \
+ | $$(dir $(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/$$*).dir
+ $(call gb_Output_announce,templates/wizard/$*,$(true),CPY,1)
+ $(call gb_Trace_StartRange,templates/wizard/$*,CPY)
+ cp $< $@
+ $(call gb_Trace_EndRange,templates/wizard/$*,CPY)
+
+# test and copy xml files
+$(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/%.xml : $(SRCDIR)/extras/source/templates/wizard/%.xml \
+ | $(call gb_ExternalExecutable_get_dependencies,xsltproc) \
+ $$(dir $(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/$$*.xml).dir
+ $(call gb_Output_announce,templates/wizard/$*.xml,$(true),XSL,1)
+ $(call gb_Trace_StartRange,templates/wizard/$*.xml,XSL)
+ $(call gb_ExternalExecutable_get_command,xsltproc) --nonet -o $@ $(SRCDIR)/extras/util/compact.xsl $<
+ $(call gb_Trace_EndRange,templates/wizard/$*.xml,XSL)
+
+# zip files to OTT
+$(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/%.ott : \
+ $$(addprefix $(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/$$*/,\
+ mimetype $$(call extras_WIZARD_XMLFILES_RELATIVE,$$*) ) \
+ $$(addprefix $(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/$$*/,\
+ content.xml $$(call extras_WIZARD_XMLFILES_RELATIVE,$$*) ) \
+ $$(addprefix $(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/$$*/,\
+ settings.xml $$(call extras_WIZARD_XMLFILES_RELATIVE,$$*) ) \
+ $$(addprefix $(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/$$*/,\
+ styles.xml $$(call extras_WIZARD_XMLFILES_RELATIVE,$$*) ) \
+ $$(addprefix $(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/$$*/,\
+ META-INF/manifest.xml $$(call extras_WIZARD_XMLFILES_RELATIVE,$$*) ) \
+ $$(addprefix $(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/$$*/,\
+ Thumbnails/thumbnail.png $$(call extras_WIZARD_XMLFILES_RELATIVE,$$*) )
+ $(call gb_Output_announce,templates/wizard/$*.ott,$(true),ZIP,2)
+ $(call gb_Trace_StartRange,templates/wizard/$*.ott,ZIP)
+ $(call gb_Helper_abbreviate_dirs,\
+ cd $(dir $<) && \
+ zip -q0X --filesync --must-match $@ mimetype && \
+ zip -qrX --must-match $@ content.xml settings.xml styles.xml META-INF/manifest.xml Thumbnails/thumbnail.png && \
+ zip -qrX --must-match $@ $(call extras_WIZARD_XMLFILES_RELATIVE,$*) \
+ )
+ $(call gb_Trace_EndRange,templates/wizard/$*.ott,ZIP)
+
+# zip files to OTS
+$(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/%.ots : \
+ $$(addprefix $(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/$$*/,\
+ mimetype $$(call extras_WIZARD_XMLFILES_RELATIVE,$$*) ) \
+ $$(addprefix $(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/$$*/,\
+ content.xml $$(call extras_WIZARD_XMLFILES_RELATIVE,$$*) ) \
+ $$(addprefix $(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/$$*/,\
+ settings.xml $$(call extras_WIZARD_XMLFILES_RELATIVE,$$*) ) \
+ $$(addprefix $(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/$$*/,\
+ styles.xml $$(call extras_WIZARD_XMLFILES_RELATIVE,$$*) ) \
+ $$(addprefix $(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/$$*/,\
+ META-INF/manifest.xml $$(call extras_WIZARD_XMLFILES_RELATIVE,$$*) ) \
+ $$(addprefix $(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)/$$*/,\
+ Thumbnails/thumbnail.png $$(call extras_WIZARD_XMLFILES_RELATIVE,$$*) )
+ $(call gb_Output_announce,templates/wizard/$*.ots,$(true),ZIP,2)
+ $(call gb_Trace_StartRange,templates/wizard/$*.ots,ZIP)
+ $(call gb_Helper_abbreviate_dirs,\
+ cd $(dir $<) && \
+ zip -q0X --filesync --must-match $@ mimetype && \
+ zip -qrX --must-match $@ content.xml settings.xml styles.xml META-INF/manifest.xml Thumbnails/thumbnail.png && \
+ zip -qrX --must-match $@ $(call extras_WIZARD_XMLFILES_RELATIVE,$*) \
+ )
+ $(call gb_Trace_EndRange,templates/wizard/$*.ots,ZIP)
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/Module_extras.mk b/extras/Module_extras.mk
index 516209c5df49..30c0d729cba1 100644
--- a/extras/Module_extras.mk
+++ b/extras/Module_extras.mk
@@ -20,6 +20,7 @@ $(eval $(call gb_Module_add_targets,extras,\
CustomTarget_tplpresnt \
CustomTarget_tpl_styles \
CustomTarget_tpldraw \
+ CustomTarget_tplwizard \
Package_autocorr \
Package_autotextuser \
Package_cfgsrvnolang \
@@ -43,13 +44,9 @@ $(eval $(call gb_Module_add_targets,extras,\
Package_tplpresnt \
Package_tpl_styles \
Package_tpldraw \
- Package_tplwizagenda \
+ Package_tplwizard \
Package_tplwizbitmap \
Package_tplwizdesktop \
- Package_tplwizfax \
- Package_tplwizletter \
- Package_tplwizreport \
- Package_tplwizstyles \
Package_wordbook \
))
diff --git a/extras/Package_tplwizagenda.mk b/extras/Package_tplwizagenda.mk
deleted file mode 100644
index af0ab7eba57e..000000000000
--- a/extras/Package_tplwizagenda.mk
+++ /dev/null
@@ -1,35 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,extras_tplwizagenda,$(SRCDIR)/extras/source/templates/wizard/agenda))
-
-$(eval $(call gb_Package_add_files,extras_tplwizagenda,$(LIBO_SHARE_FOLDER)/template/common/wizard/agenda,\
- 10grey.ott \
- 1simple.ott \
- 2elegant.ott \
- 3modern.ott \
- 4classic.ott \
- 5blue.ott \
- 6orange.ott \
- 7red.ott \
- 8green.ott \
- 9colorful.ott \
- aw-10grey.ott \
- aw-1simple.ott \
- aw-2elegant.ott \
- aw-3modern.ott \
- aw-4classic.ott \
- aw-5blue.ott \
- aw-6orange.ott \
- aw-7red.ott \
- aw-8green.ott \
- aw-9colorful.ott \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/extras/Package_tplwizard.mk b/extras/Package_tplwizard.mk
new file mode 100644
index 000000000000..432e6a91bb3c
--- /dev/null
+++ b/extras/Package_tplwizard.mk
@@ -0,0 +1,100 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Package_Package,extras_tplwizard,$(call gb_CustomTarget_get_workdir,extras/source/templates/wizard)))
+
+$(eval $(call gb_Package_add_files_with_dir,extras_tplwizard,$(LIBO_SHARE_FOLDER)/template/common/wizard,\
+ agenda/10grey.ott \
+ agenda/1simple.ott \
+ agenda/2elegant.ott \
+ agenda/3modern.ott \
+ agenda/4classic.ott \
+ agenda/5blue.ott \
+ agenda/6orange.ott \
+ agenda/7red.ott \
+ agenda/8green.ott \
+ agenda/9colorful.ott \
+ agenda/aw-10grey.ott \
+ agenda/aw-1simple.ott \
+ agenda/aw-2elegant.ott \
+ agenda/aw-3modern.ott \
+ agenda/aw-4classic.ott \
+ agenda/aw-5blue.ott \
+ agenda/aw-6orange.ott \
+ agenda/aw-7red.ott \
+ agenda/aw-8green.ott \
+ agenda/aw-9colorful.ott \
+ fax/bus-classic_f.ott \
+ fax/bus-classic-pri_f.ott \
+ fax/bus-modern_f.ott \
+ fax/bus-modern-pri_f.ott \
+ fax/pri-bottle_f.ott \
+ fax/pri-fax_f.ott \
+ fax/pri-lines_f.ott \
+ fax/pri-marine_f.ott \
+ letter/bus-elegant_l.ott \
+ letter/bus-modern_l.ott \
+ letter/bus-office_l.ott \
+ letter/off-elegant_l.ott \
+ letter/off-modern_l.ott \
+ letter/off-office_l.ott \
+ letter/pri-bottle_l.ott \
+ letter/pri-mail_l.ott \
+ letter/pri-marine_l.ott \
+ letter/pri-redline_l.ott \
+ report/cnt-011.ott \
+ report/cnt-012.ott \
+ report/cnt-01.ott \
+ report/cnt-021.ott \
+ report/cnt-022.ott \
+ report/cnt-02.ott \
+ report/cnt-031.ott \
+ report/cnt-032.ott \
+ report/cnt-03.ott \
+ report/cnt-041.ott \
+ report/cnt-042.ott \
+ report/cnt-04.ott \
+ report/cnt-051.ott \
+ report/cnt-052.ott \
+ report/cnt-05.ott \
+ report/cnt-061.ott \
+ report/cnt-062.ott \
+ report/cnt-06.ott \
+ report/cnt-default.ott \
+ report/stl-01.ott \
+ report/stl-02.ott \
+ report/stl-03.ott \
+ report/stl-04.ott \
+ report/stl-05.ott \
+ report/stl-06.ott \
+ report/stl-07.ott \
+ report/stl-08.ott \
+ report/stl-09.ott \
+ report/stl-default.ott \
+ styles/blackberry.ots \
+ styles/black_white.ots \
+ styles/default.ots \
+ styles/diner.ots \
+ styles/fall.ots \
+ styles/glacier.ots \
+ styles/green_grapes.ots \
+ styles/jeans.ots \
+ styles/marine.ots \
+ styles/millennium.ots \
+ styles/nature.ots \
+ styles/neon.ots \
+ styles/night.ots \
+ styles/nostalgic.ots \
+ styles/pastell.ots \
+ styles/pool.ots \
+ styles/pumpkin.ots \
+ styles/xos.ots \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/Package_tplwizfax.mk b/extras/Package_tplwizfax.mk
deleted file mode 100644
index 6519c3cfc612..000000000000
--- a/extras/Package_tplwizfax.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,extras_tplwizfax,$(SRCDIR)/extras/source/templates/wizard/fax))
-
-$(eval $(call gb_Package_add_files,extras_tplwizfax,$(LIBO_SHARE_FOLDER)/template/common/wizard/fax,\
- bus-classic_f.ott \
- bus-classic-pri_f.ott \
- bus-modern_f.ott \
- bus-modern-pri_f.ott \
- pri-bottle_f.ott \
- pri-fax_f.ott \
- pri-lines_f.ott \
- pri-marine_f.ott \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/extras/Package_tplwizletter.mk b/extras/Package_tplwizletter.mk
deleted file mode 100644
index 2829fefce570..000000000000
--- a/extras/Package_tplwizletter.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,extras_tplwizletter,$(SRCDIR)/extras/source/templates/wizard/letter))
-
-$(eval $(call gb_Package_add_files,extras_tplwizletter,$(LIBO_SHARE_FOLDER)/template/common/wizard/letter,\
- bus-elegant_l.ott \
- bus-modern_l.ott \
- bus-office_l.ott \
- off-elegant_l.ott \
- off-modern_l.ott \
- off-office_l.ott \
- pri-bottle_l.ott \
- pri-mail_l.ott \
- pri-marine_l.ott \
- pri-redline_l.ott \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/extras/Package_tplwizreport.mk b/extras/Package_tplwizreport.mk
deleted file mode 100644
index ec09a959a09a..000000000000
--- a/extras/Package_tplwizreport.mk
+++ /dev/null
@@ -1,44 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,extras_tplwizreport,$(SRCDIR)/extras/source/templates/wizard/report))
-
-$(eval $(call gb_Package_add_files,extras_tplwizreport,$(LIBO_SHARE_FOLDER)/template/common/wizard/report,\
- cnt-011.ott \
- cnt-012.ott \
- cnt-01.ott \
- cnt-021.ott \
- cnt-022.ott \
- cnt-02.ott \
- cnt-031.ott \
- cnt-032.ott \
- cnt-03.ott \
- cnt-041.ott \
- cnt-042.ott \
- cnt-04.ott \
- cnt-051.ott \
- cnt-052.ott \
- cnt-05.ott \
- cnt-061.ott \
- cnt-062.ott \
- cnt-06.ott \
- cnt-default.ott \
- stl-01.ott \
- stl-02.ott \
- stl-03.ott \
- stl-04.ott \
- stl-05.ott \
- stl-06.ott \
- stl-07.ott \
- stl-08.ott \
- stl-09.ott \
- stl-default.ott \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/extras/Package_tplwizstyles.mk b/extras/Package_tplwizstyles.mk
deleted file mode 100644
index 26d188f02c2c..000000000000
--- a/extras/Package_tplwizstyles.mk
+++ /dev/null
@@ -1,33 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,extras_tplwizstyles,$(SRCDIR)/extras/source/templates/wizard/styles))
-
-$(eval $(call gb_Package_add_files,extras_tplwizstyles,$(LIBO_SHARE_FOLDER)/template/common/wizard/styles,\
- blackberry.ots \
- black_white.ots \
- default.ots \
- diner.ots \
- fall.ots \
- glacier.ots \
- green_grapes.ots \
- jeans.ots \
- marine.ots \
- millennium.ots \
- nature.ots \
- neon.ots \
- night.ots \
- nostalgic.ots \
- pastell.ots \
- pool.ots \
- pumpkin.ots \
- xos.ots \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/extras/source/templates/wizard/agenda/10grey.ott b/extras/source/templates/wizard/agenda/10grey.ott
deleted file mode 100644
index c12a6a31d8a1..000000000000
--- a/extras/source/templates/wizard/agenda/10grey.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/10grey/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/10grey/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/10grey/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/10grey/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/10grey/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..fef8e998bce8
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/10grey/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/10grey/content.xml b/extras/source/templates/wizard/agenda/10grey/content.xml
new file mode 100644
index 000000000000..acc5a7f3d642
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/10grey/content.xml
@@ -0,0 +1,531 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="Table2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5111in" style:rel-column-width="16507*"/>
+ </style:style>
+ <style:style style:name="Table2.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4889in" style:rel-column-width="49028*"/>
+ </style:style>
+ <style:style style:name="Table2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B" style:display-name="AGENDA_ITEMS1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2" style:display-name="AGENDA_ITEMS2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A" style:display-name="AGENDA_ITEMS2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.D" style:display-name="AGENDA_ITEMS2.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A1" style:display-name="AGENDA_ITEMS2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2in" style:rel-column-width="21845*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C2" style:display-name="AGENDA_TOPICS.C2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B" style:display-name="AGENDA_ITEMS3.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="TopicsTextNum">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="TopicsHeaderTopic">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="TopicTextTopic">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="AgendaTitles">
+ <style:paragraph-properties fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="P5" style:family="paragraph" style:parent-style-name="AgendaTitle">
+ <style:paragraph-properties fo:break-before="page"/>
+ </style:style>
+ <style:style style:name="P6" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P7" style:family="paragraph" style:parent-style-name="AgendaTitles" style:master-page-name="">
+ <style:paragraph-properties style:page-number="auto" fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ <table:table table:name="Table2" table:style-name="Table2">
+ <table:table-column table:style-name="Table2.A"/>
+ <table:table-column table:style-name="Table2.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#datetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaDate">&lt;date&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#timetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTime">&lt;time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#locationtitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaLocation">&lt;location&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Facilitator"><text:bookmark text:name="AGENDA_PRESIDING"/>&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS2">
+ <table:table table:name="AGENDA_ITEMS2" table:style-name="AGENDA_5f_ITEMS2">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.D"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker"><text:bookmark text:name="AGENDA_NOTETAKER"/>&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="TopicsTitle">#topics#</text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P2"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <text:p text:style-name="P7">#additional-information#</text:p>
+ <text:p text:style-name="P4"/>
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.B"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Bring"><text:bookmark text:name="AGENDA_PREPARE"/>&lt;bring&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Notes"><text:bookmark text:name="AGENDA_NOTES"/>&lt;notes&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <text:p text:style-name="P5">#minutes-for# &lt;minutes-title&gt;</text:p>
+ <text:p text:style-name="msubheader">&lt;minutes-location&gt;, &lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="P6"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#discussion#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#conclusion#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#to-do#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#responsible-party#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#deadline#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="P6"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P6"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/10grey/manifest.rdf b/extras/source/templates/wizard/agenda/10grey/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/10grey/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/10grey/meta.xml b/extras/source/templates/wizard/agenda/10grey/meta.xml
new file mode 100644
index 000000000000..d69da8055d9f
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/10grey/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Grey</dc:title>
+ <meta:creation-date>2012-08-17T16:41:45</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-17T16:43:28</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="6" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="51" meta:word-count="54" meta:character-count="630" meta:non-whitespace-character-count="626"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/10grey/mimetype b/extras/source/templates/wizard/agenda/10grey/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/10grey/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/10grey/settings.xml b/extras/source/templates/wizard/agenda/10grey/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/10grey/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/10grey/styles.xml b/extras/source/templates/wizard/agenda/10grey/styles.xml
new file mode 100644
index 000000000000..efa4a379c9d2
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/10grey/styles.xml
@@ -0,0 +1,360 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text"/>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name="Liberation Sans1"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard"/>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="8pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1402in" fo:text-align="center" style:justify-single-word="false" fo:background-color="#cccccc" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="15pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.2in" fo:text-align="center" style:justify-single-word="false" fo:background-color="#cccccc" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="15pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/1simple.ott b/extras/source/templates/wizard/agenda/1simple.ott
deleted file mode 100644
index 10c8ca0214f5..000000000000
--- a/extras/source/templates/wizard/agenda/1simple.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/1simple/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/1simple/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/1simple/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/1simple/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/1simple/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..665d6c886b6e
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/1simple/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/1simple/content.xml b/extras/source/templates/wizard/agenda/1simple/content.xml
new file mode 100644
index 000000000000..08527339fd38
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/1simple/content.xml
@@ -0,0 +1,428 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif1" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-adornments="Regular" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="6in" style:rel-column-width="65535*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A2" style:display-name="AGENDA_ITEMS1.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0in" fo:padding-bottom="0.1in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D" style:display-name="AGENDA_TOPICS.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B1" style:display-name="AGENDA_TOPICS.B1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D1" style:display-name="AGENDA_TOPICS.D1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D2" style:display-name="AGENDA_TOPICS.D2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B4" style:display-name="AGENDA_TOPICS.B4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D4" style:display-name="AGENDA_TOPICS.D4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="6in" style:rel-column-width="65535*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A2" style:display-name="AGENDA_ITEMS3.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0in" fo:padding-bottom="0.1in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Table_20_small_20_heading">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ <text:p text:style-name="AgendaLocation">&lt;date&gt;, &lt;time&gt;, &lt;location&gt;</text:p>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Facilitator">&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker">&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="NotetakerText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="TimekeeperText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="ObserversText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="ResourcePersonsText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="TopicsTitle">#topics#</text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.D"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderNum">#num.#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D4" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <text:p text:style-name="TopicsTitle">#additional-information#</text:p>
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Bring"><text:bookmark text:name="AGENDA_PREPARE"/>&lt;bring&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Bring"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Read"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Notes"><text:bookmark text:name="AGENDA_NOTES"/>&lt;notes&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Notes"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <text:p text:style-name="AgendaTitle">#minutes-for# &lt;minutes-title&gt;</text:p>
+ <text:p text:style-name="msubheader">&lt;minutes-location&gt;, &lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="P1"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <text:soft-page-break/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P2">#discussion#</text:p>
+ <text:p text:style-name="P3"/>
+ <text:p text:style-name="P3"/>
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P2">#conclusion#</text:p>
+ <text:p text:style-name="P3"/>
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P2">#to-do#</text:p>
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P2">#responsible-party#</text:p>
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="P2">#deadline# </text:p>
+ <text:p text:style-name="P3"/>
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="P1"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P1"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/1simple/manifest.rdf b/extras/source/templates/wizard/agenda/1simple/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/1simple/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/1simple/meta.xml b/extras/source/templates/wizard/agenda/1simple/meta.xml
new file mode 100644
index 000000000000..6b159c87b534
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/1simple/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Simple</dc:title>
+ <meta:creation-date>2012-08-16T20:36:27</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-16T20:38:53</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="4" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="41" meta:word-count="46" meta:character-count="516" meta:non-whitespace-character-count="509"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/1simple/mimetype b/extras/source/templates/wizard/agenda/1simple/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/1simple/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/1simple/settings.xml b/extras/source/templates/wizard/agenda/1simple/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/1simple/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/1simple/styles.xml b/extras/source/templates/wizard/agenda/1simple/styles.xml
new file mode 100644
index 000000000000..3b60ce23533e
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/1simple/styles.xml
@@ -0,0 +1,347 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif1" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-adornments="Regular" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard"/>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="8pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:text-properties style:font-name="Liberation Serif" fo:font-size="11pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="12pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.1799in" fo:margin-bottom="0in"/>
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.4in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:line-height="100%" fo:text-indent="0in" style:auto-text-indent="false" fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:font-name="Liberation Serif" fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0799in"/>
+ <style:text-properties fo:font-size="16pt"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1in" fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties style:vertical-align="baseline"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra"/>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="13pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/2elegant.ott b/extras/source/templates/wizard/agenda/2elegant.ott
deleted file mode 100644
index 16516f14a207..000000000000
--- a/extras/source/templates/wizard/agenda/2elegant.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/2elegant/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/2elegant/META-INF/manifest.xml
new file mode 100644
index 000000000000..7f8a0f949150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/2elegant/META-INF/manifest.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="Pictures/100002000000008F0000000A83659D51.gif" manifest:media-type="image/gif"/>
+ <manifest:file-entry manifest:full-path="Pictures/1000000000000280000000052876A81A.gif" manifest:media-type="image/gif"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/2elegant/Pictures/1000000000000280000000052876A81A.gif b/extras/source/templates/wizard/agenda/2elegant/Pictures/1000000000000280000000052876A81A.gif
new file mode 100644
index 000000000000..d4ebdce7bea5
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/2elegant/Pictures/1000000000000280000000052876A81A.gif
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/2elegant/Pictures/100002000000008F0000000A83659D51.gif b/extras/source/templates/wizard/agenda/2elegant/Pictures/100002000000008F0000000A83659D51.gif
new file mode 100644
index 000000000000..3e403c7abd86
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/2elegant/Pictures/100002000000008F0000000A83659D51.gif
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/2elegant/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/2elegant/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..042d703965b9
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/2elegant/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/2elegant/content.xml b/extras/source/templates/wizard/agenda/2elegant/content.xml
new file mode 100644
index 000000000000..6d77ee1bf128
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/2elegant/content.xml
@@ -0,0 +1,614 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="Table2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5514in" style:rel-column-width="16947*"/>
+ </style:style>
+ <style:style style:name="Table2.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4486in" style:rel-column-width="48588*"/>
+ </style:style>
+ <style:style style:name="Table2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0.0403in" fo:border="none">
+ <style:background-image xlink:href="Pictures/100002000000008F0000000A83659D51.gif" xlink:type="simple" xlink:actuate="onLoad" style:position="top left" style:repeat="no-repeat"/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table2.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0.0403in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table4" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table4.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5007in" style:rel-column-width="16393*"/>
+ </style:style>
+ <style:style style:name="Table4.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4993in" style:rel-column-width="49142*"/>
+ </style:style>
+ <style:style style:name="Table4.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B" style:display-name="AGENDA_ITEMS1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2" style:display-name="AGENDA_ITEMS2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A" style:display-name="AGENDA_ITEMS2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.D" style:display-name="AGENDA_ITEMS2.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A1" style:display-name="AGENDA_ITEMS2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B" style:display-name="AGENDA_ITEMS3.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table5" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table5.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5007in" style:rel-column-width="16393*"/>
+ </style:style>
+ <style:style style:name="Table5.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4993in" style:rel-column-width="49142*"/>
+ </style:style>
+ <style:style style:name="Table5.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0in" fo:border="none">
+ <style:background-image xlink:href="Pictures/100002000000008F0000000A83659D51.gif" xlink:type="simple" xlink:actuate="onLoad" style:position="top left" style:repeat="no-repeat"/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table5.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D" style:display-name="AGENDA_TOPICS.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #b3b3b3"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #b3b3b3"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C2" style:display-name="AGENDA_TOPICS.C2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #b3b3b3"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D2" style:display-name="AGENDA_TOPICS.D2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #b3b3b3"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A3" style:display-name="AGENDA_TOPICS.A3" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #b3b3b3"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B3" style:display-name="AGENDA_TOPICS.B3" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #b3b3b3"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C3" style:display-name="AGENDA_TOPICS.C3" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #b3b3b3"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D3" style:display-name="AGENDA_TOPICS.D3" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" fo:border-bottom="0.05pt solid #b3b3b3"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B4" style:display-name="AGENDA_TOPICS.B4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C4" style:display-name="AGENDA_TOPICS.C4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D4" style:display-name="AGENDA_TOPICS.D4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table6" style:family="table">
+ <style:table-properties style:width="6in" fo:break-before="page" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table6.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5007in" style:rel-column-width="16393*"/>
+ </style:style>
+ <style:style style:name="Table6.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4993in" style:rel-column-width="49142*"/>
+ </style:style>
+ <style:style style:name="Table6.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0in" fo:border="none">
+ <style:background-image xlink:href="Pictures/100002000000008F0000000A83659D51.gif" xlink:type="simple" xlink:actuate="onLoad" style:position="top left" style:repeat="no-repeat"/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table6.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table7" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table7.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5007in" style:rel-column-width="16393*"/>
+ </style:style>
+ <style:style style:name="Table7.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4993in" style:rel-column-width="49142*"/>
+ </style:style>
+ <style:style style:name="Table7.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0.0403in" fo:padding-top="0.0403in" fo:padding-bottom="0.0403in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="AgendaTitles">
+ <style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
+ <style:text-properties fo:color="#000080"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Standard">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Standard">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="Table_20_small_20_heading">
+ <style:text-properties style:font-name="Liberation Sans"/>
+ </style:style>
+ <style:style style:name="P5" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P6" style:family="paragraph" style:parent-style-name="AgendaTitle" style:master-page-name="">
+ <style:paragraph-properties style:page-number="auto" fo:break-before="page"/>
+ </style:style>
+ <style:style style:name="fr1" style:family="graphic" style:parent-style-name="Graphics">
+ <style:graphic-properties style:vertical-pos="top" style:vertical-rel="baseline" style:horizontal-pos="center" style:horizontal-rel="paragraph" style:mirror="none" fo:clip="rect(0in, 0in, 0in, 0in)" draw:luminance="0%" draw:contrast="0%" draw:red="0%" draw:green="0%" draw:blue="0%" draw:gamma="100%" draw:color-inversion="false" draw:image-opacity="100%" draw:color-mode="standard"/>
+ </style:style>
+ <style:style style:name="fr2" style:family="graphic" style:parent-style-name="Graphics">
+ <style:graphic-properties style:vertical-pos="from-top" style:horizontal-pos="from-left" style:horizontal-rel="paragraph" style:shadow="none" style:mirror="none" fo:clip="rect(0in, 0in, 0in, 0in)" draw:luminance="0%" draw:contrast="0%" draw:red="0%" draw:green="0%" draw:blue="0%" draw:gamma="100%" draw:color-inversion="false" draw:image-opacity="100%" draw:color-mode="standard"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <table:table table:name="Table2" table:style-name="Table2">
+ <table:table-column table:style-name="Table2.A"/>
+ <table:table-column table:style-name="Table2.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.B1" office:value-type="string">
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="Text_20_body">
+ <draw:frame draw:style-name="fr1" draw:name="Graphic1" text:anchor-type="as-char" svg:width="5.9992in" svg:height="0.0492in" draw:z-index="0">
+ <draw:image xlink:href="Pictures/1000000000000280000000052876A81A.gif" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
+ </draw:frame>
+ </text:p>
+ <table:table table:name="Table4" table:style-name="Table4">
+ <table:table-column table:style-name="Table4.A"/>
+ <table:table-column table:style-name="Table4.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="P1">#datetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="AgendaDate">&lt;date&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="P1">#timetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTime">&lt;time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="P1">#locationtitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="AgendaLocation">&lt;location&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Facilitator">&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker"><text:bookmark text:name="AGENDA_NOTETAKER"/>&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS2">
+ <table:table table:name="AGENDA_ITEMS2" table:style-name="AGENDA_5f_ITEMS2">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.D"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Bring">&lt;bring&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents">
+ <text:bookmark text:name="AGENDA_PREPARE2"/>
+ </text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Notes">&lt;notes&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="NotesText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ </text:section>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <table:table table:name="Table5" table:style-name="Table5">
+ <table:table-column table:style-name="Table5.A"/>
+ <table:table-column table:style-name="Table5.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table5.B1" office:value-type="string">
+ <text:p text:style-name="AgendaTitle">#topics#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="P2">
+ <draw:frame draw:style-name="fr2" draw:name="Graphic2" text:anchor-type="as-char" svg:y="-0.2in" svg:width="5.9992in" svg:height="0.0492in" draw:z-index="1">
+ <draw:image xlink:href="Pictures/1000000000000280000000052876A81A.gif" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
+ </draw:frame>
+ </text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.D"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderNum">#num.#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#time#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C3" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C3" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C3" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D3" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C4" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C4" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C4" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D4" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:p text:style-name="AgendaTitle"/>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <table:table table:name="Table6" table:style-name="Table6">
+ <table:table-column table:style-name="Table6.A"/>
+ <table:table-column table:style-name="Table6.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table6.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table6.B1" office:value-type="string">
+ <text:p text:style-name="P6">#minutes-for# &lt;minutes-title&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="P3">
+ <draw:frame draw:style-name="fr2" draw:name="Graphic15" text:anchor-type="as-char" svg:y="0in" svg:width="5.9992in" svg:height="0.0492in" draw:z-index="2">
+ <draw:image xlink:href="Pictures/1000000000000280000000052876A81A.gif" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
+ </draw:frame>
+ </text:p>
+ <text:p text:style-name="P3"/>
+ <table:table table:name="Table7" table:style-name="Table7">
+ <table:table-column table:style-name="Table7.A"/>
+ <table:table-column table:style-name="Table7.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table7.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table7.A1" office:value-type="string">
+ <text:p text:style-name="AgendaLocation">&lt;minutes-location&gt;</text:p>
+ <text:p text:style-name="AgendaLocation">&lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="AgendaLocation"/>
+ <text:p text:style-name="AgendaLocation"/>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="AgendaTitles"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P4">#discussion#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P4">#conclusion#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P4">#to-do# </text:p>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P4">#responsible-party#</text:p>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="P4">#deadline#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P5"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/2elegant/manifest.rdf b/extras/source/templates/wizard/agenda/2elegant/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/2elegant/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/2elegant/meta.xml b/extras/source/templates/wizard/agenda/2elegant/meta.xml
new file mode 100644
index 000000000000..88b4e1bbcba1
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/2elegant/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Elegant</dc:title>
+ <meta:creation-date>2012-08-16T20:58:36</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-16T20:58:51</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="10" meta:image-count="3" meta:object-count="0" meta:page-count="2" meta:paragraph-count="49" meta:word-count="48" meta:character-count="520" meta:non-whitespace-character-count="513"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/2elegant/mimetype b/extras/source/templates/wizard/agenda/2elegant/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/2elegant/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/2elegant/settings.xml b/extras/source/templates/wizard/agenda/2elegant/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/2elegant/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/2elegant/styles.xml b/extras/source/templates/wizard/agenda/2elegant/styles.xml
new file mode 100644
index 000000000000..117364d2abbf
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/2elegant/styles.xml
@@ -0,0 +1,360 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text"/>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard">
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="11pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
+ <style:text-properties fo:color="#000080" fo:font-size="10.5pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1402in" fo:text-align="start" style:justify-single-word="false" fo:background-color="transparent" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="14pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.2in" fo:background-color="transparent" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:background-color="#9999cc">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties fo:background-color="#9999cc">
+ <style:background-image/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/3modern.ott b/extras/source/templates/wizard/agenda/3modern.ott
deleted file mode 100644
index a88762763d58..000000000000
--- a/extras/source/templates/wizard/agenda/3modern.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/3modern/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/3modern/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/3modern/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/3modern/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/3modern/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..7fa469e8365c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/3modern/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/3modern/content.xml b/extras/source/templates/wizard/agenda/3modern/content.xml
new file mode 100644
index 000000000000..778b7813e9a1
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/3modern/content.xml
@@ -0,0 +1,587 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="Table2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5111in" style:rel-column-width="16507*"/>
+ </style:style>
+ <style:style style:name="Table2.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4889in" style:rel-column-width="49028*"/>
+ </style:style>
+ <style:style style:name="Table2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table2.B1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table2.A2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table2.B2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B" style:display-name="AGENDA_ITEMS1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B1" style:display-name="AGENDA_ITEMS1.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A2" style:display-name="AGENDA_ITEMS1.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B2" style:display-name="AGENDA_ITEMS1.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2" style:display-name="AGENDA_ITEMS2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A" style:display-name="AGENDA_ITEMS2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.D" style:display-name="AGENDA_ITEMS2.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A1" style:display-name="AGENDA_ITEMS2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A2" style:display-name="AGENDA_ITEMS2.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2in" style:rel-column-width="21845*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A5" style:display-name="AGENDA_TOPICS.A5" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A6" style:display-name="AGENDA_TOPICS.A6" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B6" style:display-name="AGENDA_TOPICS.B6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C6" style:display-name="AGENDA_TOPICS.C6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B10" style:display-name="AGENDA_TOPICS.B10" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C10" style:display-name="AGENDA_TOPICS.C10" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B" style:display-name="AGENDA_ITEMS3.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties style:border-line-width-left="0.0007in 0.0347in 0.0007in" fo:padding="0.0382in" fo:border-left="2.6pt double #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B1" style:display-name="AGENDA_ITEMS3.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A2" style:display-name="AGENDA_ITEMS3.A2" style:family="table-cell">
+ <style:table-cell-properties style:border-line-width-left="0.0007in 0.0347in 0.0007in" fo:padding="0.0382in" fo:border-left="2.6pt double #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B2" style:display-name="AGENDA_ITEMS3.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="TopicsTextNum">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="TopicsHeaderTopic">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="TopicTextTopic">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="AgendaTitles">
+ <style:paragraph-properties fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="P5" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P6" style:family="paragraph" style:parent-style-name="AgendaTitles" style:master-page-name="">
+ <style:paragraph-properties style:page-number="auto" fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ <table:table table:name="Table2" table:style-name="Table2">
+ <table:table-column table:style-name="Table2.A"/>
+ <table:table-column table:style-name="Table2.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#datetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.B1" office:value-type="string">
+ <text:p text:style-name="AgendaDate">&lt;date&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A2" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#timetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.B2" office:value-type="string">
+ <text:p text:style-name="AgendaTime">&lt;time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A2" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#locationtitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.B2" office:value-type="string">
+ <text:p text:style-name="AgendaLocation">&lt;location&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.B1" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.B2" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="Facilitator"><text:bookmark text:name="AGENDA_PRESIDING"/>&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.B2" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.B2" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS2">
+ <table:table table:name="AGENDA_ITEMS2" table:style-name="AGENDA_5f_ITEMS2">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.D"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker"><text:bookmark text:name="AGENDA_NOTETAKER"/>&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A2" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A2" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A2" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A2" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="TopicsTitle">#topics#</text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P2"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A6" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A6" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <text:p text:style-name="P6">#additional-information#</text:p>
+ <text:p text:style-name="P4"/>
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.B"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Bring"><text:bookmark text:name="AGENDA_PREPARE"/>&lt;bring&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.B1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.B2" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Notes"><text:bookmark text:name="AGENDA_NOTES"/>&lt;notes&gt;</text:p>
+ <text:p text:style-name="Notes"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.B2" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <text:p text:style-name="AgendaTitle">#minutes-for# &lt;minutes-title&gt;</text:p>
+ <text:p text:style-name="msubheader"><text:soft-page-break/>&lt;minutes-location&gt;, &lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="P5"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#discussion#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#conclusion#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#to-do#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#responsible-party#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#deadline#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="P5"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P5"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/3modern/manifest.rdf b/extras/source/templates/wizard/agenda/3modern/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/3modern/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/3modern/meta.xml b/extras/source/templates/wizard/agenda/3modern/meta.xml
new file mode 100644
index 000000000000..5029593f70b1
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/3modern/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Modern</dc:title>
+ <meta:creation-date>2012-08-16T20:43:11</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-16T20:57:24</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="6" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="51" meta:word-count="54" meta:character-count="630" meta:non-whitespace-character-count="626"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/3modern/mimetype b/extras/source/templates/wizard/agenda/3modern/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/3modern/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/3modern/settings.xml b/extras/source/templates/wizard/agenda/3modern/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/3modern/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/3modern/styles.xml b/extras/source/templates/wizard/agenda/3modern/styles.xml
new file mode 100644
index 000000000000..89b374d86e42
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/3modern/styles.xml
@@ -0,0 +1,356 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text"/>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name="Liberation Sans1"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard"/>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="8pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1402in" fo:text-align="center" style:justify-single-word="false" fo:background-color="#e6e6e6" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.2in" fo:text-align="center" style:justify-single-word="false" fo:background-color="#e6e6e6" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra"/>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/4classic.ott b/extras/source/templates/wizard/agenda/4classic.ott
deleted file mode 100644
index 92aec5bf07bb..000000000000
--- a/extras/source/templates/wizard/agenda/4classic.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/4classic/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/4classic/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/4classic/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/4classic/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/4classic/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..757440b25b27
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/4classic/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/4classic/content.xml b/extras/source/templates/wizard/agenda/4classic/content.xml
new file mode 100644
index 000000000000..025c6c99e5d2
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/4classic/content.xml
@@ -0,0 +1,431 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif1" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-adornments="Regular" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="6in" style:rel-column-width="65535*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A2" style:display-name="AGENDA_ITEMS1.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0in" fo:padding-bottom="0.1in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D" style:display-name="AGENDA_TOPICS.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B1" style:display-name="AGENDA_TOPICS.B1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D1" style:display-name="AGENDA_TOPICS.D1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D2" style:display-name="AGENDA_TOPICS.D2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B4" style:display-name="AGENDA_TOPICS.B4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D4" style:display-name="AGENDA_TOPICS.D4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="6in" style:rel-column-width="65535*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A2" style:display-name="AGENDA_ITEMS3.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0in" fo:padding-bottom="0.1in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="AgendaTitle">
+ <style:paragraph-properties fo:break-before="page"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Table_20_small_20_heading">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ <text:p text:style-name="AgendaLocation">&lt;date&gt;, &lt;time&gt;, &lt;location&gt;</text:p>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Facilitator">&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker">&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="NotetakerText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="TimekeeperText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="ObserversText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="ResourcePersonsText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="TopicsTitle">#topics#</text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.D"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderNum">#num.#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D4" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <text:p text:style-name="TopicsTitle">#additional-information#</text:p>
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Bring"><text:bookmark text:name="AGENDA_PREPARE"/>&lt;bring&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Bring"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Read"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Notes"><text:bookmark text:name="AGENDA_NOTES"/>&lt;notes&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Notes"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <text:p text:style-name="P1">#minutes-for# &lt;minutes-title&gt;</text:p>
+ <text:p text:style-name="msubheader">&lt;minutes-location&gt;, &lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="P2"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P3">#discussion#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P3">#conclusion#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P3">#to-do#</text:p>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P3">#responsible-party#</text:p>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="P3">#deadline#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="P2"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P2"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/4classic/manifest.rdf b/extras/source/templates/wizard/agenda/4classic/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/4classic/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/4classic/meta.xml b/extras/source/templates/wizard/agenda/4classic/meta.xml
new file mode 100644
index 000000000000..17ff14683274
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/4classic/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Classic</dc:title>
+ <meta:creation-date>2012-08-16T22:05:35</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-16T22:07:14</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="4" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="41" meta:word-count="46" meta:character-count="515" meta:non-whitespace-character-count="509"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/4classic/mimetype b/extras/source/templates/wizard/agenda/4classic/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/4classic/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/4classic/settings.xml b/extras/source/templates/wizard/agenda/4classic/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/4classic/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/4classic/styles.xml b/extras/source/templates/wizard/agenda/4classic/styles.xml
new file mode 100644
index 000000000000..7603e4777b84
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/4classic/styles.xml
@@ -0,0 +1,353 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif1" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-adornments="Regular" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard"/>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="8pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:text-properties style:font-name="Liberation Serif" fo:font-size="11pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="12pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.1799in" fo:margin-bottom="0in" fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="10pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.4in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:line-height="100%" fo:text-indent="0in" style:auto-text-indent="false" fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:font-name="Liberation Serif" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0799in" fo:background-color="#e6e6ff">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="16pt"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1in" fo:background-color="#e6e6ff">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-size="10pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties style:vertical-align="baseline"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/5blue.ott b/extras/source/templates/wizard/agenda/5blue.ott
deleted file mode 100644
index db8025a81d53..000000000000
--- a/extras/source/templates/wizard/agenda/5blue.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/5blue/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/5blue/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/5blue/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/5blue/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/5blue/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..d655c388ef19
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/5blue/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/5blue/content.xml b/extras/source/templates/wizard/agenda/5blue/content.xml
new file mode 100644
index 000000000000..0c9540d0f6d2
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/5blue/content.xml
@@ -0,0 +1,429 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="6in" style:rel-column-width="65535*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A2" style:display-name="AGENDA_ITEMS1.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0in" fo:padding-bottom="0.1in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D" style:display-name="AGENDA_TOPICS.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B1" style:display-name="AGENDA_TOPICS.B1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D1" style:display-name="AGENDA_TOPICS.D1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D2" style:display-name="AGENDA_TOPICS.D2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B4" style:display-name="AGENDA_TOPICS.B4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D4" style:display-name="AGENDA_TOPICS.D4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="6in" style:rel-column-width="65535*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A2" style:display-name="AGENDA_ITEMS3.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0in" fo:padding-bottom="0.1in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="AgendaTitle">
+ <style:paragraph-properties fo:break-before="page"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Table_20_small_20_heading">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ <text:p text:style-name="AgendaLocation">&lt;date&gt;, &lt;time&gt;, &lt;location&gt;</text:p>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Facilitator">&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker">&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="NotetakerText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="TimekeeperText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="ObserversText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="ResourcePersonsText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="TopicsTitle">#topics#</text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.D"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderNum">#num.#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsible#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#time#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D4" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <text:p text:style-name="TopicsTitle">#additional-information# </text:p>
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Bring"><text:bookmark text:name="AGENDA_PREPARE"/>&lt;bring&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Bring"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Read"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Notes"><text:bookmark text:name="AGENDA_NOTES"/>&lt;notes&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Notes"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <text:p text:style-name="P1">#minutes-for# &lt;minutes-title&gt;</text:p>
+ <text:p text:style-name="msubheader">&lt;minutes-location&gt;, &lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="P2"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P3">#discussion#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P3">#conclusion#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P3">#to-do#</text:p>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P3">#responsible-party#</text:p>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="P3">#deadline#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="P2"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P2"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/5blue/manifest.rdf b/extras/source/templates/wizard/agenda/5blue/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/5blue/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/5blue/meta.xml b/extras/source/templates/wizard/agenda/5blue/meta.xml
new file mode 100644
index 000000000000..f98e07a2546f
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/5blue/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.7$Linux_x86 LibreOffice_project/720e290-386c48f-abf2002-30b3fc</meta:generator>
+ <dc:title>Blue</dc:title>
+ <meta:creation-date>2012-08-17T11:43:18</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-17T11:43:59</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="4" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="41" meta:word-count="46" meta:character-count="504" meta:non-whitespace-character-count="497"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/5blue/mimetype b/extras/source/templates/wizard/agenda/5blue/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/5blue/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/5blue/settings.xml b/extras/source/templates/wizard/agenda/5blue/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/5blue/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/5blue/styles.xml b/extras/source/templates/wizard/agenda/5blue/styles.xml
new file mode 100644
index 000000000000..85106a6037c3
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/5blue/styles.xml
@@ -0,0 +1,351 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text">
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" style:contextual-spacing="false" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard"/>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="8pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="11pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="12pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.1799in" fo:margin-bottom="0in" style:contextual-spacing="false" fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="10pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.4in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" style:contextual-spacing="false" fo:line-height="100%" fo:text-indent="0in" style:auto-text-indent="false" fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0799in" style:contextual-spacing="false" fo:background-color="#0099ff">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="16pt"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1in" style:contextual-spacing="false" fo:background-color="#0099ff">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-size="10pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties style:vertical-align="baseline"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1" style:page-usage="mirrored">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2" style:page-usage="mirrored">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/6orange.ott b/extras/source/templates/wizard/agenda/6orange.ott
deleted file mode 100644
index 9bf7c3c6e24a..000000000000
--- a/extras/source/templates/wizard/agenda/6orange.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/6orange/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/6orange/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/6orange/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/6orange/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/6orange/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..02a57702df6b
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/6orange/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/6orange/content.xml b/extras/source/templates/wizard/agenda/6orange/content.xml
new file mode 100644
index 000000000000..8d4e4749ed54
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/6orange/content.xml
@@ -0,0 +1,606 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="Table2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5514in" style:rel-column-width="16947*"/>
+ </style:style>
+ <style:style style:name="Table2.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4486in" style:rel-column-width="48588*"/>
+ </style:style>
+ <style:style style:name="Table2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0.0403in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table2.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0.0403in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table4" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table4.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5007in" style:rel-column-width="16393*"/>
+ </style:style>
+ <style:style style:name="Table4.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4993in" style:rel-column-width="49142*"/>
+ </style:style>
+ <style:style style:name="Table4.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B" style:display-name="AGENDA_ITEMS1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2" style:display-name="AGENDA_ITEMS2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A" style:display-name="AGENDA_ITEMS2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.D" style:display-name="AGENDA_ITEMS2.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A1" style:display-name="AGENDA_ITEMS2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B" style:display-name="AGENDA_ITEMS3.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table5" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table5.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5007in" style:rel-column-width="16393*"/>
+ </style:style>
+ <style:style style:name="Table5.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4993in" style:rel-column-width="49142*"/>
+ </style:style>
+ <style:style style:name="Table5.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table5.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D" style:display-name="AGENDA_TOPICS.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#cc6633" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B1" style:display-name="AGENDA_TOPICS.B1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#cc6633" fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D1" style:display-name="AGENDA_TOPICS.D1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#cc6633" fo:padding="0.0382in" fo:border-left="none" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D2" style:display-name="AGENDA_TOPICS.D2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="none" fo:border-right="0.05pt solid #000000" fo:border-top="none" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B4" style:display-name="AGENDA_TOPICS.B4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D4" style:display-name="AGENDA_TOPICS.D4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="none" fo:border-right="0.05pt solid #000000" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table6" style:family="table" style:master-page-name="">
+ <style:table-properties style:width="6in" style:page-number="auto" fo:break-before="page" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table6.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5007in" style:rel-column-width="16393*"/>
+ </style:style>
+ <style:style style:name="Table6.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4993in" style:rel-column-width="49142*"/>
+ </style:style>
+ <style:style style:name="Table6.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table6.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table7" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table7.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5007in" style:rel-column-width="16393*"/>
+ </style:style>
+ <style:style style:name="Table7.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4993in" style:rel-column-width="49142*"/>
+ </style:style>
+ <style:style style:name="Table7.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0.0403in" fo:padding-top="0.0403in" fo:padding-bottom="0.0403in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="AgendaTitles">
+ <style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
+ <style:text-properties fo:color="#000080"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Standard">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Standard">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="Table_20_small_20_heading">
+ <style:text-properties style:font-name="Liberation Sans"/>
+ </style:style>
+ <style:style style:name="P5" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P6" style:family="paragraph" style:parent-style-name="AgendaTitles">
+ <style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
+ <style:text-properties fo:color="#000080"/>
+ </style:style>
+ <style:style style:name="P7" style:family="paragraph" style:parent-style-name="AgendaTitle" style:master-page-name="">
+ <style:paragraph-properties style:page-number="auto" fo:break-before="page"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <table:table table:name="Table2" table:style-name="Table2">
+ <table:table-column table:style-name="Table2.A"/>
+ <table:table-column table:style-name="Table2.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.B1" office:value-type="string">
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ <table:table table:name="Table4" table:style-name="Table4">
+ <table:table-column table:style-name="Table4.A"/>
+ <table:table-column table:style-name="Table4.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="P1">#datetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="AgendaDate">&lt;date&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="P1">#timetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTime">&lt;time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="P1">#locationtitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="AgendaLocation">&lt;location&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Facilitator">&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker"><text:bookmark text:name="AGENDA_NOTETAKER"/>&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS2">
+ <table:table table:name="AGENDA_ITEMS2" table:style-name="AGENDA_5f_ITEMS2">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.D"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Bring">&lt;bring&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents">
+ <text:bookmark text:name="AGENDA_PREPARE2"/>
+ </text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Notes">&lt;notes&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="NotesText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ </text:section>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="Text_20_body"/>
+ <table:table table:name="Table5" table:style-name="Table5">
+ <table:table-column table:style-name="Table5.A"/>
+ <table:table-column table:style-name="Table5.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table5.B1" office:value-type="string">
+ <text:p text:style-name="AgendaTitle">#topics#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="P2"/>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.D"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderNum">#num.#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D4" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <table:table table:name="Table6" table:style-name="Table6">
+ <table:table-column table:style-name="Table6.A"/>
+ <table:table-column table:style-name="Table6.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table6.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table6.B1" office:value-type="string">
+ <text:p text:style-name="P7">#minutes-for# &lt;minutes-title&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="P3"/>
+ <text:p text:style-name="P3"/>
+ <table:table table:name="Table7" table:style-name="Table7">
+ <table:table-column table:style-name="Table7.A"/>
+ <table:table-column table:style-name="Table7.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table7.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table7.A1" office:value-type="string">
+ <text:p text:style-name="AgendaLocation">&lt;minutes-location&gt;</text:p>
+ <text:p text:style-name="AgendaLocation">&lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="AgendaLocation"/>
+ <text:p text:style-name="AgendaLocation"/>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="AgendaTitles"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P4">#discussion#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P4">#conclusion#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P4">#to-do#</text:p>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P4">#responsible-party# </text:p>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="P4">#deadline#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P5"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/6orange/manifest.rdf b/extras/source/templates/wizard/agenda/6orange/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/6orange/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/6orange/meta.xml b/extras/source/templates/wizard/agenda/6orange/meta.xml
new file mode 100644
index 000000000000..1e315a8f641f
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/6orange/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Orange</dc:title>
+ <meta:creation-date>2012-08-16T22:10:36</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-16T22:12:10</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="10" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="46" meta:word-count="48" meta:character-count="523" meta:non-whitespace-character-count="519"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/6orange/mimetype b/extras/source/templates/wizard/agenda/6orange/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/6orange/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/6orange/settings.xml b/extras/source/templates/wizard/agenda/6orange/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/6orange/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/6orange/styles.xml b/extras/source/templates/wizard/agenda/6orange/styles.xml
new file mode 100644
index 000000000000..6fcd084a66aa
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/6orange/styles.xml
@@ -0,0 +1,377 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text"/>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard">
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="11pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#000080" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
+ <style:text-properties fo:color="#000080" fo:font-size="10.5pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1402in" fo:text-align="start" style:justify-single-word="false" fo:background-color="#cc6633" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="14pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.2in" fo:background-color="transparent" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:background-color="#ffffff">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties fo:background-color="#cc6633">
+ <style:background-image/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties fo:background-color="#cc6633">
+ <style:background-image/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties fo:background-color="#cc6633">
+ <style:background-image/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties fo:background-color="#cc6633">
+ <style:background-image/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/7red.ott b/extras/source/templates/wizard/agenda/7red.ott
deleted file mode 100644
index 5cbd7b5995a2..000000000000
--- a/extras/source/templates/wizard/agenda/7red.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/7red/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/7red/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/7red/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/7red/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/7red/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..8ff6be50a355
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/7red/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/7red/content.xml b/extras/source/templates/wizard/agenda/7red/content.xml
new file mode 100644
index 000000000000..090c55942132
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/7red/content.xml
@@ -0,0 +1,580 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="Table2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5111in" style:rel-column-width="16507*"/>
+ </style:style>
+ <style:style style:name="Table2.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4889in" style:rel-column-width="49028*"/>
+ </style:style>
+ <style:style style:name="Table2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table2.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table2.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table2.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B" style:display-name="AGENDA_ITEMS1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B1" style:display-name="AGENDA_ITEMS1.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A2" style:display-name="AGENDA_ITEMS1.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B2" style:display-name="AGENDA_ITEMS1.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2" style:display-name="AGENDA_ITEMS2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A" style:display-name="AGENDA_ITEMS2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.D" style:display-name="AGENDA_ITEMS2.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A1" style:display-name="AGENDA_ITEMS2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A2" style:display-name="AGENDA_ITEMS2.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2in" style:rel-column-width="21845*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A5" style:display-name="AGENDA_TOPICS.A5" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A6" style:display-name="AGENDA_TOPICS.A6" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B6" style:display-name="AGENDA_TOPICS.B6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C6" style:display-name="AGENDA_TOPICS.C6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B10" style:display-name="AGENDA_TOPICS.B10" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C10" style:display-name="AGENDA_TOPICS.C10" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B" style:display-name="AGENDA_ITEMS3.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties style:border-line-width-left="0.0007in 0.0347in 0.0007in" fo:padding="0.0382in" fo:border-left="2.6pt double #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B1" style:display-name="AGENDA_ITEMS3.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A2" style:display-name="AGENDA_ITEMS3.A2" style:family="table-cell">
+ <style:table-cell-properties style:border-line-width-left="0.0007in 0.0347in 0.0007in" fo:padding="0.0382in" fo:border-left="2.6pt double #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B2" style:display-name="AGENDA_ITEMS3.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="TopicsTextNum">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="TopicsHeaderTopic">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="TopicTextTopic">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="AgendaTitles">
+ <style:paragraph-properties fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="P5" style:family="paragraph" style:parent-style-name="AgendaTitle">
+ <style:paragraph-properties fo:break-before="page"/>
+ </style:style>
+ <style:style style:name="P6" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P7" style:family="paragraph" style:parent-style-name="AgendaTitles" style:master-page-name="">
+ <style:paragraph-properties style:page-number="auto" fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ <table:table table:name="Table2" table:style-name="Table2">
+ <table:table-column table:style-name="Table2.A"/>
+ <table:table-column table:style-name="Table2.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#datetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.B1" office:value-type="string">
+ <text:p text:style-name="AgendaDate">&lt;date&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A2" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#timetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.B2" office:value-type="string">
+ <text:p text:style-name="AgendaTime">&lt;time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A2" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#locationtitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.B2" office:value-type="string">
+ <text:p text:style-name="AgendaLocation">&lt;location&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.B1" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.B2" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="Facilitator"><text:bookmark text:name="AGENDA_PRESIDING"/>&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.B2" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.B2" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS2">
+ <table:table table:name="AGENDA_ITEMS2" table:style-name="AGENDA_5f_ITEMS2">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.D"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker"><text:bookmark text:name="AGENDA_NOTETAKER"/>&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A2" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A2" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A2" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A2" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="TopicsTitle">#topics#</text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P2"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A6" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#Responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A6" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsiblehedaer#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <text:p text:style-name="P7">#additional-information#</text:p>
+ <text:p text:style-name="P4"/>
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.B"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Bring"><text:bookmark text:name="AGENDA_PREPARE"/>&lt;bring&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.B1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.B2" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Notes"><text:bookmark text:name="AGENDA_NOTES"/>&lt;notes&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.B2" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <text:p text:style-name="P5">#minutes-for# &lt;minutes-title&gt;</text:p>
+ <text:p text:style-name="msubheader">&lt;minutes-location&gt;, &lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="P6"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#discussion#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#conclusion#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#to-do#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#responsible-party#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#deadline#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="P6"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P6"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/7red/manifest.rdf b/extras/source/templates/wizard/agenda/7red/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/7red/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/7red/meta.xml b/extras/source/templates/wizard/agenda/7red/meta.xml
new file mode 100644
index 000000000000..85cbaff1d758
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/7red/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Red</dc:title>
+ <meta:creation-date>2012-08-17T16:45:40</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-17T16:45:51</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="6" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="51" meta:word-count="54" meta:character-count="630" meta:non-whitespace-character-count="626"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/7red/mimetype b/extras/source/templates/wizard/agenda/7red/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/7red/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/7red/settings.xml b/extras/source/templates/wizard/agenda/7red/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/7red/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/7red/styles.xml b/extras/source/templates/wizard/agenda/7red/styles.xml
new file mode 100644
index 000000000000..6ead32ec1433
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/7red/styles.xml
@@ -0,0 +1,354 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text"/>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name="Liberation Sans1"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard"/>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="8pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1402in" fo:text-align="center" style:justify-single-word="false" fo:background-color="#b80047" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.2in" fo:text-align="center" style:justify-single-word="false" fo:background-color="#b80047" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra"/>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/8green.ott b/extras/source/templates/wizard/agenda/8green.ott
deleted file mode 100644
index 8efeea3aa0d2..000000000000
--- a/extras/source/templates/wizard/agenda/8green.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/8green/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/8green/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/8green/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/8green/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/8green/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..f117ff7dcdf1
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/8green/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/8green/content.xml b/extras/source/templates/wizard/agenda/8green/content.xml
new file mode 100644
index 000000000000..2b0d2851ec71
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/8green/content.xml
@@ -0,0 +1,553 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif1" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-adornments="Regular" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="Table2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5111in" style:rel-column-width="16507*"/>
+ </style:style>
+ <style:style style:name="Table2.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4889in" style:rel-column-width="49028*"/>
+ </style:style>
+ <style:style style:name="Table2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B" style:display-name="AGENDA_ITEMS1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2" style:display-name="AGENDA_ITEMS2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A" style:display-name="AGENDA_ITEMS2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.D" style:display-name="AGENDA_ITEMS2.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A1" style:display-name="AGENDA_ITEMS2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2in" style:rel-column-width="21845*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A5" style:display-name="AGENDA_TOPICS.A5" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A6" style:display-name="AGENDA_TOPICS.A6" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B6" style:display-name="AGENDA_TOPICS.B6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C6" style:display-name="AGENDA_TOPICS.C6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B10" style:display-name="AGENDA_TOPICS.B10" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C10" style:display-name="AGENDA_TOPICS.C10" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B" style:display-name="AGENDA_ITEMS3.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="TopicsTextNum">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="TopicsHeaderTopic">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="TopicTextTopic">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="AgendaTitles">
+ <style:paragraph-properties fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="P5" style:family="paragraph" style:parent-style-name="AgendaTitle">
+ <style:paragraph-properties fo:break-before="page"/>
+ </style:style>
+ <style:style style:name="P6" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P7" style:family="paragraph" style:parent-style-name="AgendaTitles" style:master-page-name="">
+ <style:paragraph-properties style:page-number="auto" fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ <table:table table:name="Table2" table:style-name="Table2">
+ <table:table-column table:style-name="Table2.A"/>
+ <table:table-column table:style-name="Table2.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#datetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaDate">&lt;date&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#timetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTime">&lt;time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#locationtitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaLocation">&lt;location&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Facilitator"><text:bookmark text:name="AGENDA_PRESIDING"/>&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS2">
+ <table:table table:name="AGENDA_ITEMS2" table:style-name="AGENDA_5f_ITEMS2">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.D"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker"><text:bookmark text:name="AGENDA_NOTETAKER"/>&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="TopicsTitle">#topics#</text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P2"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A6" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A6" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <text:p text:style-name="P7">#additional-information#</text:p>
+ <text:p text:style-name="P4"/>
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.B"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Bring"><text:bookmark text:name="AGENDA_PREPARE"/>&lt;bring&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Notes"><text:bookmark text:name="AGENDA_NOTES"/>&lt;notes&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <text:p text:style-name="P5">#minutes-for# &lt;minutes-title&gt;</text:p>
+ <text:p text:style-name="msubheader">&lt;minutes-location&gt;, &lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="P6"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#discussion#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#conclusion#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#to-do#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#responsible-party#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#deadline#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="P6"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P6"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/8green/manifest.rdf b/extras/source/templates/wizard/agenda/8green/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/8green/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/8green/meta.xml b/extras/source/templates/wizard/agenda/8green/meta.xml
new file mode 100644
index 000000000000..9c086fbd54ff
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/8green/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Green</dc:title>
+ <meta:creation-date>2012-08-17T16:34:42</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-17T16:36:46</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="6" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="51" meta:word-count="54" meta:character-count="630" meta:non-whitespace-character-count="626"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/8green/mimetype b/extras/source/templates/wizard/agenda/8green/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/8green/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/8green/settings.xml b/extras/source/templates/wizard/agenda/8green/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/8green/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/8green/styles.xml b/extras/source/templates/wizard/agenda/8green/styles.xml
new file mode 100644
index 000000000000..8872a69f03ff
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/8green/styles.xml
@@ -0,0 +1,357 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif1" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-adornments="Regular" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text"/>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name="Liberation Sans1"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard"/>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="8pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:font-name="Liberation Serif" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1402in" fo:text-align="center" style:justify-single-word="false" fo:background-color="#355e00" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="15pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.2in" fo:text-align="center" style:justify-single-word="false" fo:background-color="#355e00" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="15pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra"/>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/9colorful.ott b/extras/source/templates/wizard/agenda/9colorful.ott
deleted file mode 100644
index 441c684f13d3..000000000000
--- a/extras/source/templates/wizard/agenda/9colorful.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/9colorful/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/9colorful/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/9colorful/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/9colorful/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/9colorful/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..f4f7dd190ab1
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/9colorful/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/9colorful/content.xml b/extras/source/templates/wizard/agenda/9colorful/content.xml
new file mode 100644
index 000000000000..d971c4f28184
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/9colorful/content.xml
@@ -0,0 +1,416 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="6in" style:rel-column-width="65535*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A2" style:display-name="AGENDA_ITEMS1.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0in" fo:padding-bottom="0.1in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D" style:display-name="AGENDA_TOPICS.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B1" style:display-name="AGENDA_TOPICS.B1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B4" style:display-name="AGENDA_TOPICS.B4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="6in" style:rel-column-width="65535*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A2" style:display-name="AGENDA_ITEMS3.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0in" fo:padding-bottom="0.1in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Table_20_small_20_heading">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="AgendaTitle">
+ <style:paragraph-properties fo:break-before="page"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ <text:p text:style-name="AgendaLocation">&lt;date&gt;, &lt;time&gt;, &lt;location&gt;</text:p>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Facilitator">&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker">&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="NotetakerText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="TimekeeperText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="ObserversText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="ResourcePersonsText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="TopicsTitle">#topics#</text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.D"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderNum">#num.#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <text:p text:style-name="TopicsTitle">#additional-information#</text:p>
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Bring"><text:bookmark text:name="AGENDA_PREPARE"/>&lt;bring&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Bring"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Read"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Notes"><text:bookmark text:name="AGENDA_NOTES"/>&lt;notes&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Notes"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <text:p text:style-name="P4">#minutes-for# &lt;minutes-title&gt;</text:p>
+ <text:p text:style-name="msubheader">&lt;minutes-location&gt;, &lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="P1"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P2">#discussion#</text:p>
+ <text:p text:style-name="P3"/>
+ <text:p text:style-name="P3"/>
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P2">#conclusion#</text:p>
+ <text:p text:style-name="P3"/>
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P2">#to-do#</text:p>
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P2">#responsible-party#</text:p>
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="P2">#deadline#</text:p>
+ <text:p text:style-name="P3"/>
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="P1"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P1"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/9colorful/manifest.rdf b/extras/source/templates/wizard/agenda/9colorful/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/9colorful/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/9colorful/meta.xml b/extras/source/templates/wizard/agenda/9colorful/meta.xml
new file mode 100644
index 000000000000..08f76cef091e
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/9colorful/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Colorful</dc:title>
+ <meta:creation-date>2012-08-17T16:38:59</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-17T16:40:19</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="4" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="41" meta:word-count="46" meta:character-count="515" meta:non-whitespace-character-count="509"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/9colorful/mimetype b/extras/source/templates/wizard/agenda/9colorful/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/9colorful/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/9colorful/settings.xml b/extras/source/templates/wizard/agenda/9colorful/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/9colorful/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/9colorful/styles.xml b/extras/source/templates/wizard/agenda/9colorful/styles.xml
new file mode 100644
index 000000000000..70eaeec9950d
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/9colorful/styles.xml
@@ -0,0 +1,357 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text">
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard"/>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="8pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="11pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="12pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.1799in" fo:margin-bottom="0in" fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="10pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.4in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:line-height="100%" fo:text-indent="0in" style:auto-text-indent="false" fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0799in" fo:background-color="#ff6633">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="16pt"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1in" fo:background-color="#0066cc">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-size="10pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties style:vertical-align="baseline"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/aw-10grey.ott b/extras/source/templates/wizard/agenda/aw-10grey.ott
deleted file mode 100644
index 053692dd202f..000000000000
--- a/extras/source/templates/wizard/agenda/aw-10grey.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-10grey/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/aw-10grey/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-10grey/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/aw-10grey/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/aw-10grey/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..fef8e998bce8
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-10grey/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-10grey/content.xml b/extras/source/templates/wizard/agenda/aw-10grey/content.xml
new file mode 100644
index 000000000000..acc5a7f3d642
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-10grey/content.xml
@@ -0,0 +1,531 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="Table2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5111in" style:rel-column-width="16507*"/>
+ </style:style>
+ <style:style style:name="Table2.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4889in" style:rel-column-width="49028*"/>
+ </style:style>
+ <style:style style:name="Table2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B" style:display-name="AGENDA_ITEMS1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2" style:display-name="AGENDA_ITEMS2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A" style:display-name="AGENDA_ITEMS2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.D" style:display-name="AGENDA_ITEMS2.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A1" style:display-name="AGENDA_ITEMS2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2in" style:rel-column-width="21845*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C2" style:display-name="AGENDA_TOPICS.C2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B" style:display-name="AGENDA_ITEMS3.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="TopicsTextNum">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="TopicsHeaderTopic">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="TopicTextTopic">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="AgendaTitles">
+ <style:paragraph-properties fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="P5" style:family="paragraph" style:parent-style-name="AgendaTitle">
+ <style:paragraph-properties fo:break-before="page"/>
+ </style:style>
+ <style:style style:name="P6" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P7" style:family="paragraph" style:parent-style-name="AgendaTitles" style:master-page-name="">
+ <style:paragraph-properties style:page-number="auto" fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ <table:table table:name="Table2" table:style-name="Table2">
+ <table:table-column table:style-name="Table2.A"/>
+ <table:table-column table:style-name="Table2.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#datetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaDate">&lt;date&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#timetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTime">&lt;time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#locationtitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaLocation">&lt;location&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Facilitator"><text:bookmark text:name="AGENDA_PRESIDING"/>&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS2">
+ <table:table table:name="AGENDA_ITEMS2" table:style-name="AGENDA_5f_ITEMS2">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.D"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker"><text:bookmark text:name="AGENDA_NOTETAKER"/>&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="TopicsTitle">#topics#</text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P2"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <text:p text:style-name="P7">#additional-information#</text:p>
+ <text:p text:style-name="P4"/>
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.B"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Bring"><text:bookmark text:name="AGENDA_PREPARE"/>&lt;bring&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Notes"><text:bookmark text:name="AGENDA_NOTES"/>&lt;notes&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <text:p text:style-name="P5">#minutes-for# &lt;minutes-title&gt;</text:p>
+ <text:p text:style-name="msubheader">&lt;minutes-location&gt;, &lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="P6"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#discussion#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#conclusion#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#to-do#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#responsible-party#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#deadline#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="P6"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P6"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/aw-10grey/manifest.rdf b/extras/source/templates/wizard/agenda/aw-10grey/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-10grey/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/aw-10grey/meta.xml b/extras/source/templates/wizard/agenda/aw-10grey/meta.xml
new file mode 100644
index 000000000000..f93d12f04edf
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-10grey/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Grey</dc:title>
+ <meta:creation-date>2012-08-17T16:43:44</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-17T16:45:25</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="6" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="51" meta:word-count="54" meta:character-count="630" meta:non-whitespace-character-count="626"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/aw-10grey/mimetype b/extras/source/templates/wizard/agenda/aw-10grey/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-10grey/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/aw-10grey/settings.xml b/extras/source/templates/wizard/agenda/aw-10grey/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-10grey/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/aw-10grey/styles.xml b/extras/source/templates/wizard/agenda/aw-10grey/styles.xml
new file mode 100644
index 000000000000..efa4a379c9d2
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-10grey/styles.xml
@@ -0,0 +1,360 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text"/>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name="Liberation Sans1"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard"/>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="8pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1402in" fo:text-align="center" style:justify-single-word="false" fo:background-color="#cccccc" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="15pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.2in" fo:text-align="center" style:justify-single-word="false" fo:background-color="#cccccc" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="15pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/aw-1simple.ott b/extras/source/templates/wizard/agenda/aw-1simple.ott
deleted file mode 100644
index 78582deb5f28..000000000000
--- a/extras/source/templates/wizard/agenda/aw-1simple.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-1simple/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/aw-1simple/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-1simple/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/aw-1simple/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/aw-1simple/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..ec4d7ce51955
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-1simple/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-1simple/content.xml b/extras/source/templates/wizard/agenda/aw-1simple/content.xml
new file mode 100644
index 000000000000..e43714b41717
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-1simple/content.xml
@@ -0,0 +1,429 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-adornments="Regular" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="6in" style:rel-column-width="65535*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A2" style:display-name="AGENDA_ITEMS1.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0in" fo:padding-bottom="0.1in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D" style:display-name="AGENDA_TOPICS.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B1" style:display-name="AGENDA_TOPICS.B1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D1" style:display-name="AGENDA_TOPICS.D1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D2" style:display-name="AGENDA_TOPICS.D2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B4" style:display-name="AGENDA_TOPICS.B4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D4" style:display-name="AGENDA_TOPICS.D4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="6in" style:rel-column-width="65535*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A2" style:display-name="AGENDA_ITEMS3.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0in" fo:padding-bottom="0.1in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Table_20_small_20_heading">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="T1" style:family="text">
+ <style:text-properties officeooo:rsid="0011ce85"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ <text:p text:style-name="AgendaLocation">&lt;date&gt;, &lt;time&gt;, &lt;location&gt;</text:p>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Facilitator">&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker">&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="NotetakerText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="TimekeeperText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="ObserversText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="ResourcePersonsText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="TopicsTitle">#topics#</text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.D"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderNum">#num.#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#<text:span text:style-name="T1">r</text:span>esponsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D4" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <text:p text:style-name="TopicsTitle">#additional-information#</text:p>
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Bring"><text:bookmark text:name="AGENDA_PREPARE"/>&lt;bring&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Bring"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Read"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Notes"><text:bookmark text:name="AGENDA_NOTES"/>&lt;notes&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Notes"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <text:p text:style-name="AgendaTitle">#minutes-for# &lt;minutes-title&gt;</text:p>
+ <text:p text:style-name="msubheader">&lt;minutes-location&gt;, &lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="P1"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <text:soft-page-break/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P2">#discussion# </text:p>
+ <text:p text:style-name="P3"/>
+ <text:p text:style-name="P3"/>
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P2">#conclusion#</text:p>
+ <text:p text:style-name="P3"/>
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P2"><text:s/>#to-do#</text:p>
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P2">#responsible-party#</text:p>
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="P2">#deadline#</text:p>
+ <text:p text:style-name="P3"/>
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="P1"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P1"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/aw-1simple/manifest.rdf b/extras/source/templates/wizard/agenda/aw-1simple/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-1simple/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/aw-1simple/meta.xml b/extras/source/templates/wizard/agenda/aw-1simple/meta.xml
new file mode 100644
index 000000000000..c03153b349d5
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-1simple/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.7$Linux_x86 LibreOffice_project/720e290-386c48f-abf2002-30b3fc</meta:generator>
+ <dc:title>Simple</dc:title>
+ <meta:creation-date>2012-08-17T16:48:32</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-17T16:48:46</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="4" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="41" meta:word-count="46" meta:character-count="517" meta:non-whitespace-character-count="509"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/aw-1simple/mimetype b/extras/source/templates/wizard/agenda/aw-1simple/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-1simple/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/aw-1simple/settings.xml b/extras/source/templates/wizard/agenda/aw-1simple/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-1simple/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/aw-1simple/styles.xml b/extras/source/templates/wizard/agenda/aw-1simple/styles.xml
new file mode 100644
index 000000000000..100d82c7c9b6
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-1simple/styles.xml
@@ -0,0 +1,345 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-adornments="Regular" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" style:contextual-spacing="false" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard"/>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="8pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:text-properties style:font-name="Liberation Serif" fo:font-size="11pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="12pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.1799in" fo:margin-bottom="0in" style:contextual-spacing="false"/>
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.4in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" style:contextual-spacing="false" fo:line-height="100%" fo:text-indent="0in" style:auto-text-indent="false" fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:font-name="Liberation Serif" fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0799in" style:contextual-spacing="false"/>
+ <style:text-properties fo:font-size="16pt"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1in" style:contextual-spacing="false" fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties style:vertical-align="baseline"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra"/>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="13pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1" style:page-usage="mirrored">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2" style:page-usage="mirrored">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/aw-2elegant.ott b/extras/source/templates/wizard/agenda/aw-2elegant.ott
deleted file mode 100644
index 32b8034a76bb..000000000000
--- a/extras/source/templates/wizard/agenda/aw-2elegant.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-2elegant/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/aw-2elegant/META-INF/manifest.xml
new file mode 100644
index 000000000000..7f8a0f949150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-2elegant/META-INF/manifest.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="Pictures/100002000000008F0000000A83659D51.gif" manifest:media-type="image/gif"/>
+ <manifest:file-entry manifest:full-path="Pictures/1000000000000280000000052876A81A.gif" manifest:media-type="image/gif"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/aw-2elegant/Pictures/1000000000000280000000052876A81A.gif b/extras/source/templates/wizard/agenda/aw-2elegant/Pictures/1000000000000280000000052876A81A.gif
new file mode 100644
index 000000000000..d4ebdce7bea5
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-2elegant/Pictures/1000000000000280000000052876A81A.gif
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-2elegant/Pictures/100002000000008F0000000A83659D51.gif b/extras/source/templates/wizard/agenda/aw-2elegant/Pictures/100002000000008F0000000A83659D51.gif
new file mode 100644
index 000000000000..3e403c7abd86
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-2elegant/Pictures/100002000000008F0000000A83659D51.gif
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-2elegant/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/aw-2elegant/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..cfda07ea3437
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-2elegant/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-2elegant/content.xml b/extras/source/templates/wizard/agenda/aw-2elegant/content.xml
new file mode 100644
index 000000000000..747051930a5a
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-2elegant/content.xml
@@ -0,0 +1,613 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="Table2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5514in" style:rel-column-width="16947*"/>
+ </style:style>
+ <style:style style:name="Table2.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4486in" style:rel-column-width="48588*"/>
+ </style:style>
+ <style:style style:name="Table2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0.0403in" fo:border="none">
+ <style:background-image xlink:href="Pictures/100002000000008F0000000A83659D51.gif" xlink:type="simple" xlink:actuate="onLoad" style:position="top left" style:repeat="no-repeat"/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table2.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0.0403in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table4" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table4.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5007in" style:rel-column-width="16393*"/>
+ </style:style>
+ <style:style style:name="Table4.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4993in" style:rel-column-width="49142*"/>
+ </style:style>
+ <style:style style:name="Table4.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B" style:display-name="AGENDA_ITEMS1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2" style:display-name="AGENDA_ITEMS2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A" style:display-name="AGENDA_ITEMS2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.D" style:display-name="AGENDA_ITEMS2.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A1" style:display-name="AGENDA_ITEMS2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B" style:display-name="AGENDA_ITEMS3.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table5" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table5.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5007in" style:rel-column-width="16393*"/>
+ </style:style>
+ <style:style style:name="Table5.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4993in" style:rel-column-width="49142*"/>
+ </style:style>
+ <style:style style:name="Table5.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0in" fo:border="none">
+ <style:background-image xlink:href="Pictures/100002000000008F0000000A83659D51.gif" xlink:type="simple" xlink:actuate="onLoad" style:position="top left" style:repeat="no-repeat"/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table5.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D" style:display-name="AGENDA_TOPICS.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #b3b3b3"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #b3b3b3"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C2" style:display-name="AGENDA_TOPICS.C2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #b3b3b3"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D2" style:display-name="AGENDA_TOPICS.D2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #b3b3b3"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A3" style:display-name="AGENDA_TOPICS.A3" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #b3b3b3"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B3" style:display-name="AGENDA_TOPICS.B3" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #b3b3b3"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C3" style:display-name="AGENDA_TOPICS.C3" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #b3b3b3"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D3" style:display-name="AGENDA_TOPICS.D3" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" fo:border-bottom="0.05pt solid #b3b3b3"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B4" style:display-name="AGENDA_TOPICS.B4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C4" style:display-name="AGENDA_TOPICS.C4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D4" style:display-name="AGENDA_TOPICS.D4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table6" style:family="table">
+ <style:table-properties style:width="6in" fo:break-before="page" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table6.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5007in" style:rel-column-width="16393*"/>
+ </style:style>
+ <style:style style:name="Table6.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4993in" style:rel-column-width="49142*"/>
+ </style:style>
+ <style:style style:name="Table6.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0in" fo:border="none">
+ <style:background-image xlink:href="Pictures/100002000000008F0000000A83659D51.gif" xlink:type="simple" xlink:actuate="onLoad" style:position="top left" style:repeat="no-repeat"/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table6.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table7" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table7.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5007in" style:rel-column-width="16393*"/>
+ </style:style>
+ <style:style style:name="Table7.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4993in" style:rel-column-width="49142*"/>
+ </style:style>
+ <style:style style:name="Table7.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0.0403in" fo:padding-top="0.0403in" fo:padding-bottom="0.0403in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="AgendaTitles">
+ <style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
+ <style:text-properties fo:color="#000080"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Standard">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Standard">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="Table_20_small_20_heading">
+ <style:text-properties style:font-name="Liberation Sans"/>
+ </style:style>
+ <style:style style:name="P5" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P6" style:family="paragraph" style:parent-style-name="AgendaTitle" style:master-page-name="">
+ <style:paragraph-properties style:page-number="auto" fo:break-before="page"/>
+ </style:style>
+ <style:style style:name="fr1" style:family="graphic" style:parent-style-name="Graphics">
+ <style:graphic-properties style:vertical-pos="top" style:vertical-rel="baseline" style:horizontal-pos="center" style:horizontal-rel="paragraph" style:mirror="none" fo:clip="rect(0in, 0in, 0in, 0in)" draw:luminance="0%" draw:contrast="0%" draw:red="0%" draw:green="0%" draw:blue="0%" draw:gamma="100%" draw:color-inversion="false" draw:image-opacity="100%" draw:color-mode="standard"/>
+ </style:style>
+ <style:style style:name="fr2" style:family="graphic" style:parent-style-name="Graphics">
+ <style:graphic-properties style:vertical-pos="from-top" style:horizontal-pos="from-left" style:horizontal-rel="paragraph" style:shadow="none" style:mirror="none" fo:clip="rect(0in, 0in, 0in, 0in)" draw:luminance="0%" draw:contrast="0%" draw:red="0%" draw:green="0%" draw:blue="0%" draw:gamma="100%" draw:color-inversion="false" draw:image-opacity="100%" draw:color-mode="standard"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <table:table table:name="Table2" table:style-name="Table2">
+ <table:table-column table:style-name="Table2.A"/>
+ <table:table-column table:style-name="Table2.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.B1" office:value-type="string">
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="Text_20_body">
+ <draw:frame draw:style-name="fr1" draw:name="Graphic1" text:anchor-type="as-char" svg:width="5.9992in" svg:height="0.0492in" draw:z-index="0">
+ <draw:image xlink:href="Pictures/1000000000000280000000052876A81A.gif" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
+ </draw:frame>
+ </text:p>
+ <table:table table:name="Table4" table:style-name="Table4">
+ <table:table-column table:style-name="Table4.A"/>
+ <table:table-column table:style-name="Table4.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="P1">#datetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="AgendaDate">&lt;date&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="P1">#timetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTime">&lt;time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="P1">#locationtitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="AgendaLocation">&lt;location&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Facilitator">&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker"><text:bookmark text:name="AGENDA_NOTETAKER"/>&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS2">
+ <table:table table:name="AGENDA_ITEMS2" table:style-name="AGENDA_5f_ITEMS2">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.D"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Bring">&lt;bring&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents">
+ <text:bookmark text:name="AGENDA_PREPARE2"/>
+ </text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Notes">&lt;notes&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="NotesText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ </text:section>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <table:table table:name="Table5" table:style-name="Table5">
+ <table:table-column table:style-name="Table5.A"/>
+ <table:table-column table:style-name="Table5.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table5.B1" office:value-type="string">
+ <text:p text:style-name="AgendaTitle">#topics#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="P2">
+ <draw:frame draw:style-name="fr2" draw:name="Graphic2" text:anchor-type="as-char" svg:y="-0.2in" svg:width="5.9992in" svg:height="0.0492in" draw:z-index="1">
+ <draw:image xlink:href="Pictures/1000000000000280000000052876A81A.gif" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
+ </draw:frame>
+ </text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.D"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderNum">#num.#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C3" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C3" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C3" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D3" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C4" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C4" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C4" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D4" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:p text:style-name="AgendaTitle"/>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <table:table table:name="Table6" table:style-name="Table6">
+ <table:table-column table:style-name="Table6.A"/>
+ <table:table-column table:style-name="Table6.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table6.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table6.B1" office:value-type="string">
+ <text:p text:style-name="P6">#minutes-for# &lt;minutes-title&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="P3">
+ <draw:frame draw:style-name="fr2" draw:name="Graphic15" text:anchor-type="as-char" svg:y="0in" svg:width="5.9992in" svg:height="0.0492in" draw:z-index="2">
+ <draw:image xlink:href="Pictures/1000000000000280000000052876A81A.gif" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
+ </draw:frame>
+ </text:p>
+ <text:p text:style-name="P3"/>
+ <table:table table:name="Table7" table:style-name="Table7">
+ <table:table-column table:style-name="Table7.A"/>
+ <table:table-column table:style-name="Table7.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table7.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table7.A1" office:value-type="string">
+ <text:p text:style-name="AgendaLocation">&lt;minutes-location&gt;</text:p>
+ <text:p text:style-name="AgendaLocation">&lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="AgendaLocation"/>
+ <text:p text:style-name="AgendaLocation"/>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="AgendaTitles"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P4">#discussion#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P4">#conclusion#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P4">#to-do#</text:p>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P4">#responsible-party#</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="P4">#deadline#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P5"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/aw-2elegant/manifest.rdf b/extras/source/templates/wizard/agenda/aw-2elegant/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-2elegant/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/aw-2elegant/meta.xml b/extras/source/templates/wizard/agenda/aw-2elegant/meta.xml
new file mode 100644
index 000000000000..ba91d097795b
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-2elegant/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Elegant</dc:title>
+ <meta:creation-date>2012-08-16T20:59:05</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-16T20:59:18</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="10" meta:image-count="3" meta:object-count="0" meta:page-count="2" meta:paragraph-count="49" meta:word-count="48" meta:character-count="525" meta:non-whitespace-character-count="519"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/aw-2elegant/mimetype b/extras/source/templates/wizard/agenda/aw-2elegant/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-2elegant/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/aw-2elegant/settings.xml b/extras/source/templates/wizard/agenda/aw-2elegant/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-2elegant/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/aw-2elegant/styles.xml b/extras/source/templates/wizard/agenda/aw-2elegant/styles.xml
new file mode 100644
index 000000000000..117364d2abbf
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-2elegant/styles.xml
@@ -0,0 +1,360 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text"/>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard">
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="11pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
+ <style:text-properties fo:color="#000080" fo:font-size="10.5pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1402in" fo:text-align="start" style:justify-single-word="false" fo:background-color="transparent" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="14pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.2in" fo:background-color="transparent" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:background-color="#9999cc">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties fo:background-color="#9999cc">
+ <style:background-image/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/aw-3modern.ott b/extras/source/templates/wizard/agenda/aw-3modern.ott
deleted file mode 100644
index 5220bc137389..000000000000
--- a/extras/source/templates/wizard/agenda/aw-3modern.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-3modern/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/aw-3modern/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-3modern/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/aw-3modern/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/aw-3modern/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..7fa469e8365c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-3modern/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-3modern/content.xml b/extras/source/templates/wizard/agenda/aw-3modern/content.xml
new file mode 100644
index 000000000000..99bb0ffe53a5
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-3modern/content.xml
@@ -0,0 +1,585 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="Table2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5111in" style:rel-column-width="16507*"/>
+ </style:style>
+ <style:style style:name="Table2.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4889in" style:rel-column-width="49028*"/>
+ </style:style>
+ <style:style style:name="Table2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table2.B1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table2.A2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table2.B2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B" style:display-name="AGENDA_ITEMS1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B1" style:display-name="AGENDA_ITEMS1.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A2" style:display-name="AGENDA_ITEMS1.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B2" style:display-name="AGENDA_ITEMS1.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2" style:display-name="AGENDA_ITEMS2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A" style:display-name="AGENDA_ITEMS2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.D" style:display-name="AGENDA_ITEMS2.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A1" style:display-name="AGENDA_ITEMS2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A2" style:display-name="AGENDA_ITEMS2.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2in" style:rel-column-width="21845*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A5" style:display-name="AGENDA_TOPICS.A5" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A6" style:display-name="AGENDA_TOPICS.A6" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B6" style:display-name="AGENDA_TOPICS.B6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C6" style:display-name="AGENDA_TOPICS.C6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B10" style:display-name="AGENDA_TOPICS.B10" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C10" style:display-name="AGENDA_TOPICS.C10" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B" style:display-name="AGENDA_ITEMS3.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties style:border-line-width-left="0.0007in 0.0347in 0.0007in" fo:padding="0.0382in" fo:border-left="2.6pt double #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B1" style:display-name="AGENDA_ITEMS3.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A2" style:display-name="AGENDA_ITEMS3.A2" style:family="table-cell">
+ <style:table-cell-properties style:border-line-width-left="0.0007in 0.0347in 0.0007in" fo:padding="0.0382in" fo:border-left="2.6pt double #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B2" style:display-name="AGENDA_ITEMS3.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="TopicsTextNum">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="TopicsHeaderTopic">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="TopicTextTopic">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="AgendaTitles">
+ <style:paragraph-properties fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="P5" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P6" style:family="paragraph" style:parent-style-name="AgendaTitles" style:master-page-name="">
+ <style:paragraph-properties style:page-number="auto" fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ <table:table table:name="Table2" table:style-name="Table2">
+ <table:table-column table:style-name="Table2.A"/>
+ <table:table-column table:style-name="Table2.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#datetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.B1" office:value-type="string">
+ <text:p text:style-name="AgendaDate">&lt;date&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A2" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#timetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.B2" office:value-type="string">
+ <text:p text:style-name="AgendaTime">&lt;time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A2" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#locationtitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.B2" office:value-type="string">
+ <text:p text:style-name="AgendaLocation">&lt;location&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.B1" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.B2" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="Facilitator"><text:bookmark text:name="AGENDA_PRESIDING"/>&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.B2" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.B2" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS2">
+ <table:table table:name="AGENDA_ITEMS2" table:style-name="AGENDA_5f_ITEMS2">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.D"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker"><text:bookmark text:name="AGENDA_NOTETAKER"/>&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A2" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A2" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A2" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A2" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="TopicsTitle">#topics#</text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P2"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A6" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A6" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <text:p text:style-name="P6">#additional-information#</text:p>
+ <text:p text:style-name="P4"/>
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.B"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Bring"><text:bookmark text:name="AGENDA_PREPARE"/>&lt;bring&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.B1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.B2" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Notes"><text:bookmark text:name="AGENDA_NOTES"/>&lt;notes&gt;</text:p>
+ <text:p text:style-name="Notes"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.B2" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <text:p text:style-name="AgendaTitle">#minutes-for# &lt;minutes-title&gt;</text:p>
+ <text:p text:style-name="msubheader"><text:soft-page-break/>&lt;minutes-location&gt;, &lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="P5"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#discussion#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#conclusion#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#to-do#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#responsible-party#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#deadline#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="P5"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P5"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/aw-3modern/manifest.rdf b/extras/source/templates/wizard/agenda/aw-3modern/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-3modern/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/aw-3modern/meta.xml b/extras/source/templates/wizard/agenda/aw-3modern/meta.xml
new file mode 100644
index 000000000000..3f3647bc54ff
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-3modern/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Modern</dc:title>
+ <meta:creation-date>2012-08-16T20:57:35</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-16T20:58:25</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="6" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="51" meta:word-count="54" meta:character-count="630" meta:non-whitespace-character-count="626"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/aw-3modern/mimetype b/extras/source/templates/wizard/agenda/aw-3modern/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-3modern/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/aw-3modern/settings.xml b/extras/source/templates/wizard/agenda/aw-3modern/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-3modern/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/aw-3modern/styles.xml b/extras/source/templates/wizard/agenda/aw-3modern/styles.xml
new file mode 100644
index 000000000000..07dc8d4297ba
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-3modern/styles.xml
@@ -0,0 +1,354 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text"/>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name="Liberation Sans1"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard"/>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="8pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1402in" fo:text-align="center" style:justify-single-word="false" fo:background-color="#e6e6e6" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.2in" fo:text-align="center" style:justify-single-word="false" fo:background-color="#e6e6e6" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra"/>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/aw-4classic.ott b/extras/source/templates/wizard/agenda/aw-4classic.ott
deleted file mode 100644
index 4df385a7bb7f..000000000000
--- a/extras/source/templates/wizard/agenda/aw-4classic.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-4classic/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/aw-4classic/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-4classic/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/aw-4classic/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/aw-4classic/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..757440b25b27
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-4classic/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-4classic/content.xml b/extras/source/templates/wizard/agenda/aw-4classic/content.xml
new file mode 100644
index 000000000000..025c6c99e5d2
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-4classic/content.xml
@@ -0,0 +1,431 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif1" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-adornments="Regular" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="6in" style:rel-column-width="65535*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A2" style:display-name="AGENDA_ITEMS1.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0in" fo:padding-bottom="0.1in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D" style:display-name="AGENDA_TOPICS.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B1" style:display-name="AGENDA_TOPICS.B1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D1" style:display-name="AGENDA_TOPICS.D1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D2" style:display-name="AGENDA_TOPICS.D2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B4" style:display-name="AGENDA_TOPICS.B4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D4" style:display-name="AGENDA_TOPICS.D4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="6in" style:rel-column-width="65535*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A2" style:display-name="AGENDA_ITEMS3.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0in" fo:padding-bottom="0.1in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="AgendaTitle">
+ <style:paragraph-properties fo:break-before="page"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Table_20_small_20_heading">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ <text:p text:style-name="AgendaLocation">&lt;date&gt;, &lt;time&gt;, &lt;location&gt;</text:p>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Facilitator">&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker">&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="NotetakerText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="TimekeeperText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="ObserversText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="ResourcePersonsText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="TopicsTitle">#topics#</text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.D"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderNum">#num.#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D4" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <text:p text:style-name="TopicsTitle">#additional-information#</text:p>
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Bring"><text:bookmark text:name="AGENDA_PREPARE"/>&lt;bring&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Bring"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Read"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Notes"><text:bookmark text:name="AGENDA_NOTES"/>&lt;notes&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Notes"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <text:p text:style-name="P1">#minutes-for# &lt;minutes-title&gt;</text:p>
+ <text:p text:style-name="msubheader">&lt;minutes-location&gt;, &lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="P2"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P3">#discussion#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P3">#conclusion#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P3">#to-do#</text:p>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P3">#responsible-party#</text:p>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="P3">#deadline#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="P2"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P2"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/aw-4classic/manifest.rdf b/extras/source/templates/wizard/agenda/aw-4classic/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-4classic/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/aw-4classic/meta.xml b/extras/source/templates/wizard/agenda/aw-4classic/meta.xml
new file mode 100644
index 000000000000..93f6cfbda7ab
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-4classic/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Classic</dc:title>
+ <meta:creation-date>2012-08-14T16:32:00</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-14T16:38:25</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="4" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="41" meta:word-count="46" meta:character-count="515" meta:non-whitespace-character-count="509"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/aw-4classic/mimetype b/extras/source/templates/wizard/agenda/aw-4classic/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-4classic/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/aw-4classic/settings.xml b/extras/source/templates/wizard/agenda/aw-4classic/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-4classic/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/aw-4classic/styles.xml b/extras/source/templates/wizard/agenda/aw-4classic/styles.xml
new file mode 100644
index 000000000000..7603e4777b84
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-4classic/styles.xml
@@ -0,0 +1,353 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif1" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-adornments="Regular" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard"/>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="8pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:text-properties style:font-name="Liberation Serif" fo:font-size="11pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="12pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.1799in" fo:margin-bottom="0in" fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="10pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.4in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:line-height="100%" fo:text-indent="0in" style:auto-text-indent="false" fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:font-name="Liberation Serif" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0799in" fo:background-color="#e6e6ff">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="16pt"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1in" fo:background-color="#e6e6ff">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-size="10pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties style:vertical-align="baseline"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/aw-5blue.ott b/extras/source/templates/wizard/agenda/aw-5blue.ott
deleted file mode 100644
index 3f98beb2d480..000000000000
--- a/extras/source/templates/wizard/agenda/aw-5blue.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-5blue/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/aw-5blue/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-5blue/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/aw-5blue/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/aw-5blue/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..972642d6c5b3
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-5blue/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-5blue/content.xml b/extras/source/templates/wizard/agenda/aw-5blue/content.xml
new file mode 100644
index 000000000000..6a08429808cb
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-5blue/content.xml
@@ -0,0 +1,440 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="6in" style:rel-column-width="65535*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A2" style:display-name="AGENDA_ITEMS1.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0in" fo:padding-bottom="0.1in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D" style:display-name="AGENDA_TOPICS.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B1" style:display-name="AGENDA_TOPICS.B1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D1" style:display-name="AGENDA_TOPICS.D1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="1pt solid #000000" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D2" style:display-name="AGENDA_TOPICS.D2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="1pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B4" style:display-name="AGENDA_TOPICS.B4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D4" style:display-name="AGENDA_TOPICS.D4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="1pt solid #000000" fo:border-top="none" fo:border-bottom="1pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="6in" style:rel-column-width="65535*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A2" style:display-name="AGENDA_ITEMS3.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0in" fo:padding-bottom="0.1in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="AgendaTitle">
+ <style:paragraph-properties fo:break-before="page"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Table_20_small_20_heading">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="T1" style:family="text">
+ <style:text-properties officeooo:rsid="0010da94"/>
+ </style:style>
+ <style:style style:name="T2" style:family="text">
+ <style:text-properties officeooo:rsid="00119211"/>
+ </style:style>
+ <style:style style:name="T3" style:family="text">
+ <style:text-properties officeooo:rsid="001210d3"/>
+ </style:style>
+ <style:style style:name="T4" style:family="text">
+ <style:text-properties officeooo:rsid="0012a5d3"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ <text:p text:style-name="AgendaLocation">&lt;date&gt;, &lt;time&gt;, &lt;location&gt;</text:p>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Facilitator">&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker">&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="NotetakerText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="TimekeeperText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="ObserversText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="ResourcePersonsText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="TopicsTitle"><text:span text:style-name="T1">#</text:span>topics<text:span text:style-name="T1">#</text:span></text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.D"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderNum"><text:span text:style-name="T1">#</text:span>num.<text:span text:style-name="T1">#</text:span></text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic"><text:span text:style-name="T2">#</text:span>topicheader<text:span text:style-name="T2">#</text:span></text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible"><text:span text:style-name="T2">#</text:span>responsibleheader<text:span text:style-name="T2">#</text:span></text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"><text:span text:style-name="T2">#</text:span>timeheader<text:span text:style-name="T2">#</text:span></text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D4" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <text:p text:style-name="TopicsTitle"><text:span text:style-name="T2">#</text:span>add<text:span text:style-name="T3">i</text:span><text:span text:style-name="T4">tional-i</text:span><text:span text:style-name="T3">nfo</text:span><text:span text:style-name="T4">rmation</text:span><text:span text:style-name="T3"># </text:span></text:p>
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Bring"><text:bookmark text:name="AGENDA_PREPARE"/>&lt;bring&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Bring"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Read"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Notes"><text:bookmark text:name="AGENDA_NOTES"/>&lt;notes&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Notes"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <text:p text:style-name="P1"><text:span text:style-name="T2">#</text:span>minutes-for<text:span text:style-name="T2">#</text:span> &lt;minutes-title&gt;</text:p>
+ <text:p text:style-name="msubheader">&lt;minutes-location&gt;, &lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="P2"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P3"><text:span text:style-name="T2">#</text:span>discussion<text:span text:style-name="T2">#</text:span></text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P3"><text:span text:style-name="T2">#</text:span>conclusion<text:span text:style-name="T2">#</text:span></text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P3">#t<text:span text:style-name="T2">o</text:span>-do#</text:p>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P3"><text:span text:style-name="T2">#</text:span>responsible-party<text:span text:style-name="T2">#</text:span></text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="P3"><text:span text:style-name="T2">#</text:span>deadline<text:span text:style-name="T2">#</text:span></text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="P2"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P2"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/aw-5blue/manifest.rdf b/extras/source/templates/wizard/agenda/aw-5blue/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-5blue/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/aw-5blue/meta.xml b/extras/source/templates/wizard/agenda/aw-5blue/meta.xml
new file mode 100644
index 000000000000..c433f37b5b3f
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-5blue/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.7$Linux_x86 LibreOffice_project/720e290-386c48f-abf2002-30b3fc</meta:generator>
+ <dc:title>Blue</dc:title>
+ <meta:creation-date>2012-08-17T11:44:10</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-17T11:44:21</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="4" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="41" meta:word-count="46" meta:character-count="516" meta:non-whitespace-character-count="509"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/aw-5blue/mimetype b/extras/source/templates/wizard/agenda/aw-5blue/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-5blue/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/aw-5blue/settings.xml b/extras/source/templates/wizard/agenda/aw-5blue/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-5blue/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/aw-5blue/styles.xml b/extras/source/templates/wizard/agenda/aw-5blue/styles.xml
new file mode 100644
index 000000000000..85106a6037c3
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-5blue/styles.xml
@@ -0,0 +1,351 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text">
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" style:contextual-spacing="false" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard"/>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="8pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="11pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="12pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.1799in" fo:margin-bottom="0in" style:contextual-spacing="false" fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="10pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.4in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" style:contextual-spacing="false" fo:line-height="100%" fo:text-indent="0in" style:auto-text-indent="false" fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0799in" style:contextual-spacing="false" fo:background-color="#0099ff">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="16pt"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1in" style:contextual-spacing="false" fo:background-color="#0099ff">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-size="10pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties style:vertical-align="baseline"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1" style:page-usage="mirrored">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2" style:page-usage="mirrored">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/aw-6orange.ott b/extras/source/templates/wizard/agenda/aw-6orange.ott
deleted file mode 100644
index 07224b980e84..000000000000
--- a/extras/source/templates/wizard/agenda/aw-6orange.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-6orange/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/aw-6orange/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-6orange/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/aw-6orange/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/aw-6orange/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..02a57702df6b
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-6orange/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-6orange/content.xml b/extras/source/templates/wizard/agenda/aw-6orange/content.xml
new file mode 100644
index 000000000000..b7df237482a8
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-6orange/content.xml
@@ -0,0 +1,600 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="Table2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5514in" style:rel-column-width="16947*"/>
+ </style:style>
+ <style:style style:name="Table2.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4486in" style:rel-column-width="48588*"/>
+ </style:style>
+ <style:style style:name="Table2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0.0403in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table2.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0.0403in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table4" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table4.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5007in" style:rel-column-width="16393*"/>
+ </style:style>
+ <style:style style:name="Table4.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4993in" style:rel-column-width="49142*"/>
+ </style:style>
+ <style:style style:name="Table4.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B" style:display-name="AGENDA_ITEMS1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2" style:display-name="AGENDA_ITEMS2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A" style:display-name="AGENDA_ITEMS2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.D" style:display-name="AGENDA_ITEMS2.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A1" style:display-name="AGENDA_ITEMS2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B" style:display-name="AGENDA_ITEMS3.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table5" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table5.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5007in" style:rel-column-width="16393*"/>
+ </style:style>
+ <style:style style:name="Table5.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4993in" style:rel-column-width="49142*"/>
+ </style:style>
+ <style:style style:name="Table5.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table5.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D" style:display-name="AGENDA_TOPICS.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#cc6633" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B1" style:display-name="AGENDA_TOPICS.B1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#cc6633" fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D1" style:display-name="AGENDA_TOPICS.D1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#cc6633" fo:padding="0.0382in" fo:border-left="none" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D2" style:display-name="AGENDA_TOPICS.D2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="none" fo:border-right="0.05pt solid #000000" fo:border-top="none" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B4" style:display-name="AGENDA_TOPICS.B4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D4" style:display-name="AGENDA_TOPICS.D4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="none" fo:border-right="0.05pt solid #000000" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table6" style:family="table">
+ <style:table-properties style:width="6in" fo:break-before="page" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table6.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5007in" style:rel-column-width="16393*"/>
+ </style:style>
+ <style:style style:name="Table6.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4993in" style:rel-column-width="49142*"/>
+ </style:style>
+ <style:style style:name="Table6.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="Table6.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0.0403in" fo:padding-bottom="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table7" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table7.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5007in" style:rel-column-width="16393*"/>
+ </style:style>
+ <style:style style:name="Table7.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4993in" style:rel-column-width="49142*"/>
+ </style:style>
+ <style:style style:name="Table7.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0.0403in" fo:padding-top="0.0403in" fo:padding-bottom="0.0403in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="AgendaTitles">
+ <style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
+ <style:text-properties fo:color="#000080"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Standard">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Standard">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="Table_20_small_20_heading">
+ <style:text-properties style:font-name="Liberation Sans"/>
+ </style:style>
+ <style:style style:name="P5" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P6" style:family="paragraph" style:parent-style-name="AgendaTitle" style:master-page-name="">
+ <style:paragraph-properties style:page-number="auto" fo:break-before="page"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <table:table table:name="Table2" table:style-name="Table2">
+ <table:table-column table:style-name="Table2.A"/>
+ <table:table-column table:style-name="Table2.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.B1" office:value-type="string">
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ <table:table table:name="Table4" table:style-name="Table4">
+ <table:table-column table:style-name="Table4.A"/>
+ <table:table-column table:style-name="Table4.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="P1">#datetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="AgendaDate">&lt;date&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="P1">#timetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTime">&lt;time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="P1">#locationtitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+ <text:p text:style-name="AgendaLocation">&lt;location&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Facilitator">&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker"><text:bookmark text:name="AGENDA_NOTETAKER"/>&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS2">
+ <table:table table:name="AGENDA_ITEMS2" table:style-name="AGENDA_5f_ITEMS2">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.D"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Bring">&lt;bring&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents">
+ <text:bookmark text:name="AGENDA_PREPARE2"/>
+ </text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Notes">&lt;notes&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="NotesText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ </text:section>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="Text_20_body"/>
+ <table:table table:name="Table5" table:style-name="Table5">
+ <table:table-column table:style-name="Table5.A"/>
+ <table:table-column table:style-name="Table5.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table5.B1" office:value-type="string">
+ <text:p text:style-name="AgendaTitle">#topics#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="P2"/>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.D"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderNum">#num.#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.D4" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <table:table table:name="Table6" table:style-name="Table6">
+ <table:table-column table:style-name="Table6.A"/>
+ <table:table-column table:style-name="Table6.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table6.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table6.B1" office:value-type="string">
+ <text:p text:style-name="P6">#minutes-for# &lt;minutes-title&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="P3"/>
+ <text:p text:style-name="P3"/>
+ <table:table table:name="Table7" table:style-name="Table7">
+ <table:table-column table:style-name="Table7.A"/>
+ <table:table-column table:style-name="Table7.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table7.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table7.A1" office:value-type="string">
+ <text:p text:style-name="AgendaLocation">&lt;minutes-location&gt;</text:p>
+ <text:p text:style-name="AgendaLocation">&lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="AgendaLocation"/>
+ <text:p text:style-name="AgendaLocation"/>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="AgendaTitles"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P4">#discussion#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P4">#conclusion#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P4">#to-do#</text:p>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P4">#responsible-party#</text:p>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="P4">#deadline#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P5"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/aw-6orange/manifest.rdf b/extras/source/templates/wizard/agenda/aw-6orange/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-6orange/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/aw-6orange/meta.xml b/extras/source/templates/wizard/agenda/aw-6orange/meta.xml
new file mode 100644
index 000000000000..6ec3b3100d80
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-6orange/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Orange</dc:title>
+ <meta:creation-date>2012-08-17T16:34:14</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-17T16:34:27</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="10" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="46" meta:word-count="48" meta:character-count="522" meta:non-whitespace-character-count="519"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/aw-6orange/mimetype b/extras/source/templates/wizard/agenda/aw-6orange/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-6orange/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/aw-6orange/settings.xml b/extras/source/templates/wizard/agenda/aw-6orange/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-6orange/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/aw-6orange/styles.xml b/extras/source/templates/wizard/agenda/aw-6orange/styles.xml
new file mode 100644
index 000000000000..7d63a80369fd
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-6orange/styles.xml
@@ -0,0 +1,375 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text"/>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard">
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="11pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#000080" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
+ <style:text-properties fo:color="#000080" fo:font-size="10.5pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1402in" fo:text-align="start" style:justify-single-word="false" fo:background-color="#cc6633" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="14pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.2in" fo:background-color="transparent" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:background-color="#ffffff">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties fo:background-color="#cc6633">
+ <style:background-image/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties fo:background-color="#cc6633">
+ <style:background-image/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties fo:background-color="#cc6633">
+ <style:background-image/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties fo:background-color="#cc6633">
+ <style:background-image/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/aw-7red.ott b/extras/source/templates/wizard/agenda/aw-7red.ott
deleted file mode 100644
index 7b029991592b..000000000000
--- a/extras/source/templates/wizard/agenda/aw-7red.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-7red/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/aw-7red/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-7red/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/aw-7red/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/aw-7red/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..312fe2631a54
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-7red/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-7red/content.xml b/extras/source/templates/wizard/agenda/aw-7red/content.xml
new file mode 100644
index 000000000000..3c3716dec1b4
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-7red/content.xml
@@ -0,0 +1,582 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="Table2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5111in" style:rel-column-width="16507*"/>
+ </style:style>
+ <style:style style:name="Table2.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4889in" style:rel-column-width="49028*"/>
+ </style:style>
+ <style:style style:name="Table2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table2.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table2.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table2.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B" style:display-name="AGENDA_ITEMS1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B1" style:display-name="AGENDA_ITEMS1.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A2" style:display-name="AGENDA_ITEMS1.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B2" style:display-name="AGENDA_ITEMS1.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2" style:display-name="AGENDA_ITEMS2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A" style:display-name="AGENDA_ITEMS2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.D" style:display-name="AGENDA_ITEMS2.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A1" style:display-name="AGENDA_ITEMS2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A2" style:display-name="AGENDA_ITEMS2.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2in" style:rel-column-width="21845*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A5" style:display-name="AGENDA_TOPICS.A5" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A6" style:display-name="AGENDA_TOPICS.A6" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B6" style:display-name="AGENDA_TOPICS.B6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C6" style:display-name="AGENDA_TOPICS.C6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B10" style:display-name="AGENDA_TOPICS.B10" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C10" style:display-name="AGENDA_TOPICS.C10" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B" style:display-name="AGENDA_ITEMS3.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties style:border-line-width-left="0.0007in 0.0347in 0.0007in" fo:padding="0.0382in" fo:border-left="2.6pt double #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B1" style:display-name="AGENDA_ITEMS3.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A2" style:display-name="AGENDA_ITEMS3.A2" style:family="table-cell">
+ <style:table-cell-properties style:border-line-width-left="0.0007in 0.0347in 0.0007in" fo:padding="0.0382in" fo:border-left="2.6pt double #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B2" style:display-name="AGENDA_ITEMS3.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="TopicsTextNum">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="TopicsHeaderTopic">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="TopicTextTopic">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="AgendaTitles">
+ <style:paragraph-properties fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="P5" style:family="paragraph" style:parent-style-name="AgendaTitle">
+ <style:paragraph-properties fo:break-before="page"/>
+ </style:style>
+ <style:style style:name="P6" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P7" style:family="paragraph" style:parent-style-name="AgendaTitles" style:master-page-name="">
+ <style:paragraph-properties style:page-number="auto" fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ <table:table table:name="Table2" table:style-name="Table2">
+ <table:table-column table:style-name="Table2.A"/>
+ <table:table-column table:style-name="Table2.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#datetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.B1" office:value-type="string">
+ <text:p text:style-name="AgendaDate">&lt;date&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A2" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#timetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.B2" office:value-type="string">
+ <text:p text:style-name="AgendaTime">&lt;time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A2" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#locationtitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.B2" office:value-type="string">
+ <text:p text:style-name="AgendaLocation">&lt;location&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.B1" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.B2" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="Facilitator"><text:bookmark text:name="AGENDA_PRESIDING"/>&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.B2" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.B2" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS2">
+ <table:table table:name="AGENDA_ITEMS2" table:style-name="AGENDA_5f_ITEMS2">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.D"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker"><text:bookmark text:name="AGENDA_NOTETAKER"/>&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A2" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A2" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A2" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A2" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="TopicsTitle">Topics</text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P2"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A6" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A6" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <text:p text:style-name="P7">#additional-information#</text:p>
+ <text:p text:style-name="P4"/>
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.B"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Bring"><text:bookmark text:name="AGENDA_PREPARE"/>&lt;bring&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.B1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.B2" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Notes"><text:bookmark text:name="AGENDA_NOTES"/>&lt;notes&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.B2" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <text:p text:style-name="P5">#minutes-for# &lt;minutes-title&gt;</text:p>
+ <text:p text:style-name="msubheader">&lt;minutes-location&gt;, &lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="P6"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#discussion#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#conclusion#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#to-do#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#responsible-party#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#deadline#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="P6"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P6"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/aw-7red/manifest.rdf b/extras/source/templates/wizard/agenda/aw-7red/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-7red/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/aw-7red/meta.xml b/extras/source/templates/wizard/agenda/aw-7red/meta.xml
new file mode 100644
index 000000000000..c7b5987eb83a
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-7red/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Red</dc:title>
+ <meta:creation-date>2012-08-17T16:46:02</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-17T16:46:16</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="6" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="51" meta:word-count="54" meta:character-count="628" meta:non-whitespace-character-count="624"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/aw-7red/mimetype b/extras/source/templates/wizard/agenda/aw-7red/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-7red/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/aw-7red/settings.xml b/extras/source/templates/wizard/agenda/aw-7red/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-7red/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/aw-7red/styles.xml b/extras/source/templates/wizard/agenda/aw-7red/styles.xml
new file mode 100644
index 000000000000..af30bdcf19d1
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-7red/styles.xml
@@ -0,0 +1,355 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="Andale Sans UI" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="Tahoma" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text"/>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans1" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name="Liberation Sans1"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard"/>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="8pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1402in" fo:text-align="center" style:justify-single-word="false" fo:background-color="#b80047" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.2in" fo:text-align="center" style:justify-single-word="false" fo:background-color="#b80047" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra"/>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/aw-8green.ott b/extras/source/templates/wizard/agenda/aw-8green.ott
deleted file mode 100644
index 736ac34b086a..000000000000
--- a/extras/source/templates/wizard/agenda/aw-8green.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-8green/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/aw-8green/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-8green/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/aw-8green/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/aw-8green/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..f117ff7dcdf1
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-8green/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-8green/content.xml b/extras/source/templates/wizard/agenda/aw-8green/content.xml
new file mode 100644
index 000000000000..2b0d2851ec71
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-8green/content.xml
@@ -0,0 +1,553 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif1" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-adornments="Regular" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="Table2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="Table2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5111in" style:rel-column-width="16507*"/>
+ </style:style>
+ <style:style style:name="Table2.B" style:family="table-column">
+ <style:table-column-properties style:column-width="4.4889in" style:rel-column-width="49028*"/>
+ </style:style>
+ <style:style style:name="Table2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.B" style:display-name="AGENDA_ITEMS1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2" style:display-name="AGENDA_ITEMS2" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A" style:display-name="AGENDA_ITEMS2.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.D" style:display-name="AGENDA_ITEMS2.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS2.A1" style:display-name="AGENDA_ITEMS2.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2in" style:rel-column-width="21845*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A5" style:display-name="AGENDA_TOPICS.A5" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A6" style:display-name="AGENDA_TOPICS.A6" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B6" style:display-name="AGENDA_TOPICS.B6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C6" style:display-name="AGENDA_TOPICS.C6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B10" style:display-name="AGENDA_TOPICS.B10" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.C10" style:display-name="AGENDA_TOPICS.C10" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.B" style:display-name="AGENDA_ITEMS3.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0382in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="TopicsTextNum">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="TopicsHeaderTopic">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="TopicTextTopic">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="AgendaTitles">
+ <style:paragraph-properties fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="P5" style:family="paragraph" style:parent-style-name="AgendaTitle">
+ <style:paragraph-properties fo:break-before="page"/>
+ </style:style>
+ <style:style style:name="P6" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P7" style:family="paragraph" style:parent-style-name="AgendaTitles" style:master-page-name="">
+ <style:paragraph-properties style:page-number="auto" fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ <table:table table:name="Table2" table:style-name="Table2">
+ <table:table-column table:style-name="Table2.A"/>
+ <table:table-column table:style-name="Table2.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#datetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaDate">&lt;date&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#timetitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTime">&lt;time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaTitles">#locationtitle#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+ <text:p text:style-name="AgendaLocation">&lt;location&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Facilitator"><text:bookmark text:name="AGENDA_PRESIDING"/>&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS2">
+ <table:table table:name="AGENDA_ITEMS2" table:style-name="AGENDA_5f_ITEMS2">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS2.D"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker"><text:bookmark text:name="AGENDA_NOTETAKER"/>&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS2.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="TopicsTitle">#topics#</text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P2"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="P3"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A6" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A6" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.C10" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A5" office:value-type="string">
+ <text:p text:style-name="Numbering_20_1"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <text:p text:style-name="P7">#additional-information#</text:p>
+ <text:p text:style-name="P4"/>
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.B"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Bring"><text:bookmark text:name="AGENDA_PREPARE"/>&lt;bring&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Notes"><text:bookmark text:name="AGENDA_NOTES"/>&lt;notes&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Contents"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <text:p text:style-name="P5">#minutes-for# &lt;minutes-title&gt;</text:p>
+ <text:p text:style-name="msubheader">&lt;minutes-location&gt;, &lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="P6"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#discussion#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#conclusion#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#to-do#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#responsible-party#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="Table_20_small_20_heading">#deadline#</text:p>
+ <text:p text:style-name="Table_20_agenda"/>
+ <text:p text:style-name="Table_20_agenda"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="P6"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P6"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/aw-8green/manifest.rdf b/extras/source/templates/wizard/agenda/aw-8green/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-8green/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/aw-8green/meta.xml b/extras/source/templates/wizard/agenda/aw-8green/meta.xml
new file mode 100644
index 000000000000..5bb5b1fd2684
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-8green/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Green</dc:title>
+ <meta:creation-date>2012-08-17T16:36:56</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-17T16:38:50</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="6" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="51" meta:word-count="54" meta:character-count="630" meta:non-whitespace-character-count="626"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/aw-8green/mimetype b/extras/source/templates/wizard/agenda/aw-8green/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-8green/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/aw-8green/settings.xml b/extras/source/templates/wizard/agenda/aw-8green/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-8green/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/aw-8green/styles.xml b/extras/source/templates/wizard/agenda/aw-8green/styles.xml
new file mode 100644
index 000000000000..8872a69f03ff
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-8green/styles.xml
@@ -0,0 +1,357 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif1" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-adornments="Regular" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text"/>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name="Liberation Sans1"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard"/>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="8pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:font-name="Liberation Serif" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra">
+ <style:text-properties fo:font-size="10.5pt"/>
+ </style:style>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1402in" fo:text-align="center" style:justify-single-word="false" fo:background-color="#355e00" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="15pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.2in" fo:text-align="center" style:justify-single-word="false" fo:background-color="#355e00" fo:padding="0in" fo:border="none">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="15pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra"/>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/agenda/aw-9colorful.ott b/extras/source/templates/wizard/agenda/aw-9colorful.ott
deleted file mode 100644
index 07c4f310e0f1..000000000000
--- a/extras/source/templates/wizard/agenda/aw-9colorful.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-9colorful/META-INF/manifest.xml b/extras/source/templates/wizard/agenda/aw-9colorful/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-9colorful/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/agenda/aw-9colorful/Thumbnails/thumbnail.png b/extras/source/templates/wizard/agenda/aw-9colorful/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..f4f7dd190ab1
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-9colorful/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/agenda/aw-9colorful/content.xml b/extras/source/templates/wizard/agenda/aw-9colorful/content.xml
new file mode 100644
index 000000000000..04c51bef0583
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-9colorful/content.xml
@@ -0,0 +1,416 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="AGENDA_5f_ITEMS1" style:display-name="AGENDA_ITEMS1" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A" style:display-name="AGENDA_ITEMS1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="6in" style:rel-column-width="65535*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A1" style:display-name="AGENDA_ITEMS1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS1.A2" style:display-name="AGENDA_ITEMS1.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0in" fo:padding-bottom="0.1in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS" style:display-name="AGENDA_TOPICS" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A" style:display-name="AGENDA_TOPICS.A" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16383*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.D" style:display-name="AGENDA_TOPICS.D" style:family="table-column">
+ <style:table-column-properties style:column-width="1.5in" style:rel-column-width="16386*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A1" style:display-name="AGENDA_TOPICS.A1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B1" style:display-name="AGENDA_TOPICS.B1" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="#e6e6e6" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A2" style:display-name="AGENDA_TOPICS.A2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B2" style:display-name="AGENDA_TOPICS.B2" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.A4" style:display-name="AGENDA_TOPICS.A4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_TOPICS.B4" style:display-name="AGENDA_TOPICS.B4" style:family="table-cell">
+ <style:table-cell-properties fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none">
+ <style:background-image/>
+ </style:table-cell-properties>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3" style:display-name="AGENDA_ITEMS3" style:family="table">
+ <style:table-properties style:width="6in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A" style:display-name="AGENDA_ITEMS3.A" style:family="table-column">
+ <style:table-column-properties style:column-width="6in" style:rel-column-width="65535*"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A1" style:display-name="AGENDA_ITEMS3.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="AGENDA_5f_ITEMS3.A2" style:display-name="AGENDA_ITEMS3.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding-left="0in" fo:padding-right="0in" fo:padding-top="0in" fo:padding-bottom="0.1in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Table1" style:family="table">
+ <style:table-properties style:width="6in" fo:margin-top="0in" fo:margin-bottom="0in" table:align="margins" style:may-break-between-rows="false"/>
+ </style:style>
+ <style:style style:name="Table1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="2.6924in" style:rel-column-width="29406*"/>
+ </style:style>
+ <style:style style:name="Table1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="1.1215in" style:rel-column-width="12252*"/>
+ </style:style>
+ <style:style style:name="Table1.C" style:family="table-column">
+ <style:table-column-properties style:column-width="1.0319in" style:rel-column-width="11272*"/>
+ </style:style>
+ <style:style style:name="Table1.D" style:family="table-column">
+ <style:table-column-properties style:column-width="0.4938in" style:rel-column-width="5390*"/>
+ </style:style>
+ <style:style style:name="Table1.E" style:family="table-column">
+ <style:table-column-properties style:column-width="0.6604in" style:rel-column-width="7215*"/>
+ </style:style>
+ <style:style style:name="Table1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.D1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="0.05pt solid #000000" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="Table1.A4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="Table1.E4" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="AgendaTitle">
+ <style:paragraph-properties fo:break-before="page"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Text_20_body">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Table_20_small_20_heading">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect2" style:family="section">
+ <style:section-properties text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <style:style style:name="Sect3" style:family="section">
+ <style:section-properties fo:background-color="transparent" text:dont-balance-text-columns="false" style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ <style:background-image/>
+ </style:section-properties>
+ </style:style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text text:use-soft-page-breaks="true">
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda title" text:name="AGENDA_TITLE"/>
+ <text:user-field-decl office:value-type="float" office:value="0.593055555556" text:name="AGENDA_TIME"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Agenda location" text:name="AGENDA_LOCATION"/>
+ </text:user-field-decls>
+ <text:p text:style-name="AgendaTitle">&lt;title&gt;</text:p>
+ <text:p text:style-name="AgendaLocation">&lt;date&gt;, &lt;time&gt;, &lt;location&gt;</text:p>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS1">
+ <table:table table:name="AGENDA_ITEMS1" table:style-name="AGENDA_5f_ITEMS1">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS1.A"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="MeetingType">&lt;meeting-type&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="MeetingTypeText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="CalledBy">&lt;called-by&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="CalledByText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Facilitator">&lt;facilitator&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="FacilitatorText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Attendees">&lt;attendees&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="AttendeesText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Notetaker">&lt;notetaker&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="NotetakerText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Timekeeper">&lt;timekeeper&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="TimekeeperText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="Observers">&lt;observers&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="ObserversText"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A1" office:value-type="string">
+ <text:p text:style-name="ResourcePersons">&lt;resource-persons&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS1.A2" office:value-type="string">
+ <text:p text:style-name="ResourcePersonsText"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:p text:style-name="Text_20_body"/>
+ <text:section text:style-name="Sect2" text:name="AGENDA_TOPICS">
+ <text:p text:style-name="TopicsTitle">#topics#</text:p>
+ <table:table table:name="AGENDA_TOPICS" table:style-name="AGENDA_5f_TOPICS">
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.A" table:number-columns-repeated="3"/>
+ <table:table-column table:style-name="AGENDA_5f_TOPICS.D"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderNum">#num.#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTopic">#topicheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderResponsible">#responsibleheader#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B1" office:value-type="string">
+ <text:p text:style-name="TopicsHeaderTime">#timeheader#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A2" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B2" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.A4" office:value-type="string">
+ <text:p text:style-name="TopicsTextNum">&lt;num&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextTopic">&lt;topic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextResponsible">&lt;responsible&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="AGENDA_5f_TOPICS.B4" office:value-type="string">
+ <text:p text:style-name="TopicTextTime">&lt;topic-time&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="AGENDA_ITEMS3">
+ <text:p text:style-name="TopicsTitle">#additional-information#</text:p>
+ <table:table table:name="AGENDA_ITEMS3" table:style-name="AGENDA_5f_ITEMS3">
+ <table:table-column table:style-name="AGENDA_5f_ITEMS3.A"/>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Bring"><text:bookmark text:name="AGENDA_PREPARE"/>&lt;bring&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Bring"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Read">&lt;read&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Read"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A1" office:value-type="string">
+ <text:p text:style-name="Notes"><text:bookmark text:name="AGENDA_NOTES"/>&lt;notes&gt;</text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="AGENDA_5f_ITEMS3.A2" office:value-type="string">
+ <text:p text:style-name="Notes"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Text_20_body"/>
+ </text:section>
+ <text:section text:style-name="Sect1" text:name="MINUTES_ALL">
+ <text:p text:style-name="P1">#minutes-for# &lt;minutes-title&gt;</text:p>
+ <text:p text:style-name="msubheader">&lt;minutes-location&gt;, &lt;minutes-date&gt; &lt;minutes-time&gt;</text:p>
+ <text:section text:style-name="Sect3" text:name="MINUTES">
+ <text:p text:style-name="P2"/>
+ <table:table table:name="Table1" table:style-name="Table1">
+ <table:table-column table:style-name="Table1.A"/>
+ <table:table-column table:style-name="Table1.B"/>
+ <table:table-column table:style-name="Table1.C"/>
+ <table:table-column table:style-name="Table1.D"/>
+ <table:table-column table:style-name="Table1.E"/>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+ <text:p text:style-name="mtopic">&lt;mtopic&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="Table1.A1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mresponsible"><text:s/>&lt;mresponsible&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="mtime">&lt;mtime&gt;</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P3">#discussion#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.D1" table:number-columns-spanned="5" office:value-type="string">
+ <text:p text:style-name="P3">#conclusion#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ <table:covered-table-cell/>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P3">#to-do#</text:p>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.A4" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P3">#responsible-party#</text:p>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ <table:table-cell table:style-name="Table1.E4" office:value-type="string">
+ <text:p text:style-name="P3">#deadline#</text:p>
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P4"/>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="P2"/>
+ </text:section>
+ </text:section>
+ <text:p text:style-name="P2"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/agenda/aw-9colorful/manifest.rdf b/extras/source/templates/wizard/agenda/aw-9colorful/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-9colorful/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/agenda/aw-9colorful/meta.xml b/extras/source/templates/wizard/agenda/aw-9colorful/meta.xml
new file mode 100644
index 000000000000..d69b4502dbc2
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-9colorful/meta.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Colorful</dc:title>
+ <meta:creation-date>2012-08-17T16:40:29</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-17T16:41:35</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="4" meta:image-count="0" meta:object-count="0" meta:page-count="2" meta:paragraph-count="41" meta:word-count="46" meta:character-count="515" meta:non-whitespace-character-count="509"/>
+ <meta:user-defined meta:name="Info 1"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/agenda/aw-9colorful/mimetype b/extras/source/templates/wizard/agenda/aw-9colorful/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-9colorful/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/agenda/aw-9colorful/settings.xml b/extras/source/templates/wizard/agenda/aw-9colorful/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-9colorful/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/agenda/aw-9colorful/styles.xml b/extras/source/templates/wizard/agenda/aw-9colorful/styles.xml
new file mode 100644
index 000000000000..70eaeec9950d
--- /dev/null
+++ b/extras/source/templates/wizard/agenda/aw-9colorful/styles.xml
@@ -0,0 +1,357 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="Lucidasans1" svg:font-family="Lucidasans"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Lucidasans" svg:font-family="Lucidasans" style:font-pitch="variable"/>
+ <style:font-face style:name="Mincho" svg:font-family="Mincho" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans1" svg:font-family="Liberation Sans" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="DejaVu Sans" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="DejaVu Sans" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="auto"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text">
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Mincho" style:font-size-asian="14pt" style:font-name-complex="Lucidasans" style:font-size-complex="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="65%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ </style:style>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-style-complex="italic" style:font-weight-complex="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt" fo:font-style="italic" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Lucidasans1" style:font-size-complex="10pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name-complex="Lucidasans1"/>
+ </style:style>
+ <style:style style:name="Table_20_agenda" style:display-name="Table agenda" style:family="paragraph" style:parent-style-name="Standard"/>
+ <style:style style:name="Title_20_table" style:display-name="Title table" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="11pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_small_20_heading" style:display-name="Table small heading" style:family="paragraph" style:parent-style-name="Table_20_agenda">
+ <style:text-properties fo:font-size="8pt"/>
+ </style:style>
+ <style:style style:name="Agenda" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="11pt" fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="AgendaTitles" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="12pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="AgendaItems" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.1799in" fo:margin-bottom="0in" fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="10pt" fo:font-style="normal" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="MeetingType" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="CalledBy" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Facilitator" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Attendees" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notetaker" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Observers" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Timekeeper" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="ResourcePersons" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Bring" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Read" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="Notes" style:family="paragraph" style:parent-style-name="AgendaItems" style:class="extra"/>
+ <style:style style:name="AgendaItemsText" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.4in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:line-height="100%" fo:text-indent="0in" style:auto-text-indent="false" fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="AttendeesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="BringText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="CalledByText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotesText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="NotetakerText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ObserversText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="MeetingTypeText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="FacilitatorText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ReadText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="ResourcePersonsText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="TimekeeperText" style:family="paragraph" style:parent-style-name="AgendaItemsText" style:class="extra"/>
+ <style:style style:name="AgendaTitle" style:family="paragraph" style:parent-style-name="AgendaTitles" style:next-style-name="Topics" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0799in" fo:background-color="#ff6633">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="16pt"/>
+ </style:style>
+ <style:style style:name="AgendaDate" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaTime" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="AgendaLocation" style:family="paragraph" style:parent-style-name="AgendaTitles" style:class="extra"/>
+ <style:style style:name="TopicsTitle" style:family="paragraph" style:parent-style-name="Topics" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1in" fo:background-color="#0066cc">
+ <style:background-image/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#ffffff" fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="TopicsHeaders" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-size="10pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Topics" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderNum" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties style:vertical-align="baseline"/>
+ </style:style>
+ <style:style style:name="TopicsHeaderTopic" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra">
+ <style:paragraph-properties fo:background-color="transparent">
+ <style:background-image/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="TopicsHeaderResponsible" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsHeaderTime" style:family="paragraph" style:parent-style-name="TopicsHeaders" style:class="extra"/>
+ <style:style style:name="TopicsText" style:family="paragraph" style:parent-style-name="Topics" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicsTextNum" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra">
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="TopicTextTopic" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextResponsible" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="TopicTextTime" style:family="paragraph" style:parent-style-name="TopicsText" style:class="extra"/>
+ <style:style style:name="Minutes" style:family="paragraph" style:parent-style-name="Agenda" style:class="extra">
+ <style:text-properties fo:font-size="11pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="mtopic" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mresponsible" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="mtime" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra"/>
+ <style:style style:name="msubheader" style:family="paragraph" style:parent-style-name="Minutes" style:class="extra">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1972in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5909in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7874in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9846in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3783in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5752in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.772in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1579in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.3146in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4724in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6299in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7878in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9445in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.1024in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2598in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4177in" text:min-label-width="0.1575in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1.25in" fo:margin-right="1.25in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm2"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/fax/bus-classic-pri_f.ott b/extras/source/templates/wizard/fax/bus-classic-pri_f.ott
deleted file mode 100644
index 5cc0e548a4d5..000000000000
--- a/extras/source/templates/wizard/fax/bus-classic-pri_f.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/fax/bus-classic-pri_f/META-INF/manifest.xml b/extras/source/templates/wizard/fax/bus-classic-pri_f/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic-pri_f/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/fax/bus-classic-pri_f/Thumbnails/thumbnail.png b/extras/source/templates/wizard/fax/bus-classic-pri_f/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..6d8640744932
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic-pri_f/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/fax/bus-classic-pri_f/content.xml b/extras/source/templates/wizard/fax/bus-classic-pri_f/content.xml
new file mode 100644
index 000000000000..9181d846ba02
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic-pri_f/content.xml
@@ -0,0 +1,253 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol" style:font-pitch="variable" style:font-charset="x-symbol"/>
+ <style:font-face style:name="Liberation Mono" svg:font-family="'Liberation Mono'" style:font-family-generic="roman" style:font-pitch="fixed"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="_31_" style:display-name="1" style:family="table">
+ <style:table-properties style:width="6.5in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="_31_.A" style:display-name="1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3.25in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="_31_.B" style:display-name="1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3.25in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="_31_.A1" style:display-name="1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="_31_.B1" style:display-name="1.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="_31_.A2" style:display-name="1.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="_31_.B2" style:display-name="1.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="_31_.A6" style:display-name="1.A6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="_31_.B6" style:display-name="1.B6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="Frame_20_contents">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Frame_20_contents">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-size-complex="14pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Date">
+ <style:paragraph-properties>
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="Comments">
+ <style:paragraph-properties>
+ <style:tab-stops>
+ <style:tab-stop style:position="6.5311in"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="P5" style:family="paragraph" style:parent-style-name="Comments">
+ <style:paragraph-properties>
+ <style:tab-stops>
+ <style:tab-stop style:position="6.5311in"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="P6" style:family="paragraph" style:parent-style-name="Salutation">
+ <style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="P7" style:family="paragraph" style:parent-style-name="Date" style:master-page-name="First_20_Page">
+ <style:paragraph-properties style:page-number="auto">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="T1" style:family="text">
+ <style:text-properties fo:font-size="10pt" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
+ </style:style>
+ <style:style style:name="T2" style:family="text">
+ <style:text-properties fo:font-size="11pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
+ </style:style>
+ <style:style style:name="T3" style:family="text">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="fr1" style:family="graphic" style:parent-style-name="Frame">
+ <style:graphic-properties style:vertical-pos="from-top" style:vertical-rel="page" style:horizontal-pos="from-left" style:horizontal-rel="paragraph" fo:background-color="transparent" style:background-transparency="100%">
+ <style:background-image/>
+ </style:graphic-properties>
+ </style:style>
+ <style:style style:name="fr2" style:family="graphic" style:parent-style-name="Frame">
+ <style:graphic-properties style:wrap="parallel" style:number-wrapped-paragraphs="no-limit" style:vertical-pos="from-top" style:vertical-rel="page" style:horizontal-pos="from-left" style:horizontal-rel="page" fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <number:date-style style:name="N76" number:automatic-order="true">
+ <number:month number:style="long" number:textual="true"/>
+ <number:text> </number:text>
+ <number:day/>
+ <number:text>, </number:text>
+ <number:year number:style="long"/>
+ </number:date-style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text>
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Fexample Acme Co" text:name="Company"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="Street"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="City"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="State"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="PostCode"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="Salutation"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="Greeting"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Important!" text:name="CommunicationType"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="Fax"/>
+ </text:user-field-decls>
+ <draw:frame draw:style-name="fr1" draw:name="Header" text:anchor-type="page" text:anchor-page-number="1" svg:x="1.022in" svg:y="0.7646in" svg:width="6.478in" svg:height="0.6665in" draw:z-index="0">
+ <draw:text-box>
+ <text:p text:style-name="Header">
+ <text:sender-firstname>pista</text:sender-firstname>
+ <text:sender-lastname/>
+ </text:p>
+ <text:p text:style-name="Header_20_right">
+ <text:span text:style-name="T1">
+ <text:user-field-get text:name="Street"/>
+ </text:span>
+ <text:span text:style-name="T1">, </text:span>
+ <text:span text:style-name="T2">
+ <text:user-field-get text:name="City"/>
+ </text:span>
+ <text:span text:style-name="T2">, </text:span>
+ <text:span text:style-name="T2">
+ <text:user-field-get text:name="State"/>
+ </text:span>
+ <text:span text:style-name="T2"> </text:span>
+ <text:span text:style-name="T2">
+ <text:user-field-get text:name="PostCode"/>
+ </text:span>
+ </text:p>
+ <text:p text:style-name="Header_20_right">
+ <text:s/>
+ </text:p>
+ </draw:text-box>
+ </draw:frame>
+ <draw:frame draw:style-name="fr2" draw:name="Communication Type" text:anchor-type="page" text:anchor-page-number="1" svg:x="2.7102in" svg:y="1.5075in" svg:width="3.1429in" draw:z-index="1">
+ <draw:text-box fo:min-height="0.3953in">
+ <text:p text:style-name="P1"/>
+ <text:p text:style-name="P2">
+ <text:user-field-get text:name="CommunicationType">Important!</text:user-field-get>
+ </text:p>
+ </draw:text-box>
+ </draw:frame>
+ <text:p text:style-name="P7"/>
+ <text:section text:style-name="Sect1" text:name="Date">
+ <text:p text:style-name="P3">
+ <text:date style:data-style-name="N76" text:date-value="2012-08-21T16:36:25" text:fixed="true">August 21, 2012</text:date>
+ </text:p>
+ </text:section>
+ <table:table table:name="1" table:style-name="_31_">
+ <table:table-column table:style-name="_31_.A"/>
+ <table:table-column table:style-name="_31_.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Heading">#to#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B1" office:value-type="string">
+ <text:p text:style-name="Table_20_Heading">#from#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A2" office:value-type="string">
+ <text:p text:style-name="Addressee">&lt;FirstName&gt; &lt;LastName&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B2" office:value-type="string">
+ <text:p text:style-name="Sender">
+ <text:sender-firstname>pista</text:sender-firstname>
+ <text:sender-lastname/>
+ </text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A2" office:value-type="string">
+ <text:p text:style-name="Addressee"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B2" office:value-type="string">
+ <text:p text:style-name="Sender"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A2" office:value-type="string">
+ <text:p text:style-name="Addressee">#faxconst# &lt;Fax&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B2" office:value-type="string">
+ <text:p text:style-name="Sender">#faxconst# <text:user-field-get text:name="Fax"/></text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A2" office:value-type="string">
+ <text:p text:style-name="Addressee">#telconst# &lt;PhoneComp&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B2" office:value-type="string">
+ <text:p text:style-name="Sender">#telconst# <text:sender-phone-work/></text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A6" office:value-type="string">
+ <text:p text:style-name="Addressee">#emailconst# &lt;EMail&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B6" office:value-type="string">
+ <text:p text:style-name="Sender">#emailconst# <text:sender-email/></text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.B6" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P5"><text:span text:style-name="T3">#consist1# </text:span><text:page-count style:num-format="1">1</text:page-count> #consist2#<text:page-continuation text:string-value="s" text:select-page="next"/>. #consist3#</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Opening"/>
+ <text:section text:style-name="Sect1" text:name="Subject Line">
+ <text:p text:style-name="Subject">
+ <text:placeholder text:placeholder-type="text" text:description="Click placeholder and overwrite">&lt;Subject&gt;</text:placeholder>
+ </text:p>
+ </text:section>
+ <text:p text:style-name="Opening">
+ <text:user-field-get text:name="Salutation"/>
+ </text:p>
+ <text:p text:style-name="Text_20_body">
+ <text:placeholder text:placeholder-type="text" text:description="Click placeholder and overwrite">&lt;Enter your text here&gt;</text:placeholder>
+ </text:p>
+ <text:p text:style-name="P6">
+ <text:user-field-get text:name="Greeting"/>
+ </text:p>
+ <text:p text:style-name="Signature">
+ <text:sender-firstname>pista</text:sender-firstname>
+ <text:sender-lastname/>
+ </text:p>
+ <text:p text:style-name="Standard"/>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/fax/bus-classic-pri_f/manifest.rdf b/extras/source/templates/wizard/fax/bus-classic-pri_f/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic-pri_f/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/fax/bus-classic-pri_f/meta.xml b/extras/source/templates/wizard/fax/bus-classic-pri_f/meta.xml
new file mode 100644
index 000000000000..9bcd581efc18
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic-pri_f/meta.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Classic Fax from Private</dc:title>
+ <dc:description>Classic Business Fax from Private</dc:description>
+ <meta:creation-date>2012-08-21T16:36:26</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-21T16:36:39</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="2" meta:image-count="0" meta:object-count="0" meta:page-count="1" meta:paragraph-count="23" meta:word-count="35" meta:character-count="268" meta:non-whitespace-character-count="229"/>
+ <meta:user-defined meta:name="Info 0"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/fax/bus-classic-pri_f/mimetype b/extras/source/templates/wizard/fax/bus-classic-pri_f/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic-pri_f/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/fax/bus-classic-pri_f/settings.xml b/extras/source/templates/wizard/fax/bus-classic-pri_f/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic-pri_f/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/fax/bus-classic-pri_f/styles.xml b/extras/source/templates/wizard/fax/bus-classic-pri_f/styles.xml
new file mode 100644
index 000000000000..bb6e0c5d5e1d
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic-pri_f/styles.xml
@@ -0,0 +1,1143 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol" style:font-pitch="variable" style:font-charset="x-symbol"/>
+ <style:font-face style:name="Liberation Mono" svg:font-family="'Liberation Mono'" style:font-family-generic="roman" style:font-pitch="fixed"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#000000" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:keep-together="always" fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties fo:color="#000000" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="Andale Sans UI" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="Tahoma" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="always"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text">
+ <style:paragraph-properties fo:line-height="122%" fo:hyphenation-ladder-count="no-limit"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Sans" fo:font-size="10pt" style:letter-kerning="true" fo:hyphenate="true" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:style>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="First_20_line_20_indent" style:display-name="First line indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Hanging_20_indent" style:display-name="Hanging indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="-0.1965in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="0in"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Text_20_body_20_indent" style:display-name="Text body indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Salutation" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Signature" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.248in" fo:margin-bottom="0.5827in" fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="Signature" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:keep-with-next="always"/>
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="List_20_Indent" style:display-name="List Indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.9689in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="-1.7717in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="0in"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Marginalia" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.5752in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_10" style:display-name="Heading 10" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name="Liberation Sans"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2_20_Start" style:display-name="Numbering 2 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2_20_End" style:display-name="Numbering 2 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2_20_Cont." style:display-name="Numbering 2 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_3_20_Start" style:display-name="Numbering 3 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_3" style:display-name="Numbering 3" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_3_20_End" style:display-name="Numbering 3 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_3_20_Cont." style:display-name="Numbering 3 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_4_20_Start" style:display-name="Numbering 4 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_4" style:display-name="Numbering 4" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_4_20_End" style:display-name="Numbering 4 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_4_20_Cont." style:display-name="Numbering 4 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_5_20_Start" style:display-name="Numbering 5 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_5" style:display-name="Numbering 5" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_5_20_End" style:display-name="Numbering 5 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_5_20_Cont." style:display-name="Numbering 5 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Start" style:display-name="List 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_End" style:display-name="List 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2_20_Start" style:display-name="List 2 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2_20_End" style:display-name="List 2 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2_20_Cont." style:display-name="List 2 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_3_20_Start" style:display-name="List 3 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_3" style:display-name="List 3" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_3_20_End" style:display-name="List 3 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_3_20_Cont." style:display-name="List 3 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_4_20_Start" style:display-name="List 4 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_4" style:display-name="List 4" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_4_20_End" style:display-name="List 4 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_4_20_Cont." style:display-name="List 4 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_5_20_Start" style:display-name="List 5 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_5" style:display-name="List 5" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_5_20_End" style:display-name="List 5 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_5_20_Cont." style:display-name="List 5 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Header" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Header_20_right" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1654in" fo:text-align="center" style:justify-single-word="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties fo:letter-spacing="0.0055in" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Header_20_left" style:display-name="Header left" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.752in" fo:margin-bottom="0in">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="Header_20_right" style:display-name="Header right" style:family="paragraph" style:parent-style-name="Heading" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0429in" fo:text-align="center" style:justify-single-word="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="Footer" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0">
+ <style:tab-stops>
+ <style:tab-stop style:position="3.1339in" style:type="center"/>
+ <style:tab-stop style:position="6.2681in" style:type="right"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Footer_20_left" style:display-name="Footer left" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0">
+ <style:tab-stops>
+ <style:tab-stop style:position="3.1339in" style:type="center"/>
+ <style:tab-stop style:position="6.2681in" style:type="right"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Footer_20_right" style:display-name="Footer right" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0">
+ <style:tab-stops>
+ <style:tab-stop style:position="3.1339in" style:type="center"/>
+ <style:tab-stop style:position="6.2681in" style:type="right"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra"/>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
+ <style:text-properties fo:font-size="11pt" fo:letter-spacing="0.0028in" fo:font-style="italic" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="10pt" fo:font-style="italic"/>
+ </style:style>
+ <style:style style:name="Illustration" style:family="paragraph" style:parent-style-name="Caption" style:class="extra"/>
+ <style:style style:name="Table" style:family="paragraph" style:parent-style-name="Caption" style:class="extra"/>
+ <style:style style:name="Text" style:family="paragraph" style:parent-style-name="Caption" style:class="extra"/>
+ <style:style style:name="Frame_20_contents" style:display-name="Frame contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra"/>
+ <style:style style:name="Footnote" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="-0.1965in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Addressee" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1181in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:line-height="100%" fo:text-indent="0in" style:auto-text-indent="false"/>
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Sender" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1181in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0417in" fo:line-height="100%" fo:text-align="start" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Endnote" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="-0.1965in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Drawing" style:family="paragraph" style:parent-style-name="Caption" style:class="extra"/>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name="Liberation Sans"/>
+ </style:style>
+ <style:style style:name="Index_20_Heading" style:display-name="Index Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Index_20_1" style:display-name="Index 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Index_20_2" style:display-name="Index 2" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Index_20_3" style:display-name="Index 3" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Index_20_Separator" style:display-name="Index Separator" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Contents_20_Heading" style:display-name="Contents Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Contents_20_1" style:display-name="Contents 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_2" style:display-name="Contents 2" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.0717in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_3" style:display-name="Contents 3" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.8752in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_4" style:display-name="Contents 4" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.6783in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_5" style:display-name="Contents 5" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.4819in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_Heading" style:display-name="User Index Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="User_20_Index_20_1" style:display-name="User Index 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_2" style:display-name="User Index 2" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.0717in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_3" style:display-name="User Index 3" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.8752in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_4" style:display-name="User Index 4" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.6783in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_5" style:display-name="User Index 5" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.4819in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_6" style:display-name="Contents 6" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.2854in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_7" style:display-name="Contents 7" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.1791in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.089in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_8" style:display-name="Contents 8" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.3756in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.8925in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_9" style:display-name="Contents 9" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.572in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.6957in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_10" style:display-name="Contents 10" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.7689in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.4992in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Illustration_20_Index_20_Heading" style:display-name="Illustration Index Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Illustration_20_Index_20_1" style:display-name="Illustration Index 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Object_20_index_20_heading" style:display-name="Object index heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Object_20_index_20_1" style:display-name="Object index 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Table_20_index_20_heading" style:display-name="Table index heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_index_20_1" style:display-name="Table index 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Bibliography_20_Heading" style:display-name="Bibliography Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Bibliography_20_1" style:display-name="Bibliography 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_6" style:display-name="User Index 6" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.2854in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_7" style:display-name="User Index 7" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.1791in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.089in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_8" style:display-name="User Index 8" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.3756in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.8925in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_9" style:display-name="User Index 9" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.572in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.6957in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_10" style:display-name="User Index 10" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.7689in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.4992in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Title" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Subtitle" style:class="chapter">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-size="18pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Subtitle" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="chapter">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic"/>
+ </style:style>
+ <style:style style:name="Quotations" style:family="paragraph" style:parent-style-name="Standard" style:class="html">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0.3937in" fo:margin-top="0in" fo:margin-bottom="0.1965in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Preformatted_20_Text" style:display-name="Preformatted Text" style:family="paragraph" style:parent-style-name="Standard" style:class="html">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0in"/>
+ <style:text-properties style:font-name="Liberation Mono" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Horizontal_20_Line" style:display-name="Horizontal Line" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="html">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1965in" style:border-line-width-bottom="0.0008in 0.0138in 0.0008in" fo:padding="0in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.06pt double #808080" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="6pt"/>
+ </style:style>
+ <style:style style:name="List_20_Contents" style:display-name="List Contents" style:family="paragraph" style:parent-style-name="Standard" style:class="html">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_Heading" style:display-name="List Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="List_20_Contents" style:class="html">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Date" style:family="paragraph" style:parent-style-name="Standard">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.248in"/>
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Comments" style:family="paragraph" style:parent-style-name="Heading">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0827in" fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Opening" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Subject">
+ <style:paragraph-properties fo:margin-top="0.3307in" fo:margin-bottom="0.3307in"/>
+ </style:style>
+ <style:style style:name="Subject" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body">
+ <style:paragraph-properties fo:margin-top="0.248in" fo:margin-bottom="0.248in"/>
+ <style:text-properties style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Page_20_Number" style:display-name="Page Number" style:family="text"/>
+ <style:style style:name="Caption_20_characters" style:display-name="Caption characters" style:family="text"/>
+ <style:style style:name="Drop_20_Caps" style:display-name="Drop Caps" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Bullet_20_Symbols" style:display-name="Bullet Symbols" style:family="text">
+ <style:text-properties style:font-name="OpenSymbol" fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="Internet_20_link" style:display-name="Internet link" style:family="text">
+ <style:text-properties fo:color="#000080" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Visited_20_Internet_20_Link" style:display-name="Visited Internet Link" style:family="text">
+ <style:text-properties fo:color="#800000" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Index_20_Link" style:display-name="Index Link" style:family="text"/>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Line_20_numbering" style:display-name="Line numbering" style:family="text"/>
+ <style:style style:name="Main_20_index_20_entry" style:display-name="Main index entry" style:family="text">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_anchor" style:display-name="Footnote anchor" style:family="text">
+ <style:text-properties style:text-position="super 58%"/>
+ </style:style>
+ <style:style style:name="Endnote_20_anchor" style:display-name="Endnote anchor" style:family="text">
+ <style:text-properties style:text-position="super 58%"/>
+ </style:style>
+ <style:style style:name="Rubies" style:family="text">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="Emphasis" style:family="text">
+ <style:text-properties fo:font-style="italic"/>
+ </style:style>
+ <style:style style:name="Citation" style:family="text">
+ <style:text-properties fo:font-style="italic"/>
+ </style:style>
+ <style:style style:name="Strong_20_Emphasis" style:display-name="Strong Emphasis" style:family="text">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Source_20_Text" style:display-name="Source Text" style:family="text">
+ <style:text-properties style:font-name="Liberation Mono"/>
+ </style:style>
+ <style:style style:name="Example" style:family="text">
+ <style:text-properties style:font-name="Liberation Mono"/>
+ </style:style>
+ <style:style style:name="User_20_Entry" style:display-name="User Entry" style:family="text">
+ <style:text-properties style:font-name="Liberation Mono"/>
+ </style:style>
+ <style:style style:name="Variable" style:family="text">
+ <style:text-properties fo:font-style="italic"/>
+ </style:style>
+ <style:style style:name="Definition" style:family="text"/>
+ <style:style style:name="Teletype" style:family="text">
+ <style:text-properties style:font-name="Liberation Mono"/>
+ </style:style>
+ <style:style style:name="Frame" style:family="graphic">
+ <style:graphic-properties style:wrap="dynamic" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false"/>
+ </style:style>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="dynamic" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <style:style style:name="OLE" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <style:style style:name="Formula" style:family="graphic">
+ <style:graphic-properties text:anchor-type="as-char" svg:y="0in" fo:margin-left="0.0791in" fo:margin-right="0.0791in" style:vertical-pos="middle" style:vertical-rel="text"/>
+ </style:style>
+ <style:style style:name="Marginalia" style:family="graphic">
+ <style:graphic-properties svg:width="1.378in" fo:min-height="0.1965in" text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="parallel" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="left" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <style:style style:name="Watermark" style:family="graphic">
+ <style:graphic-properties text:anchor-type="page" svg:x="0in" svg:y="0in" style:wrap="run-through" style:number-wrapped-paragraphs="no-limit" style:vertical-pos="middle" style:vertical-rel="page" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <style:style style:name="Labels" style:family="graphic" style:auto-update="true">
+ <style:graphic-properties text:anchor-type="as-char" svg:y="0in" fo:margin-left="0.0791in" fo:margin-right="0.0791in" style:protect="size position" style:vertical-pos="top" style:vertical-rel="baseline"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1965in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3933in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5898in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7862in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9827in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1791in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3756in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5724in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.7689in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="Numbering_20_2" style:display-name="Numbering 2">
+ <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-format="1">
+ <style:list-level-properties text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="2">
+ <style:list-level-properties text:space-before="0.1965in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="3">
+ <style:list-level-properties text:space-before="0.3929in" text:min-label-width="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="4">
+ <style:list-level-properties text:space-before="0.7866in" text:min-label-width="0.4925in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="5">
+ <style:list-level-properties text:space-before="1.2791in" text:min-label-width="0.5902in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="6">
+ <style:list-level-properties text:space-before="1.8693in" text:min-label-width="0.7091in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="7">
+ <style:list-level-properties text:space-before="2.5783in" text:min-label-width="0.9055in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="8">
+ <style:list-level-properties text:space-before="3.4839in" text:min-label-width="1.0236in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="9">
+ <style:list-level-properties text:space-before="4.5075in" text:min-label-width="1.1028in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="10">
+ <style:list-level-properties text:space-before="5.6102in" text:min-label-width="1.2209in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="Numbering_20_3" style:display-name="Numbering 3">
+ <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-format="1">
+ <style:list-level-properties text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="2">
+ <style:list-level-properties text:space-before="1.1815in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="3">
+ <style:list-level-properties text:space-before="2.3626in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="4">
+ <style:list-level-properties text:space-before="3.5441in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="5">
+ <style:list-level-properties text:space-before="4.7252in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="6">
+ <style:list-level-properties text:space-before="5.9063in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="7">
+ <style:list-level-properties text:space-before="7.0878in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="8">
+ <style:list-level-properties text:space-before="8.2689in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="9">
+ <style:list-level-properties text:space-before="9.45in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="10">
+ <style:list-level-properties text:space-before="10.6315in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="Numbering_20_4" style:display-name="Numbering 4">
+ <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I">
+ <style:list-level-properties text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="2">
+ <style:list-level-properties text:space-before="0.1965in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="3">
+ <style:list-level-properties text:space-before="0.3933in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="4">
+ <style:list-level-properties text:space-before="0.5898in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="5">
+ <style:list-level-properties text:space-before="0.7862in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="6">
+ <style:list-level-properties text:space-before="0.9827in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="7">
+ <style:list-level-properties text:space-before="1.1791in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="8">
+ <style:list-level-properties text:space-before="1.3756in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="9">
+ <style:list-level-properties text:space-before="1.5724in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="10">
+ <style:list-level-properties text:space-before="1.7689in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="Numbering_20_5" style:display-name="Numbering 5">
+ <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1" text:start-value="2" text:display-levels="2">
+ <style:list-level-properties text:space-before="0.1772in" text:min-label-width="0.2563in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-suffix=")" style:num-format="a" text:start-value="3">
+ <style:list-level-properties text:space-before="0.4331in" text:min-label-width="0.1772in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6319in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7874in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9429in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.0988in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2543in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4098in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.5654in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1555in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.311in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4665in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6224in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.778in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9335in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.089in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2445in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:list-style style:name="List_20_2" style:display-name="List 2">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="0.1169in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="0.2335in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="0.35in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="0.4669in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="0.5835in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="0.7in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="0.8169in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="0.9335in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="1.05in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:list-style style:name="List_20_3" style:display-name="List 3">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="☑">
+ <style:list-level-properties text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="□">
+ <style:list-level-properties text:space-before="0.1555in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="☑">
+ <style:list-level-properties text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="□">
+ <style:list-level-properties text:space-before="0.1555in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="☑">
+ <style:list-level-properties text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="□">
+ <style:list-level-properties text:space-before="0.1555in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="☑">
+ <style:list-level-properties text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="□">
+ <style:list-level-properties text:space-before="0.1555in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="☑">
+ <style:list-level-properties text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="□">
+ <style:list-level-properties text:space-before="0.1555in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:list-style style:name="List_20_4" style:display-name="List 4">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="➢">
+ <style:list-level-properties text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="0.1555in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="0.311in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="0.4665in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="0.6224in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="0.778in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="0.9335in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="1.089in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="1.2445in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="1.4in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:list-style style:name="List_20_5" style:display-name="List 5">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="0.1555in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="0.311in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="0.4665in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="0.6224in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="0.778in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="0.9335in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="1.089in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="1.2445in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="1.4in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:style style:name="_33_" style:display-name="3" style:family="table">
+ <style:table-properties table:align="margins"/>
+ </style:style>
+ <style:style style:name="_33_.A" style:display-name="3.A" style:family="table-column">
+ <style:table-column-properties style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="_33_.B" style:display-name="3.B" style:family="table-column">
+ <style:table-column-properties style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="_33_.A1" style:display-name="3.A1" style:family="table-cell">
+ <style:table-cell-properties style:vertical-align="bottom"/>
+ </style:style>
+ <style:page-layout style:name="Mpm1">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="1in" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1in" fo:margin-right="1in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style>
+ <style:header-footer-properties fo:min-height="1.752in" fo:margin-left="0in" fo:margin-right="0in" fo:margin-bottom="0.252in"/>
+ </style:header-style>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="1.6701in" fo:margin-bottom="1in" fo:margin-left="1in" fo:margin-right="1in" fo:background-color="transparent" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:background-image/>
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm3" style:page-usage="left">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm4" style:page-usage="right">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm5">
+ <style:page-layout-properties fo:page-height="4.4882in" style:num-format="1" style:print-orientation="landscape" fo:margin="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:margin-left="0in" fo:margin-right="0in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm6">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm7">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="0.3937in" fo:margin-bottom="0.3937in" fo:margin-left="0.7874in" fo:margin-right="0.3937in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm8">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1">
+ <style:header>
+ <table:table table:name="3" table:style-name="_33_">
+ <table:table-column table:style-name="_33_.A"/>
+ <table:table-column table:style-name="_33_.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="_33_.A1" office:value-type="string">
+ <text:p text:style-name="Header_20_left"/>
+ </table:table-cell>
+ <table:table-cell office:value-type="string">
+ <text:p text:style-name="Header">
+ <text:sender-firstname>pista</text:sender-firstname>
+ <text:sender-lastname/>
+ </text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="Header_20_left">Page <text:page-number text:select-page="current"/>/<text:page-count style:num-format="1">1</text:page-count></text:p>
+ </style:header>
+ </style:master-page>
+ <style:master-page style:name="First_20_Page" style:display-name="First Page" style:page-layout-name="Mpm2" style:next-style-name="Standard"/>
+ <style:master-page style:name="Left_20_Page" style:display-name="Left Page" style:page-layout-name="Mpm3"/>
+ <style:master-page style:name="Right_20_Page" style:display-name="Right Page" style:page-layout-name="Mpm4"/>
+ <style:master-page style:name="Envelope" style:page-layout-name="Mpm5"/>
+ <style:master-page style:name="Index" style:page-layout-name="Mpm6"/>
+ <style:master-page style:name="HTML" style:page-layout-name="Mpm7"/>
+ <style:master-page style:name="Footnote" style:page-layout-name="Mpm8"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm8"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/fax/bus-classic_f.ott b/extras/source/templates/wizard/fax/bus-classic_f.ott
deleted file mode 100644
index 3d49aeef2577..000000000000
--- a/extras/source/templates/wizard/fax/bus-classic_f.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/fax/bus-classic_f/META-INF/manifest.xml b/extras/source/templates/wizard/fax/bus-classic_f/META-INF/manifest.xml
new file mode 100644
index 000000000000..4779bc6a091e
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic_f/META-INF/manifest.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="Pictures/200000520000271100001F73A977C564.wmf" manifest:media-type=""/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/fax/bus-classic_f/Pictures/200000520000271100001F73A977C564.wmf b/extras/source/templates/wizard/fax/bus-classic_f/Pictures/200000520000271100001F73A977C564.wmf
new file mode 100644
index 000000000000..c0481ce4bddd
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic_f/Pictures/200000520000271100001F73A977C564.wmf
Binary files differ
diff --git a/extras/source/templates/wizard/fax/bus-classic_f/Thumbnails/thumbnail.png b/extras/source/templates/wizard/fax/bus-classic_f/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..5eb562b3b817
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic_f/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/fax/bus-classic_f/content.xml b/extras/source/templates/wizard/fax/bus-classic_f/content.xml
new file mode 100644
index 000000000000..c9e6acb32853
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic_f/content.xml
@@ -0,0 +1,277 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol" style:font-pitch="variable" style:font-charset="x-symbol"/>
+ <style:font-face style:name="Liberation Mono" svg:font-family="'Liberation Mono'" style:font-family-generic="roman" style:font-pitch="fixed"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="_31_" style:display-name="1" style:family="table">
+ <style:table-properties style:width="6.5in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="_31_.A" style:display-name="1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3.25in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="_31_.B" style:display-name="1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3.25in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="_31_.A1" style:display-name="1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="_31_.B1" style:display-name="1.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="_31_.A2" style:display-name="1.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="_31_.B2" style:display-name="1.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="_31_.A6" style:display-name="1.A6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="_31_.B6" style:display-name="1.B6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="Frame_20_contents">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Frame_20_contents">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-size-complex="14pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Date">
+ <style:paragraph-properties>
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="Comments">
+ <style:paragraph-properties>
+ <style:tab-stops>
+ <style:tab-stop style:position="6.5311in"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="P5" style:family="paragraph" style:parent-style-name="Comments">
+ <style:paragraph-properties>
+ <style:tab-stops>
+ <style:tab-stop style:position="6.5311in"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="P6" style:family="paragraph" style:parent-style-name="Salutation">
+ <style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="P7" style:family="paragraph" style:parent-style-name="Standard">
+ <style:paragraph-properties fo:break-before="auto" fo:break-after="auto"/>
+ </style:style>
+ <style:style style:name="P8" style:family="paragraph" style:parent-style-name="Date" style:master-page-name="First_20_Page">
+ <style:paragraph-properties style:page-number="auto">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="T1" style:family="text">
+ <style:text-properties fo:font-size="10pt" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
+ </style:style>
+ <style:style style:name="T2" style:family="text">
+ <style:text-properties fo:font-size="11pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
+ </style:style>
+ <style:style style:name="T3" style:family="text">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="fr1" style:family="graphic" style:parent-style-name="Frame">
+ <style:graphic-properties style:vertical-pos="from-top" style:vertical-rel="page" style:horizontal-pos="from-left" style:horizontal-rel="paragraph" fo:background-color="transparent" style:background-transparency="100%">
+ <style:background-image/>
+ </style:graphic-properties>
+ </style:style>
+ <style:style style:name="fr2" style:family="graphic" style:parent-style-name="Frame">
+ <style:graphic-properties style:wrap="parallel" style:number-wrapped-paragraphs="no-limit" style:vertical-pos="from-top" style:vertical-rel="page" style:horizontal-pos="from-left" style:horizontal-rel="page" fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="fr3" style:family="graphic" style:parent-style-name="Graphics">
+ <style:graphic-properties style:vertical-pos="from-top" style:vertical-rel="paragraph" style:horizontal-pos="from-left" style:horizontal-rel="paragraph" style:mirror="none" fo:clip="rect(0in, 0in, 0in, 0in)" draw:luminance="0%" draw:contrast="0%" draw:red="0%" draw:green="0%" draw:blue="0%" draw:gamma="100%" draw:color-inversion="false" draw:image-opacity="100%" draw:color-mode="standard"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <number:date-style style:name="N76" number:automatic-order="true">
+ <number:month number:style="long" number:textual="true"/>
+ <number:text> </number:text>
+ <number:day/>
+ <number:text>, </number:text>
+ <number:year number:style="long"/>
+ </number:date-style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text>
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="Company"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="Street"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="City"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="State"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="PostCode"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="Salutation"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="Greeting"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Important!" text:name="CommunicationType"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="Fax"/>
+ </text:user-field-decls>
+ <draw:frame draw:style-name="fr1" draw:name="Header" text:anchor-type="page" text:anchor-page-number="1" svg:x="1.022in" svg:y="1.552in" svg:width="6.478in" svg:height="0.6665in" draw:z-index="0">
+ <draw:text-box>
+ <text:p text:style-name="Header">
+ <text:user-field-get text:name="Company"/>
+ </text:p>
+ <text:p text:style-name="Header_20_right">
+ <text:span text:style-name="T1">
+ <text:user-field-get text:name="Street"/>
+ </text:span>
+ <text:span text:style-name="T1">, </text:span>
+ <text:span text:style-name="T2">
+ <text:user-field-get text:name="City"/>
+ </text:span>
+ <text:span text:style-name="T2">, </text:span>
+ <text:span text:style-name="T2">
+ <text:user-field-get text:name="State"/>
+ </text:span>
+ <text:span text:style-name="T2"> </text:span>
+ <text:span text:style-name="T2">
+ <text:user-field-get text:name="PostCode"/>
+ </text:span>
+ </text:p>
+ <text:p text:style-name="Header_20_right">
+ <text:s/>
+ </text:p>
+ </draw:text-box>
+ </draw:frame>
+ <draw:frame draw:style-name="fr2" draw:name="Communication Type" text:anchor-type="page" text:anchor-page-number="1" svg:x="2.7102in" svg:y="2.2953in" svg:width="3.1429in" draw:z-index="1">
+ <draw:text-box fo:min-height="0.3953in">
+ <text:p text:style-name="P1"/>
+ <text:p text:style-name="P2">
+ <text:user-field-get text:name="CommunicationType">Important!</text:user-field-get>
+ </text:p>
+ </draw:text-box>
+ </draw:frame>
+ <draw:frame draw:style-name="fr2" draw:name="Company Logo" text:anchor-type="page" text:anchor-page-number="1" svg:x="3.2819in" svg:y="0.4807in" svg:width="1.9717in" svg:height="0.9165in" draw:z-index="2">
+ <draw:text-box>
+ <text:section text:style-name="Sect1" text:name="Company Logo">
+ <text:p text:style-name="P1">
+ <draw:frame draw:style-name="fr3" draw:name="Graphic3" text:anchor-type="paragraph" svg:x="0.6075in" svg:y="0.1535in" svg:width="0.7547in" svg:height="0.6075in" draw:z-index="3">
+ <draw:image xlink:href="Pictures/200000520000271100001F73A977C564.wmf" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
+ </draw:frame>
+ </text:p>
+ <text:p text:style-name="P1"/>
+ </text:section>
+ <text:p text:style-name="P1"/>
+ <text:p text:style-name="P1"/>
+ <text:p text:style-name="Frame_20_contents"/>
+ </draw:text-box>
+ </draw:frame>
+ <text:p text:style-name="P8"/>
+ <text:section text:style-name="Sect1" text:name="Date">
+ <text:p text:style-name="P3">
+ <text:date style:data-style-name="N76" text:date-value="2012-08-21T16:36:47.99" text:fixed="true">August 21, 2012</text:date>
+ </text:p>
+ </text:section>
+ <table:table table:name="1" table:style-name="_31_">
+ <table:table-column table:style-name="_31_.A"/>
+ <table:table-column table:style-name="_31_.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Heading">#to#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B1" office:value-type="string">
+ <text:p text:style-name="Table_20_Heading">#from#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A2" office:value-type="string">
+ <text:p text:style-name="Addressee">&lt;FirstName&gt; &lt;LastName&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B2" office:value-type="string">
+ <text:p text:style-name="Sender">
+ <text:sender-firstname>pista</text:sender-firstname>
+ <text:sender-lastname/>
+ </text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A2" office:value-type="string">
+ <text:p text:style-name="Addressee">&lt;Company&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B2" office:value-type="string">
+ <text:p text:style-name="Sender">
+ <text:user-field-get text:name="Company"/>
+ </text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A2" office:value-type="string">
+ <text:p text:style-name="Addressee">#faxconst# &lt;Fax&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B2" office:value-type="string">
+ <text:p text:style-name="Sender">#faxconst# <text:user-field-get text:name="Fax"/></text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A2" office:value-type="string">
+ <text:p text:style-name="Addressee">#telconst# &lt;PhoneComp&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B2" office:value-type="string">
+ <text:p text:style-name="Sender">#telconst# <text:sender-phone-work/></text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A6" office:value-type="string">
+ <text:p text:style-name="Addressee">#emailconst# &lt;EMail&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B6" office:value-type="string">
+ <text:p text:style-name="Sender">#emailconst# <text:sender-email/></text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.B6" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P4"/>
+ <text:p text:style-name="P5"><text:span text:style-name="T3">#consist1#</text:span><text:page-count style:num-format="1">1</text:page-count> #consist2#<text:page-continuation text:string-value="s" text:select-page="next"/>. #consist3#</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Opening"/>
+ <text:section text:style-name="Sect1" text:name="Subject Line">
+ <text:p text:style-name="Subject">
+ <text:placeholder text:placeholder-type="text" text:description="Click placeholder and overwrite">&lt;Subject&gt;</text:placeholder>
+ </text:p>
+ </text:section>
+ <text:p text:style-name="Opening">
+ <text:user-field-get text:name="Salutation"/>
+ </text:p>
+ <text:p text:style-name="Text_20_body">
+ <text:placeholder text:placeholder-type="text" text:description="Click placeholder and overwrite">&lt;Enter your text here&gt;</text:placeholder>
+ </text:p>
+ <text:p text:style-name="P6">
+ <text:user-field-get text:name="Greeting"/>
+ </text:p>
+ <text:p text:style-name="Signature">
+ <text:sender-firstname>pista</text:sender-firstname>
+ <text:sender-lastname/>
+ </text:p>
+ <text:p text:style-name="P7">
+ <text:sender-position/>
+ </text:p>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/fax/bus-classic_f/manifest.rdf b/extras/source/templates/wizard/fax/bus-classic_f/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic_f/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/fax/bus-classic_f/meta.xml b/extras/source/templates/wizard/fax/bus-classic_f/meta.xml
new file mode 100644
index 000000000000..9a18f9603f32
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic_f/meta.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Classic Fax</dc:title>
+ <dc:description>Classic Business Fax</dc:description>
+ <meta:creation-date>2012-08-21T16:36:49</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-21T16:37:00</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="2" meta:image-count="1" meta:object-count="0" meta:page-count="1" meta:paragraph-count="26" meta:word-count="34" meta:character-count="267" meta:non-whitespace-character-count="228"/>
+ <meta:user-defined meta:name="Info 0"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/fax/bus-classic_f/mimetype b/extras/source/templates/wizard/fax/bus-classic_f/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic_f/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/fax/bus-classic_f/settings.xml b/extras/source/templates/wizard/fax/bus-classic_f/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic_f/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/fax/bus-classic_f/styles.xml b/extras/source/templates/wizard/fax/bus-classic_f/styles.xml
new file mode 100644
index 000000000000..a8c4c9b0da0a
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-classic_f/styles.xml
@@ -0,0 +1,1142 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol" style:font-pitch="variable" style:font-charset="x-symbol"/>
+ <style:font-face style:name="Liberation Mono" svg:font-family="'Liberation Mono'" style:font-family-generic="roman" style:font-pitch="fixed"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#000000" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:keep-together="always" fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties fo:color="#000000" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="Andale Sans UI" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="Tahoma" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="always"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text">
+ <style:paragraph-properties fo:line-height="122%" fo:hyphenation-ladder-count="no-limit"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Sans" fo:font-size="10pt" style:letter-kerning="true" fo:hyphenate="true" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:style>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="First_20_line_20_indent" style:display-name="First line indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Hanging_20_indent" style:display-name="Hanging indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="-0.1965in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="0in"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Text_20_body_20_indent" style:display-name="Text body indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Salutation" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Signature" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.248in" fo:margin-bottom="0.5827in" fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="Signature" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:keep-with-next="always"/>
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="List_20_Indent" style:display-name="List Indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.9689in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="-1.7717in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="0in"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Marginalia" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.5752in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_10" style:display-name="Heading 10" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name="Liberation Sans"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2_20_Start" style:display-name="Numbering 2 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2_20_End" style:display-name="Numbering 2 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2_20_Cont." style:display-name="Numbering 2 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_3_20_Start" style:display-name="Numbering 3 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_3" style:display-name="Numbering 3" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_3_20_End" style:display-name="Numbering 3 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_3_20_Cont." style:display-name="Numbering 3 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_4_20_Start" style:display-name="Numbering 4 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_4" style:display-name="Numbering 4" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_4_20_End" style:display-name="Numbering 4 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_4_20_Cont." style:display-name="Numbering 4 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_5_20_Start" style:display-name="Numbering 5 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_5" style:display-name="Numbering 5" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_5_20_End" style:display-name="Numbering 5 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_5_20_Cont." style:display-name="Numbering 5 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Start" style:display-name="List 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_End" style:display-name="List 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2_20_Start" style:display-name="List 2 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2_20_End" style:display-name="List 2 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2_20_Cont." style:display-name="List 2 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_3_20_Start" style:display-name="List 3 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_3" style:display-name="List 3" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_3_20_End" style:display-name="List 3 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_3_20_Cont." style:display-name="List 3 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_4_20_Start" style:display-name="List 4 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_4" style:display-name="List 4" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_4_20_End" style:display-name="List 4 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_4_20_Cont." style:display-name="List 4 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_5_20_Start" style:display-name="List 5 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_5" style:display-name="List 5" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_5_20_End" style:display-name="List 5 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_5_20_Cont." style:display-name="List 5 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Header" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Header_20_right" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1654in" fo:text-align="center" style:justify-single-word="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties fo:letter-spacing="0.0055in" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Header_20_left" style:display-name="Header left" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.752in" fo:margin-bottom="0in">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="Header_20_right" style:display-name="Header right" style:family="paragraph" style:parent-style-name="Heading" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0429in" fo:text-align="center" style:justify-single-word="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="Footer" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0">
+ <style:tab-stops>
+ <style:tab-stop style:position="3.1339in" style:type="center"/>
+ <style:tab-stop style:position="6.2681in" style:type="right"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Footer_20_left" style:display-name="Footer left" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0">
+ <style:tab-stops>
+ <style:tab-stop style:position="3.1339in" style:type="center"/>
+ <style:tab-stop style:position="6.2681in" style:type="right"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Footer_20_right" style:display-name="Footer right" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0">
+ <style:tab-stops>
+ <style:tab-stop style:position="3.1339in" style:type="center"/>
+ <style:tab-stop style:position="6.2681in" style:type="right"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra"/>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
+ <style:text-properties fo:font-size="11pt" fo:letter-spacing="0.0028in" fo:font-style="italic" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="10pt" fo:font-style="italic"/>
+ </style:style>
+ <style:style style:name="Illustration" style:family="paragraph" style:parent-style-name="Caption" style:class="extra"/>
+ <style:style style:name="Table" style:family="paragraph" style:parent-style-name="Caption" style:class="extra"/>
+ <style:style style:name="Text" style:family="paragraph" style:parent-style-name="Caption" style:class="extra"/>
+ <style:style style:name="Frame_20_contents" style:display-name="Frame contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra"/>
+ <style:style style:name="Footnote" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="-0.1965in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Addressee" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1181in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:line-height="100%" fo:text-indent="0in" style:auto-text-indent="false"/>
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Sender" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1181in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0417in" fo:line-height="100%" fo:text-align="start" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Endnote" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="-0.1965in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Drawing" style:family="paragraph" style:parent-style-name="Caption" style:class="extra"/>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name="Liberation Sans"/>
+ </style:style>
+ <style:style style:name="Index_20_Heading" style:display-name="Index Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Index_20_1" style:display-name="Index 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Index_20_2" style:display-name="Index 2" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Index_20_3" style:display-name="Index 3" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Index_20_Separator" style:display-name="Index Separator" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Contents_20_Heading" style:display-name="Contents Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Contents_20_1" style:display-name="Contents 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_2" style:display-name="Contents 2" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.0717in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_3" style:display-name="Contents 3" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.8752in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_4" style:display-name="Contents 4" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.6783in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_5" style:display-name="Contents 5" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.4819in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_Heading" style:display-name="User Index Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="User_20_Index_20_1" style:display-name="User Index 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_2" style:display-name="User Index 2" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.0717in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_3" style:display-name="User Index 3" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.8752in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_4" style:display-name="User Index 4" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.6783in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_5" style:display-name="User Index 5" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.4819in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_6" style:display-name="Contents 6" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.2854in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_7" style:display-name="Contents 7" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.1791in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.089in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_8" style:display-name="Contents 8" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.3756in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.8925in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_9" style:display-name="Contents 9" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.572in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.6957in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_10" style:display-name="Contents 10" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.7689in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.4992in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Illustration_20_Index_20_Heading" style:display-name="Illustration Index Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Illustration_20_Index_20_1" style:display-name="Illustration Index 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Object_20_index_20_heading" style:display-name="Object index heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Object_20_index_20_1" style:display-name="Object index 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Table_20_index_20_heading" style:display-name="Table index heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_index_20_1" style:display-name="Table index 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Bibliography_20_Heading" style:display-name="Bibliography Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Bibliography_20_1" style:display-name="Bibliography 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_6" style:display-name="User Index 6" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.2854in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_7" style:display-name="User Index 7" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.1791in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.089in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_8" style:display-name="User Index 8" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.3756in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.8925in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_9" style:display-name="User Index 9" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.572in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.6957in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_10" style:display-name="User Index 10" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.7689in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.4992in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Title" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Subtitle" style:class="chapter">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-size="18pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Subtitle" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="chapter">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic"/>
+ </style:style>
+ <style:style style:name="Quotations" style:family="paragraph" style:parent-style-name="Standard" style:class="html">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0.3937in" fo:margin-top="0in" fo:margin-bottom="0.1965in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Preformatted_20_Text" style:display-name="Preformatted Text" style:family="paragraph" style:parent-style-name="Standard" style:class="html">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0in"/>
+ <style:text-properties style:font-name="Liberation Mono" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Horizontal_20_Line" style:display-name="Horizontal Line" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="html">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1965in" style:border-line-width-bottom="0.0008in 0.0138in 0.0008in" fo:padding="0in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.06pt double #808080" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="6pt"/>
+ </style:style>
+ <style:style style:name="List_20_Contents" style:display-name="List Contents" style:family="paragraph" style:parent-style-name="Standard" style:class="html">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_Heading" style:display-name="List Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="List_20_Contents" style:class="html">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Date" style:family="paragraph" style:parent-style-name="Standard">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.248in"/>
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Comments" style:family="paragraph" style:parent-style-name="Heading">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0827in" fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-size="11pt"/>
+ </style:style>
+ <style:style style:name="Opening" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Subject">
+ <style:paragraph-properties fo:margin-top="0.3307in" fo:margin-bottom="0.3307in"/>
+ </style:style>
+ <style:style style:name="Subject" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body">
+ <style:paragraph-properties fo:margin-top="0.248in" fo:margin-bottom="0.248in"/>
+ <style:text-properties style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Page_20_Number" style:display-name="Page Number" style:family="text"/>
+ <style:style style:name="Caption_20_characters" style:display-name="Caption characters" style:family="text"/>
+ <style:style style:name="Drop_20_Caps" style:display-name="Drop Caps" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Bullet_20_Symbols" style:display-name="Bullet Symbols" style:family="text">
+ <style:text-properties style:font-name="OpenSymbol" fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="Internet_20_link" style:display-name="Internet link" style:family="text">
+ <style:text-properties fo:color="#000080" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Visited_20_Internet_20_Link" style:display-name="Visited Internet Link" style:family="text">
+ <style:text-properties fo:color="#800000" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Index_20_Link" style:display-name="Index Link" style:family="text"/>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Line_20_numbering" style:display-name="Line numbering" style:family="text"/>
+ <style:style style:name="Main_20_index_20_entry" style:display-name="Main index entry" style:family="text">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_anchor" style:display-name="Footnote anchor" style:family="text">
+ <style:text-properties style:text-position="super 58%"/>
+ </style:style>
+ <style:style style:name="Endnote_20_anchor" style:display-name="Endnote anchor" style:family="text">
+ <style:text-properties style:text-position="super 58%"/>
+ </style:style>
+ <style:style style:name="Rubies" style:family="text">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="Emphasis" style:family="text">
+ <style:text-properties fo:font-style="italic"/>
+ </style:style>
+ <style:style style:name="Citation" style:family="text">
+ <style:text-properties fo:font-style="italic"/>
+ </style:style>
+ <style:style style:name="Strong_20_Emphasis" style:display-name="Strong Emphasis" style:family="text">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Source_20_Text" style:display-name="Source Text" style:family="text">
+ <style:text-properties style:font-name="Liberation Mono"/>
+ </style:style>
+ <style:style style:name="Example" style:family="text">
+ <style:text-properties style:font-name="Liberation Mono"/>
+ </style:style>
+ <style:style style:name="User_20_Entry" style:display-name="User Entry" style:family="text">
+ <style:text-properties style:font-name="Liberation Mono"/>
+ </style:style>
+ <style:style style:name="Variable" style:family="text">
+ <style:text-properties fo:font-style="italic"/>
+ </style:style>
+ <style:style style:name="Definition" style:family="text"/>
+ <style:style style:name="Teletype" style:family="text">
+ <style:text-properties style:font-name="Liberation Mono"/>
+ </style:style>
+ <style:style style:name="Frame" style:family="graphic">
+ <style:graphic-properties style:wrap="dynamic" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false"/>
+ </style:style>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="dynamic" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <style:style style:name="OLE" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <style:style style:name="Formula" style:family="graphic">
+ <style:graphic-properties text:anchor-type="as-char" svg:y="0in" fo:margin-left="0.0791in" fo:margin-right="0.0791in" style:vertical-pos="middle" style:vertical-rel="text"/>
+ </style:style>
+ <style:style style:name="Marginalia" style:family="graphic">
+ <style:graphic-properties svg:width="1.378in" fo:min-height="0.1965in" text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="parallel" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="left" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <style:style style:name="Watermark" style:family="graphic">
+ <style:graphic-properties text:anchor-type="page" svg:x="0in" svg:y="0in" style:wrap="run-through" style:number-wrapped-paragraphs="no-limit" style:vertical-pos="middle" style:vertical-rel="page" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <style:style style:name="Labels" style:family="graphic" style:auto-update="true">
+ <style:graphic-properties text:anchor-type="as-char" svg:y="0in" fo:margin-left="0.0791in" fo:margin-right="0.0791in" style:protect="size position" style:vertical-pos="top" style:vertical-rel="baseline"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1965in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3933in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5898in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7862in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9827in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1791in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3756in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5724in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.7689in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="Numbering_20_2" style:display-name="Numbering 2">
+ <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-format="1">
+ <style:list-level-properties text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="2">
+ <style:list-level-properties text:space-before="0.1965in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="3">
+ <style:list-level-properties text:space-before="0.3929in" text:min-label-width="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="4">
+ <style:list-level-properties text:space-before="0.7866in" text:min-label-width="0.4925in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="5">
+ <style:list-level-properties text:space-before="1.2791in" text:min-label-width="0.5902in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="6">
+ <style:list-level-properties text:space-before="1.8693in" text:min-label-width="0.7091in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="7">
+ <style:list-level-properties text:space-before="2.5783in" text:min-label-width="0.9055in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="8">
+ <style:list-level-properties text:space-before="3.4839in" text:min-label-width="1.0236in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="9">
+ <style:list-level-properties text:space-before="4.5075in" text:min-label-width="1.1028in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="10">
+ <style:list-level-properties text:space-before="5.6102in" text:min-label-width="1.2209in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="Numbering_20_3" style:display-name="Numbering 3">
+ <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-format="1">
+ <style:list-level-properties text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="2">
+ <style:list-level-properties text:space-before="1.1815in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="3">
+ <style:list-level-properties text:space-before="2.3626in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="4">
+ <style:list-level-properties text:space-before="3.5441in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="5">
+ <style:list-level-properties text:space-before="4.7252in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="6">
+ <style:list-level-properties text:space-before="5.9063in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="7">
+ <style:list-level-properties text:space-before="7.0878in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="8">
+ <style:list-level-properties text:space-before="8.2689in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="9">
+ <style:list-level-properties text:space-before="9.45in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="10">
+ <style:list-level-properties text:space-before="10.6315in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="Numbering_20_4" style:display-name="Numbering 4">
+ <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I">
+ <style:list-level-properties text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="2">
+ <style:list-level-properties text:space-before="0.1965in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="3">
+ <style:list-level-properties text:space-before="0.3933in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="4">
+ <style:list-level-properties text:space-before="0.5898in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="5">
+ <style:list-level-properties text:space-before="0.7862in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="6">
+ <style:list-level-properties text:space-before="0.9827in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="7">
+ <style:list-level-properties text:space-before="1.1791in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="8">
+ <style:list-level-properties text:space-before="1.3756in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="9">
+ <style:list-level-properties text:space-before="1.5724in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="10">
+ <style:list-level-properties text:space-before="1.7689in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="Numbering_20_5" style:display-name="Numbering 5">
+ <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1" text:start-value="2" text:display-levels="2">
+ <style:list-level-properties text:space-before="0.1772in" text:min-label-width="0.2563in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-suffix=")" style:num-format="a" text:start-value="3">
+ <style:list-level-properties text:space-before="0.4331in" text:min-label-width="0.1772in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6319in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7874in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9429in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.0988in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2543in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4098in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.5654in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:list-style style:name="List_20_1" style:display-name="List 1">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.1555in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.311in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.4665in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6224in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.778in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.9335in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.089in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.2445in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="1.4in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:list-style style:name="List_20_2" style:display-name="List 2">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="0.1169in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="0.2335in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="0.35in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="0.4669in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="0.5835in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="0.7in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="0.8169in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="0.9335in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="–">
+ <style:list-level-properties text:space-before="1.05in" text:min-label-width="0.1165in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:list-style style:name="List_20_3" style:display-name="List 3">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="☑">
+ <style:list-level-properties text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="□">
+ <style:list-level-properties text:space-before="0.1555in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="☑">
+ <style:list-level-properties text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="□">
+ <style:list-level-properties text:space-before="0.1555in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="☑">
+ <style:list-level-properties text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="□">
+ <style:list-level-properties text:space-before="0.1555in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="☑">
+ <style:list-level-properties text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="□">
+ <style:list-level-properties text:space-before="0.1555in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="☑">
+ <style:list-level-properties text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="□">
+ <style:list-level-properties text:space-before="0.1555in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:list-style style:name="List_20_4" style:display-name="List 4">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="➢">
+ <style:list-level-properties text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="0.1555in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="0.311in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="0.4665in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="0.6224in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="0.778in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="0.9335in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="1.089in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="1.2445in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="">
+ <style:list-level-properties text:space-before="1.4in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:list-style style:name="List_20_5" style:display-name="List 5">
+ <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="0.1555in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="0.311in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="0.4665in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="0.6224in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="0.778in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="0.9335in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="1.089in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="1.2445in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="✗">
+ <style:list-level-properties text:space-before="1.4in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ </text:list-style>
+ <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="page"/>
+ <text:notes-configuration text:note-class="endnote" text:citation-style-name="Endnote_20_Symbol" text:master-page-name="Endnote" style:num-format="1" text:start-value="0"/>
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
+ </office:styles>
+ <office:automatic-styles>
+ <style:style style:name="_33_" style:display-name="3" style:family="table">
+ <style:table-properties table:align="margins"/>
+ </style:style>
+ <style:style style:name="_33_.A" style:display-name="3.A" style:family="table-column">
+ <style:table-column-properties style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="_33_.B" style:display-name="3.B" style:family="table-column">
+ <style:table-column-properties style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="_33_.A1" style:display-name="3.A1" style:family="table-cell">
+ <style:table-cell-properties style:vertical-align="bottom"/>
+ </style:style>
+ <style:page-layout style:name="Mpm1" style:page-usage="mirrored">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="1in" fo:margin-top="1in" fo:margin-bottom="1in" fo:margin-left="1in" fo:margin-right="1in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style>
+ <style:header-footer-properties fo:min-height="1.752in" fo:margin-left="0in" fo:margin-right="0in" fo:margin-bottom="0.252in"/>
+ </style:header-style>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm2" style:page-usage="mirrored">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="2.65in" fo:margin-bottom="1in" fo:margin-left="1in" fo:margin-right="1in" fo:background-color="transparent" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:background-image/>
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm3" style:page-usage="left">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm4" style:page-usage="right">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm5" style:page-usage="mirrored">
+ <style:page-layout-properties fo:page-height="4.4882in" style:num-format="1" style:print-orientation="landscape" fo:margin="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:margin-left="0in" fo:margin-right="0in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm6" style:page-usage="mirrored">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm7" style:page-usage="mirrored">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin-top="0.3937in" fo:margin-bottom="0.3937in" fo:margin-left="0.7874in" fo:margin-right="0.3937in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ <style:page-layout style:name="Mpm8" style:page-usage="mirrored">
+ <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" fo:margin="0.7874in" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:footnote-max-height="0in">
+ <style:footnote-sep style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+ </style:page-layout>
+ </office:automatic-styles>
+ <office:master-styles>
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1">
+ <style:header>
+ <table:table table:name="3" table:style-name="_33_">
+ <table:table-column table:style-name="_33_.A"/>
+ <table:table-column table:style-name="_33_.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="_33_.A1" office:value-type="string">
+ <text:p text:style-name="Header_20_left"/>
+ </table:table-cell>
+ <table:table-cell office:value-type="string">
+ <text:p text:style-name="Header">
+ <text:user-field-get text:name="Company"/>
+ </text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ </table:table>
+ <text:p text:style-name="Header_20_left">Page <text:page-number text:select-page="current"/>/<text:page-count style:num-format="1">1</text:page-count></text:p>
+ </style:header>
+ </style:master-page>
+ <style:master-page style:name="First_20_Page" style:display-name="First Page" style:page-layout-name="Mpm2" style:next-style-name="Standard"/>
+ <style:master-page style:name="Left_20_Page" style:display-name="Left Page" style:page-layout-name="Mpm3"/>
+ <style:master-page style:name="Right_20_Page" style:display-name="Right Page" style:page-layout-name="Mpm4"/>
+ <style:master-page style:name="Envelope" style:page-layout-name="Mpm5"/>
+ <style:master-page style:name="Index" style:page-layout-name="Mpm6"/>
+ <style:master-page style:name="HTML" style:page-layout-name="Mpm7"/>
+ <style:master-page style:name="Footnote" style:page-layout-name="Mpm8"/>
+ <style:master-page style:name="Endnote" style:page-layout-name="Mpm8"/>
+ </office:master-styles>
+</office:document-styles>
diff --git a/extras/source/templates/wizard/fax/bus-modern-pri_f.ott b/extras/source/templates/wizard/fax/bus-modern-pri_f.ott
deleted file mode 100644
index 5cef462db04a..000000000000
--- a/extras/source/templates/wizard/fax/bus-modern-pri_f.ott
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/fax/bus-modern-pri_f/META-INF/manifest.xml b/extras/source/templates/wizard/fax/bus-modern-pri_f/META-INF/manifest.xml
new file mode 100644
index 000000000000..cf9dc1c1a150
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-modern-pri_f/META-INF/manifest.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.text-template"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>
diff --git a/extras/source/templates/wizard/fax/bus-modern-pri_f/Thumbnails/thumbnail.png b/extras/source/templates/wizard/fax/bus-modern-pri_f/Thumbnails/thumbnail.png
new file mode 100644
index 000000000000..34e3c61a7e64
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-modern-pri_f/Thumbnails/thumbnail.png
Binary files differ
diff --git a/extras/source/templates/wizard/fax/bus-modern-pri_f/content.xml b/extras/source/templates/wizard/fax/bus-modern-pri_f/content.xml
new file mode 100644
index 000000000000..681be5d6dbf6
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-modern-pri_f/content.xml
@@ -0,0 +1,244 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:scripts/>
+ <office:font-face-decls>
+ <style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol" style:font-pitch="variable" style:font-charset="x-symbol"/>
+ <style:font-face style:name="Liberation Mono" svg:font-family="'Liberation Mono'" style:font-family-generic="roman" style:font-pitch="fixed"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:automatic-styles>
+ <style:style style:name="_31_" style:display-name="1" style:family="table">
+ <style:table-properties style:width="6.5in" table:align="margins"/>
+ </style:style>
+ <style:style style:name="_31_.A" style:display-name="1.A" style:family="table-column">
+ <style:table-column-properties style:column-width="3.25in" style:rel-column-width="32767*"/>
+ </style:style>
+ <style:style style:name="_31_.B" style:display-name="1.B" style:family="table-column">
+ <style:table-column-properties style:column-width="3.25in" style:rel-column-width="32768*"/>
+ </style:style>
+ <style:style style:name="_31_.A1" style:display-name="1.A1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="0.05pt solid #000000" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="_31_.B1" style:display-name="1.B1" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="_31_.A2" style:display-name="1.A2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="_31_.B2" style:display-name="1.B2" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" fo:border-bottom="none"/>
+ </style:style>
+ <style:style style:name="_31_.A6" style:display-name="1.A6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="_31_.B6" style:display-name="1.B6" style:family="table-cell">
+ <style:table-cell-properties fo:padding="0.0396in" fo:border-left="0.05pt solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" fo:border-bottom="0.05pt solid #000000"/>
+ </style:style>
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="Frame_20_contents">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Frame_20_contents">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-size-complex="14pt" style:font-style-complex="italic"/>
+ </style:style>
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Date">
+ <style:paragraph-properties>
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="Comments">
+ <style:paragraph-properties>
+ <style:tab-stops>
+ <style:tab-stop style:position="6.5311in"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="P5" style:family="paragraph" style:parent-style-name="Salutation">
+ <style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="P6" style:family="paragraph" style:parent-style-name="Date" style:master-page-name="First_20_Page">
+ <style:paragraph-properties style:page-number="auto">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="T1" style:family="text">
+ <style:text-properties fo:font-size="10pt" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
+ </style:style>
+ <style:style style:name="T2" style:family="text">
+ <style:text-properties fo:font-size="11pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
+ </style:style>
+ <style:style style:name="T3" style:family="text">
+ <style:text-properties fo:font-weight="normal"/>
+ </style:style>
+ <style:style style:name="fr1" style:family="graphic" style:parent-style-name="Frame">
+ <style:graphic-properties style:vertical-pos="from-top" style:vertical-rel="page" style:horizontal-pos="right" style:horizontal-rel="page-content" fo:background-color="transparent" style:background-transparency="100%">
+ <style:background-image/>
+ </style:graphic-properties>
+ </style:style>
+ <style:style style:name="fr2" style:family="graphic" style:parent-style-name="Frame">
+ <style:graphic-properties style:wrap="parallel" style:number-wrapped-paragraphs="no-limit" style:vertical-pos="from-top" style:vertical-rel="page" style:horizontal-pos="from-left" style:horizontal-rel="page" fo:padding="0in" fo:border="none"/>
+ </style:style>
+ <style:style style:name="Sect1" style:family="section">
+ <style:section-properties style:editable="false">
+ <style:columns fo:column-count="1" fo:column-gap="0in"/>
+ </style:section-properties>
+ </style:style>
+ <number:date-style style:name="N76" number:automatic-order="true">
+ <number:month number:style="long" number:textual="true"/>
+ <number:text> </number:text>
+ <number:day/>
+ <number:text>, </number:text>
+ <number:year number:style="long"/>
+ </number:date-style>
+ </office:automatic-styles>
+ <office:body>
+ <office:text>
+ <text:sequence-decls>
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+ </text:sequence-decls>
+ <text:user-field-decls>
+ <text:user-field-decl office:value-type="string" office:string-value="Fexample Acme Co" text:name="Company"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="Street"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="City"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="State"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="PostCode"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="Salutation"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="Greeting"/>
+ <text:user-field-decl office:value-type="string" office:string-value="Important!" text:name="CommunicationType"/>
+ <text:user-field-decl office:value-type="string" office:string-value="" text:name="Fax"/>
+ </text:user-field-decls>
+ <draw:frame draw:style-name="fr1" draw:name="Header" text:anchor-type="page" text:anchor-page-number="1" svg:y="0.752in" svg:width="2.6862in" draw:z-index="0">
+ <draw:text-box fo:min-height="1.1874in">
+ <text:p text:style-name="Header">
+ <text:sender-firstname>pista</text:sender-firstname>
+ <text:sender-lastname/>
+ </text:p>
+ <text:p text:style-name="Header_20_right">
+ <text:span text:style-name="T1">
+ <text:user-field-get text:name="Street"/>
+ </text:span>
+ <text:span text:style-name="T1">, </text:span>
+ <text:line-break/>
+ <text:span text:style-name="T2">
+ <text:user-field-get text:name="City"/>
+ </text:span>
+ <text:span text:style-name="T2">, </text:span>
+ <text:span text:style-name="T2">
+ <text:user-field-get text:name="State"/>
+ </text:span>
+ <text:span text:style-name="T2"> </text:span>
+ <text:span text:style-name="T2">
+ <text:user-field-get text:name="PostCode"/>
+ </text:span>
+ </text:p>
+ <text:p text:style-name="Standard"/>
+ <text:p text:style-name="Header_20_right">
+ <text:s/>
+ </text:p>
+ </draw:text-box>
+ </draw:frame>
+ <draw:frame draw:style-name="fr2" draw:name="Communication Type" text:anchor-type="page" text:anchor-page-number="1" svg:x="0.9937in" svg:y="2.0035in" svg:width="3.9866in" draw:z-index="1">
+ <draw:text-box fo:min-height="0.3953in">
+ <text:p text:style-name="P1"/>
+ <text:p text:style-name="P2">
+ <text:user-field-get text:name="CommunicationType">Important!</text:user-field-get>
+ </text:p>
+ </draw:text-box>
+ </draw:frame>
+ <text:p text:style-name="P6"/>
+ <text:section text:style-name="Sect1" text:name="Date">
+ <text:p text:style-name="P3">
+ <text:date style:data-style-name="N76" text:date-value="2012-08-21T16:37:11.99" text:fixed="true">August 21, 2012</text:date>
+ </text:p>
+ </text:section>
+ <table:table table:name="1" table:style-name="_31_">
+ <table:table-column table:style-name="_31_.A"/>
+ <table:table-column table:style-name="_31_.B"/>
+ <table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A1" office:value-type="string">
+ <text:p text:style-name="Table_20_Heading">#to#</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B1" office:value-type="string">
+ <text:p text:style-name="Table_20_Heading">#from#</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table-header-rows>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A2" office:value-type="string">
+ <text:p text:style-name="Addressee">&lt;FirstName&gt; &lt;LastName&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B2" office:value-type="string">
+ <text:p text:style-name="Sender">
+ <text:sender-firstname>pista</text:sender-firstname>
+ <text:sender-lastname/>
+ </text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A2" office:value-type="string">
+ <text:p text:style-name="Addressee"/>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B2" office:value-type="string">
+ <text:p text:style-name="Sender"/>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A2" office:value-type="string">
+ <text:p text:style-name="Addressee">#faxconst# &lt;Fax&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B2" office:value-type="string">
+ <text:p text:style-name="Sender">#faxconst# <text:user-field-get text:name="Fax"/></text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A2" office:value-type="string">
+ <text:p text:style-name="Addressee">#telconst# &lt;PhoneComp&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B2" office:value-type="string">
+ <text:p text:style-name="Sender">#telconst# <text:sender-phone-work/></text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.A6" office:value-type="string">
+ <text:p text:style-name="Addressee">#emailconst# &lt;EMail&gt;</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="_31_.B6" office:value-type="string">
+ <text:p text:style-name="Sender">#emailconst# <text:sender-email/></text:p>
+ </table:table-cell>
+ </table:table-row>
+ <table:table-row>
+ <table:table-cell table:style-name="_31_.B6" table:number-columns-spanned="2" office:value-type="string">
+ <text:p text:style-name="P4"><text:span text:style-name="T3">#consist1#</text:span><text:page-count style:num-format="1">1</text:page-count> #consist2#<text:page-continuation text:string-value="s" text:select-page="next"/>. #consist3#</text:p>
+ </table:table-cell>
+ <table:covered-table-cell/>
+ </table:table-row>
+ </table:table>
+ <text:p text:style-name="Opening"/>
+ <text:section text:style-name="Sect1" text:name="Subject Line">
+ <text:p text:style-name="Subject">
+ <text:placeholder text:placeholder-type="text" text:description="Click placeholder and overwrite">&lt;Subject&gt;</text:placeholder>
+ </text:p>
+ </text:section>
+ <text:p text:style-name="Opening">
+ <text:user-field-get text:name="Salutation"/>
+ </text:p>
+ <text:p text:style-name="Text_20_body">
+ <text:placeholder text:placeholder-type="text" text:description="Click placeholder and overwrite">&lt;Enter your text here&gt;</text:placeholder>
+ </text:p>
+ <text:p text:style-name="P5">
+ <text:user-field-get text:name="Greeting"/>
+ </text:p>
+ <text:p text:style-name="Standard">
+ <text:sender-firstname>pista</text:sender-firstname>
+ <text:sender-lastname/>
+ </text:p>
+ </office:text>
+ </office:body>
+</office:document-content>
diff --git a/extras/source/templates/wizard/fax/bus-modern-pri_f/manifest.rdf b/extras/source/templates/wizard/fax/bus-modern-pri_f/manifest.rdf
new file mode 100644
index 000000000000..927e206bb226
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-modern-pri_f/manifest.rdf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="styles.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="content.xml">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="">
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/extras/source/templates/wizard/fax/bus-modern-pri_f/meta.xml b/extras/source/templates/wizard/fax/bus-modern-pri_f/meta.xml
new file mode 100644
index 000000000000..f18470837020
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-modern-pri_f/meta.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
+ <office:meta>
+ <meta:generator>LibreOffice/3.5$Linux_x86 LibreOffice_project/350m1$Build-2</meta:generator>
+ <dc:title>Modern Fax from Private</dc:title>
+ <dc:description>Modern Business Fax from Private</dc:description>
+ <meta:creation-date>2012-08-21T16:37:13</meta:creation-date>
+ <meta:initial-creator>pista </meta:initial-creator>
+ <dc:date>2012-08-21T16:38:23</dc:date>
+ <dc:creator>pista </dc:creator>
+ <meta:document-statistic meta:table-count="2" meta:image-count="0" meta:object-count="0" meta:page-count="1" meta:paragraph-count="23" meta:word-count="35" meta:character-count="269" meta:non-whitespace-character-count="229"/>
+ <meta:user-defined meta:name="Info 0"/>
+ <meta:user-defined meta:name="Info 2"/>
+ <meta:user-defined meta:name="Info 3"/>
+ <meta:user-defined meta:name="Info 4"/>
+ </office:meta>
+</office:document-meta>
diff --git a/extras/source/templates/wizard/fax/bus-modern-pri_f/mimetype b/extras/source/templates/wizard/fax/bus-modern-pri_f/mimetype
new file mode 100644
index 000000000000..6a297d887997
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-modern-pri_f/mimetype
@@ -0,0 +1 @@
+application/vnd.oasis.opendocument.text-template \ No newline at end of file
diff --git a/extras/source/templates/wizard/fax/bus-modern-pri_f/settings.xml b/extras/source/templates/wizard/fax/bus-modern-pri_f/settings.xml
new file mode 100644
index 000000000000..0b8d6b4f5c7c
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-modern-pri_f/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
+ <office:settings>
+ <config:config-item-set config:name="ooo:configuration-settings">
+ <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="IsLabelDocument" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+ <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+ <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+ </config:config-item-set>
+ </office:settings>
+</office:document-settings>
diff --git a/extras/source/templates/wizard/fax/bus-modern-pri_f/styles.xml b/extras/source/templates/wizard/fax/bus-modern-pri_f/styles.xml
new file mode 100644
index 000000000000..45904a4e7b88
--- /dev/null
+++ b/extras/source/templates/wizard/fax/bus-modern-pri_f/styles.xml
@@ -0,0 +1,1138 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
+ <office:font-face-decls>
+ <style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol" style:font-pitch="variable" style:font-charset="x-symbol"/>
+ <style:font-face style:name="Liberation Mono" svg:font-family="'Liberation Mono'" style:font-family-generic="roman" style:font-pitch="fixed"/>
+ <style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-pitch="variable"/>
+ <style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Serif" svg:font-family="Liberation Serif" style:font-family-generic="roman" style:font-pitch="variable"/>
+ <style:font-face style:name="Liberation Sans" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+ <style:default-style style:family="graphic">
+ <style:graphic-properties fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="true"/>
+ <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties fo:color="#000000" fo:font-size="12pt" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
+ </style:default-style>
+ <style:default-style style:family="paragraph">
+ <style:paragraph-properties fo:keep-together="always" fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
+ <style:text-properties fo:color="#000000" style:font-name="Liberation Serif" fo:font-size="12pt" style:font-name-asian="Andale Sans UI" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="Tahoma" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:default-style>
+ <style:default-style style:family="table">
+ <style:table-properties table:border-model="separating"/>
+ </style:default-style>
+ <style:default-style style:family="table-row">
+ <style:table-row-properties fo:keep-together="always"/>
+ </style:default-style>
+ <style:style style:name="Standard" style:family="paragraph" style:class="text">
+ <style:paragraph-properties fo:line-height="122%" fo:hyphenation-ladder-count="no-limit"/>
+ <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Sans" fo:font-size="11pt" style:letter-kerning="true" fo:hyphenate="true" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+ </style:style>
+ <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in"/>
+ </style:style>
+ <style:style style:name="First_20_line_20_indent" style:display-name="First line indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Hanging_20_indent" style:display-name="Hanging indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:text-indent="-0.1965in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="0in"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Text_20_body_20_indent" style:display-name="Text body indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Salutation" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Signature" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.248in" fo:margin-bottom="0.5827in" fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="Signature" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Standard" style:class="text">
+ <style:paragraph-properties fo:keep-with-next="always"/>
+ </style:style>
+ <style:style style:name="List_20_Indent" style:display-name="List Indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.9689in" fo:margin-right="0in" fo:text-indent="-1.7717in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="0in"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Marginalia" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.5752in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:keep-with-next="always"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt"/>
+ </style:style>
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="115%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="85%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Heading_20_10" style:display-name="Heading 10" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="text">
+ <style:text-properties fo:font-size="75%" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+ <style:text-properties style:font-name="Liberation Sans"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_1_20_Cont." style:display-name="Numbering 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2_20_Start" style:display-name="Numbering 2 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2_20_End" style:display-name="Numbering 2 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_2_20_Cont." style:display-name="Numbering 2 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_3_20_Start" style:display-name="Numbering 3 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_3" style:display-name="Numbering 3" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_3_20_End" style:display-name="Numbering 3 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_3_20_Cont." style:display-name="Numbering 3 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_4_20_Start" style:display-name="Numbering 4 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_4" style:display-name="Numbering 4" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_4_20_End" style:display-name="Numbering 4 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_4_20_Cont." style:display-name="Numbering 4 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_5_20_Start" style:display-name="Numbering 5 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_5" style:display-name="Numbering 5" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_5_20_End" style:display-name="Numbering 5 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Numbering_20_5_20_Cont." style:display-name="Numbering 5 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Start" style:display-name="List 1 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_End" style:display-name="List 1 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_1_20_Cont." style:display-name="List 1 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2_20_Start" style:display-name="List 2 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2" style:display-name="List 2" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2_20_End" style:display-name="List 2 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_2_20_Cont." style:display-name="List 2 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_3_20_Start" style:display-name="List 3 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_3" style:display-name="List 3" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_3_20_End" style:display-name="List 3 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_3_20_Cont." style:display-name="List 3 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_4_20_Start" style:display-name="List 4 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_4" style:display-name="List 4" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_4_20_End" style:display-name="List 4 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_4_20_Cont." style:display-name="List 4 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_5_20_Start" style:display-name="List 5 Start" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_5" style:display-name="List 5" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_5_20_End" style:display-name="List 5 End" style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.1665in" fo:text-indent="-0.1965in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_5_20_Cont." style:display-name="List 5 Cont." style:family="paragraph" style:parent-style-name="List" style:class="list">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Header" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Header_20_right" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1654in">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties fo:letter-spacing="0.0055in" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Header_20_left" style:display-name="Header left" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.752in" fo:margin-bottom="0in">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="Header_20_right" style:display-name="Header right" style:family="paragraph" style:parent-style-name="Heading" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0429in">
+ <style:tab-stops/>
+ </style:paragraph-properties>
+ <style:text-properties fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="Footer" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0">
+ <style:tab-stops>
+ <style:tab-stop style:position="3.1339in" style:type="center"/>
+ <style:tab-stop style:position="6.2681in" style:type="right"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Footer_20_left" style:display-name="Footer left" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0">
+ <style:tab-stops>
+ <style:tab-stop style:position="3.1339in" style:type="center"/>
+ <style:tab-stop style:position="6.2681in" style:type="right"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Footer_20_right" style:display-name="Footer right" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0">
+ <style:tab-stops>
+ <style:tab-stop style:position="3.1339in" style:type="center"/>
+ <style:tab-stop style:position="6.2681in" style:type="right"/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra"/>
+ <style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
+ <style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
+ <style:text-properties fo:font-size="12pt" fo:letter-spacing="0.0028in" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in"/>
+ <style:text-properties style:font-name="Liberation Sans" fo:font-size="10pt" fo:font-style="italic"/>
+ </style:style>
+ <style:style style:name="Illustration" style:family="paragraph" style:parent-style-name="Caption" style:class="extra"/>
+ <style:style style:name="Table" style:family="paragraph" style:parent-style-name="Caption" style:class="extra"/>
+ <style:style style:name="Text" style:family="paragraph" style:parent-style-name="Caption" style:class="extra"/>
+ <style:style style:name="Frame_20_contents" style:display-name="Frame contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra"/>
+ <style:style style:name="Footnote" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:text-indent="-0.1965in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Addressee" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1181in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0in" fo:line-height="100%" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Sender" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1181in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0417in" fo:line-height="100%" fo:text-align="start" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Endnote" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:text-indent="-0.1965in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Drawing" style:family="paragraph" style:parent-style-name="Caption" style:class="extra"/>
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+ <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+ <style:text-properties style:font-name="Liberation Sans"/>
+ </style:style>
+ <style:style style:name="Index_20_Heading" style:display-name="Index Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Index_20_1" style:display-name="Index 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Index_20_2" style:display-name="Index 2" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Index_20_3" style:display-name="Index 3" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Index_20_Separator" style:display-name="Index Separator" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Contents_20_Heading" style:display-name="Contents Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Contents_20_1" style:display-name="Contents 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_2" style:display-name="Contents 2" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.0717in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_3" style:display-name="Contents 3" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.8752in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_4" style:display-name="Contents 4" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.6783in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_5" style:display-name="Contents 5" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.4819in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_Heading" style:display-name="User Index Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="User_20_Index_20_1" style:display-name="User Index 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_2" style:display-name="User Index 2" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.1965in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.0717in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_3" style:display-name="User Index 3" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3929in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.8752in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_4" style:display-name="User Index 4" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.5898in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.6783in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_5" style:display-name="User Index 5" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.7862in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.4819in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_6" style:display-name="Contents 6" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.2854in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_7" style:display-name="Contents 7" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.1791in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.089in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_8" style:display-name="Contents 8" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.3756in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.8925in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_9" style:display-name="Contents 9" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.572in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.6957in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Contents_20_10" style:display-name="Contents 10" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.7689in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.4992in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Illustration_20_Index_20_Heading" style:display-name="Illustration Index Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Illustration_20_Index_20_1" style:display-name="Illustration Index 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Object_20_index_20_heading" style:display-name="Object index heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Object_20_index_20_1" style:display-name="Object index 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Table_20_index_20_heading" style:display-name="Table index heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Table_20_index_20_1" style:display-name="Table index 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Bibliography_20_Heading" style:display-name="Bibliography Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="16pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Bibliography_20_1" style:display-name="Bibliography 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="6.2681in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_6" style:display-name="User Index 6" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.9827in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.2854in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_7" style:display-name="User Index 7" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.1791in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="5.089in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_8" style:display-name="User Index 8" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.3756in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.8925in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_9" style:display-name="User Index 9" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.572in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.6957in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="User_20_Index_20_10" style:display-name="User Index 10" style:family="paragraph" style:parent-style-name="Index" style:class="index">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="1.7689in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="4.4992in" style:type="right" style:leader-style="dotted" style:leader-text="."/>
+ </style:tab-stops>
+ </style:paragraph-properties>
+ </style:style>
+ <style:style style:name="Title" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Subtitle" style:class="chapter">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-size="18pt" fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Subtitle" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="chapter">
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-size="14pt" fo:font-style="italic"/>
+ </style:style>
+ <style:style style:name="Quotations" style:family="paragraph" style:parent-style-name="Standard" style:class="html">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0.3937in" fo:margin-top="0in" fo:margin-bottom="0.1965in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Preformatted_20_Text" style:display-name="Preformatted Text" style:family="paragraph" style:parent-style-name="Standard" style:class="html">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0in"/>
+ <style:text-properties style:font-name="Liberation Mono" fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Horizontal_20_Line" style:display-name="Horizontal Line" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="html">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.1965in" style:border-line-width-bottom="0.0008in 0.0138in 0.0008in" fo:padding="0in" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.06pt double #808080" text:number-lines="false" text:line-number="0"/>
+ <style:text-properties fo:font-size="6pt"/>
+ </style:style>
+ <style:style style:name="List_20_Contents" style:display-name="List Contents" style:family="paragraph" style:parent-style-name="Standard" style:class="html">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0.3937in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="List_20_Heading" style:display-name="List Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="List_20_Contents" style:class="html">
+ <style:paragraph-properties fo:margin="100%" fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
+ </style:style>
+ <style:style style:name="Date" style:family="paragraph" style:parent-style-name="Standard">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.248in"/>
+ </style:style>
+ <style:style style:name="Comments" style:family="paragraph" style:parent-style-name="Heading">
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0827in" fo:text-align="center" style:justify-single-word="false"/>
+ <style:text-properties fo:font-size="10pt"/>
+ </style:style>
+ <style:style style:name="Opening" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Subject">
+ <style:paragraph-properties fo:margin-top="0.3307in" fo:margin-bottom="0.3307in"/>
+ </style:style>
+ <style:style style:name="Subject" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body">
+ <style:paragraph-properties fo:margin-top="0.248in" fo:margin-bottom="0.248in"/>
+ <style:text-properties style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
+ <style:style style:name="Page_20_Number" style:display-name="Page Number" style:family="text"/>
+ <style:style style:name="Caption_20_characters" style:display-name="Caption characters" style:family="text"/>
+ <style:style style:name="Drop_20_Caps" style:display-name="Drop Caps" style:family="text"/>
+ <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
+ <style:style style:name="Bullet_20_Symbols" style:display-name="Bullet Symbols" style:family="text">
+ <style:text-properties style:font-name="OpenSymbol" fo:font-size="9pt"/>
+ </style:style>
+ <style:style style:name="Internet_20_link" style:display-name="Internet link" style:family="text">
+ <style:text-properties fo:color="#000080" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Visited_20_Internet_20_Link" style:display-name="Visited Internet Link" style:family="text">
+ <style:text-properties fo:color="#800000" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Placeholder" style:family="text">
+ <style:text-properties fo:font-variant="small-caps" fo:color="#008080" style:text-underline-style="dotted" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+ </style:style>
+ <style:style style:name="Index_20_Link" style:display-name="Index Link" style:family="text"/>
+ <style:style style:name="Endnote_20_Symbol" style:display-name="Endnote Symbol" style:family="text"/>
+ <style:style style:name="Line_20_numbering" style:display-name="Line numbering" style:family="text"/>
+ <style:style style:name="Main_20_index_20_entry" style:display-name="Main index entry" style:family="text">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Footnote_20_anchor" style:display-name="Footnote anchor" style:family="text">
+ <style:text-properties style:text-position="super 58%"/>
+ </style:style>
+ <style:style style:name="Endnote_20_anchor" style:display-name="Endnote anchor" style:family="text">
+ <style:text-properties style:text-position="super 58%"/>
+ </style:style>
+ <style:style style:name="Rubies" style:family="text">
+ <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
+ </style:style>
+ <style:style style:name="Emphasis" style:family="text">
+ <style:text-properties fo:font-style="italic"/>
+ </style:style>
+ <style:style style:name="Citation" style:family="text">
+ <style:text-properties fo:font-style="italic"/>
+ </style:style>
+ <style:style style:name="Strong_20_Emphasis" style:display-name="Strong Emphasis" style:family="text">
+ <style:text-properties fo:font-weight="bold"/>
+ </style:style>
+ <style:style style:name="Source_20_Text" style:display-name="Source Text" style:family="text">
+ <style:text-properties style:font-name="Liberation Mono"/>
+ </style:style>
+ <style:style style:name="Example" style:family="text">
+ <style:text-properties style:font-name="Liberation Mono"/>
+ </style:style>
+ <style:style style:name="User_20_Entry" style:display-name="User Entry" style:family="text">
+ <style:text-properties style:font-name="Liberation Mono"/>
+ </style:style>
+ <style:style style:name="Variable" style:family="text">
+ <style:text-properties fo:font-style="italic"/>
+ </style:style>
+ <style:style style:name="Definition" style:family="text"/>
+ <style:style style:name="Teletype" style:family="text">
+ <style:text-properties style:font-name="Liberation Mono"/>
+ </style:style>
+ <style:style style:name="Frame" style:family="graphic">
+ <style:graphic-properties style:wrap="dynamic" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false"/>
+ </style:style>
+ <style:style style:name="Graphics" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="dynamic" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <style:style style:name="OLE" style:family="graphic">
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <style:style style:name="Formula" style:family="graphic">
+ <style:graphic-properties text:anchor-type="as-char" svg:y="0in" fo:margin-left="0.0791in" fo:margin-right="0.0791in" style:vertical-pos="middle" style:vertical-rel="text"/>
+ </style:style>
+ <style:style style:name="Marginalia" style:family="graphic">
+ <style:graphic-properties svg:width="1.378in" fo:min-height="0.1965in" text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="parallel" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="left" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <style:style style:name="Watermark" style:family="graphic">
+ <style:graphic-properties text:anchor-type="page" svg:x="0in" svg:y="0in" style:wrap="run-through" style:number-wrapped-paragraphs="no-limit" style:vertical-pos="middle" style:vertical-rel="page" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
+ </style:style>
+ <style:style style:name="Labels" style:family="graphic" style:auto-update="true">
+ <style:graphic-properties text:anchor-type="as-char" svg:y="0in" fo:margin-left="0.0791in" fo:margin-right="0.0791in" style:protect="size position" style:vertical-pos="top" style:vertical-rel="baseline"/>
+ </style:style>
+ <text:outline-style style:name="Outline">
+ <text:outline-level-style text:level="1" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="2" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="3" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="4" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="5" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="6" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="7" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="8" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="9" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ <text:outline-level-style text:level="10" style:num-format="">
+ <style:list-level-properties/>
+ </text:outline-level-style>
+ </text:outline-style>
+ <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
+ <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.1965in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.3933in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.5898in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.7862in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="0.9827in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.1791in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.3756in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.5724in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:space-before="1.7689in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="Numbering_20_2" style:display-name="Numbering 2">
+ <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-format="1">
+ <style:list-level-properties text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="2">
+ <style:list-level-properties text:space-before="0.1965in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="3">
+ <style:list-level-properties text:space-before="0.3929in" text:min-label-width="0.3937in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="4">
+ <style:list-level-properties text:space-before="0.7866in" text:min-label-width="0.4925in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="5">
+ <style:list-level-properties text:space-before="1.2791in" text:min-label-width="0.5902in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="6">
+ <style:list-level-properties text:space-before="1.8693in" text:min-label-width="0.7091in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="7">
+ <style:list-level-properties text:space-before="2.5783in" text:min-label-width="0.9055in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="8">
+ <style:list-level-properties text:space-before="3.4839in" text:min-label-width="1.0236in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="9">
+ <style:list-level-properties text:space-before="4.5075in" text:min-label-width="1.1028in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="10">
+ <style:list-level-properties text:space-before="5.6102in" text:min-label-width="1.2209in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="Numbering_20_3" style:display-name="Numbering 3">
+ <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-format="1">
+ <style:list-level-properties text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="2">
+ <style:list-level-properties text:space-before="1.1815in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="3">
+ <style:list-level-properties text:space-before="2.3626in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="4">
+ <style:list-level-properties text:space-before="3.5441in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="5">
+ <style:list-level-properties text:space-before="4.7252in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="6">
+ <style:list-level-properties text:space-before="5.9063in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="7">
+ <style:list-level-properties text:space-before="7.0878in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="8">
+ <style:list-level-properties text:space-before="8.2689in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="9">
+ <style:list-level-properties text:space-before="9.45in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" text:style-name="Numbering_20_Symbols" style:num-format="1" text:start-value="10">
+ <style:list-level-properties text:space-before="10.6315in" text:min-label-width="1.1811in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="Numbering_20_4" style:display-name="Numbering 4">
+ <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I">
+ <style:list-level-properties text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="2">
+ <style:list-level-properties text:space-before="0.1965in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="3">
+ <style:list-level-properties text:space-before="0.3933in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="4" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="4">
+ <style:list-level-properties text:space-before="0.5898in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="5" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="5">
+ <style:list-level-properties text:space-before="0.7862in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="6" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="6">
+ <style:list-level-properties text:space-before="0.9827in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="7" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="7">
+ <style:list-level-properties text:space-before="1.1791in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="8" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="8">
+ <style:list-level-properties text:space-before="1.3756in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="9" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="9">
+ <style:list-level-properties text:space-before="1.5724in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="10" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="I" text:start-value="10">
+ <style:list-level-properties text:space-before="1.7689in" text:min-label-width="0.1965in"/>
+ </text:list-level-style-number>
+ </text:list-style>
+ <text:list-style style:name="Numbering_20_5" style:display-name="Numbering 5">
+ <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
+ <style:list-level-properties text:min-label-width="0.1575in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1" text:start-value="2" text:display-levels="2">
+ <style:list-level-properties text:space-before="0.1772in" text:min-label-width="0.2563in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-suffix=")" style:num-format="a" text:start-value="3">
+ <style:list-level-properties text:space-before="0.4331in" text:min-label-width="0.1772in"/>
+ </text:list-level-style-number>
+ <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.6319in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+ <style:list-level-properties text:space-before="0.7874in" text:min-label-width="0.1555in"/>
+ <style:text-properties fo:font-family="OpenSymbol" style:font-charset="x-symbol"/>
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
+