@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: medium;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
	color: #0000CC;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: medium;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 9em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 9em;;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	color: #000066;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 9em;;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #000000;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #000000;
	color: #FFFFFF;
	font-size: small;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #FFFF00;
	color: #000099;
}
.m1 {
	font-size: medium;
	text-align: justify;
	border: 1;
	page-break-before: always;
	background-color: #FFFFFF;
}


/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	font-size: small;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background: #FFF;
	color: #000099;
	}
}
#box1 {
	height: 4.2cm;
	width: 4.2cm;
	float: left;
	margin-left: 10px;
	margin-right: 7px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #FFFF00;
	text-align: right;
	border-top-style: solid;
	border-left-style: solid;
	margin-bottom: 3px;
	margin-top: 3px;
	text-decoration: underline;
	font-style: italic;
}
#box2 {
	float: left;
	height: 5px;
	width: 8px;
}
#box2 {
	float: left;
	height: 5cm;
	width: 8cm;
}
#box2 {
	float: left;
	height: 4.2cm;
	width: 20.6cm;
	background-color: #FFFF00;
	margin-left: 5px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#box3 {
	float: left;
	height: 4.2cm;
	width: 4.2cm;
	margin-left: 7px;
	margin-right: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFF00;
	border-top-style: solid;
	border-right-style: solid;
	margin-bottom: 3px;
	margin-top: 5px;
}
#box4 {
	float: left;
	height: 15cm;
	width: 4.2cm;
	margin-left: 10px;
	margin-right: 7px;
	margin-top: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-bottom: 5px;
}
#box5 {
	float: left;
	height: 15cm;
	width: 5.7cm;
	margin-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 26px;
	background-color: #FFFF77;
}
#box6 {
	float: left;
	height: 15cm;
	width: 14.4cm;
	list-style-position: inside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	overflow: scroll;
	margin: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: justify;
	vertical-align: super;
	background-color: #FFFF77;
	padding: 5px;
}
#box7 {
	float: left;
	height: 15cm;
	width: 4.2cm;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	margin-bottom: 2px;
}
#box8 {
	float: left;
	height: 5cm;
	width: 5cm;
}
#box8 {
	float: left;
	height: 5cm;
	width: 5cm;
}
#box9 {
	float: left;
	height: 5cm;
	width: 5cm;
}
#box8 {
	float: none;
	height: 5cm;
	width: 5cm;
}
#box8 {
	float: left;
	height: 5cm;
	width: 5cm;
}
#box8 {
	float: left;
	height: 5cm;
	width: 5cm;
}
#box9 {
	float: right;
	height: 5cm;
	width: 5cm;
}
#box8 {
	float: left;
	height: 2cm;
	width: 25cm;
	margin-left: 5px;
}
#box8 {
	float: left;
	height: 2cm;
	width: 19cm;
	padding-right: 5px;
}
#bottombox {
	float: left;
	height: 1.3cm;
	width: 30.2cm;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFA824;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#divtext0 {
	float: left;
	height: 4.5cm;
	width: 6cm;
}
#divtext4 {
	float: left;
	height: 3.7cm;
	width: 8.7cm;
}
#divtext5 {
	float: left;
	height: 3.7cm;
	width: 4.9cm;
	margin-left: 3px;
}
#divtext6 {
	float: left;
	height: 4.1cm;
	width: 13.8cm;
}
#divtext7 {
	float: left;
	height: 3.8cm;
	width: 13.8cm;
}
#headingtext1 {
	float: left;
	height: 0.4cm;
	width: 7.4cm;
	font-size: small;
	color: #000066;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#divtext8 {
	float: left;
	height: 2.8cm;
	width: 5.9cm;
}
#headingtext5 {
	float: left;
	height: 1.6cm;
	width: 7.8cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000099;
	margin-right: 2px;
	margin-left: 3px;
}

#headingtext2 {
	float: left;
	height: 0.4cm;
	width: 14.1cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
}
#headingtext3 {
	height: 0.4cm;
	width: 8cm;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
}
#headingtext4 {
	float: left;
	height: 0.4cm;
	width: 14cm;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
}
#headingtext6 {
	float: left;
	height: 0.4cm;
	width: 14.1cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000099;
}
#headingtext7 {
	float: left;
	height: .4cm;
	width: 13cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000099;
}
#headingtext8 {
	float: left;
	height: 1cm;
	width: 14cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000099;
}
#headingtext9 {
	float: left;
	height: 1cm;
	width: 14.2cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000099;
}
#divtext10 {
	float: left;
	height: 4cm;
	width: 5.5cm;
	margin-right: 2px;
}
#divtext11 {
	float: left;
	height: 4cm;
	width: 8.1cm;
	margin-left: 3px;
}
#aboutababox1 {
	float: left;
	height: 4.2cm;
	width: 21.3cm;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#logo1 {
	float: left;
	height: 2cm;
	width: 3.3cm;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 5px;
	margin-left: 14px;
}
#logo2 {
	float: left;
	height: 2.3cm;
	width: 3.3cm;
	margin-top: 7px;
	margin-right: 14px;
	margin-bottom: 7px;
	margin-left: 15px;
}
#logo3 {
	float: left;
	height: 2.1cm;
	width: 3.3cm;
	margin-top: 7px;
	margin-right: 14px;
	margin-bottom: 7px;
	margin-left: 14px;
}
#logo4 {
	float: left;
	height: 1.4cm;
	width: 3.4cm;
	margin-top: 7px;
	margin-right: 14px;
	margin-bottom: 7px;
	margin-left: 14px;
}
#logo5 {
	margin: 7px;
	float: left;
	height: 2cm;
	width: 3.3cm;
}
#logo5 {
	float: left;
	height: 2cm;
	width: 3.3cm;
	margin-top: 7px;
	margin-right: 14px;
	margin-bottom: 7px;
	margin-left: 14px;
}
#logo6 {
	float: left;
	height: 2cm;
	width: 3.3cm;
	margin-top: 7px;
	margin-right: 14px;
	margin-bottom: 7px;
	margin-left: 14px;
}
#logo7 {
	float: left;
	height: 2cm;
	width: 3.3cm;
	margin-top: 7px;
	margin-right: 14px;
	margin-bottom: 7px;
	margin-left: 14px;
}
#logo8 {
	float: left;
	height: 2.9cm;
	width: 3.3cm;
	margin-top: 7px;
	margin-right: 14px;
	margin-bottom: 7px;
	margin-left: 14px;
}
#logo9 {
	float: left;
	height: 1.1cm;
	width: 3.3cm;
	margin-top: 7px;
	margin-right: 14px;
	margin-bottom: 7px;
	margin-left: 14px;
}
#logo10 {
	float: left;
	height: 2.1cm;
	width: 3.3cm;
	margin-top: 7px;
	margin-right: 14px;
	margin-bottom: 7px;
	margin-left: 14px;
}
#logo11 {
	float: left;
	height: 1.9cm;
	width: 3.3cm;
	margin-top: 7px;
	margin-right: 14px;
	margin-bottom: 7px;
	margin-left: 14px;
}
#logo12 {
	float: left;
	height: 2cm;
	width: 3.3cm;
	margin-top: 7px;
	margin-right: 14px;
	margin-bottom: 7px;
	margin-left: 14px;
}
#divtext2 {
	margin: 1px;
	float: left;
	height: 6cm;
	width: 9.7cm;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#newsbanner1 {
	float: left;
	height: 0.8cm;
	width: 20.2cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	background-color: #FFFF00;
	color: #000099;
	text-decoration: blink;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 8px;
}
#newsbanner2 {
	margin: 8px;
	float: left;
	height: 2.6cm;
	width: 20.2cm;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#aboutababox1 {
	float: left;
	height: 15cm;
	width: 20.4cm;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	overflow: scroll;
	background-color: #FFFF77;
}
#bylawsbox1 {
	margin: 5px;
	float: left;
	height: 15cm;
	width: 20.7cm;
	overflow: scroll;
	background-color: #FFFF77;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#awardsbox1 {
	margin: 5px;
	float: left;
	height: 15cm;
	width: 20.7cm;
	overflow: scroll;
	background-color: #FFFF77;
	font-size: 11px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#committeesbox1 {
	margin: 5px;
	float: left;
	height: 15cm;
	width: 20.6cm;
	overflow: scroll;
	background-color: #FFFF77;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#codesofconduct {
	margin: 5px;
	padding: 3px;
	float: left;
	height: 15cm;
	width: 20.6cm;
	overflow: scroll;
	background-color: #FFFF77;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#policystatementbox1 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 15cm;
	width: 20.4cm;
	background-color: #FFFF77;
	overflow: scroll;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#staffbox1 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 15cm;
	width: 20.4cm;
	background-color: #FFFF77;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: scroll;
}
#strategicplanbox1 {
	background-color: #FFFF77;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 20.4cm;
	overflow: scroll;
	height: 15cm;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#newsandinformation {
	background-color: #FFFF77;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 15cm;
	width: 20.4cm;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: scroll;
}
#budgetsubmissionbox1 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 15cm;
	width: 20.4cm;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: scroll;
	background-color: #FFFF77;
}
#abaweeklybox1 {
	background-color: #FFFF77;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 15cm;
	width: 20.4cm;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: scroll;
}
#abamembershipbox1 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 15cm;
	width: 20.4cm;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: scroll;
	background-color: #FFFF77;
}
#accountingtraining {
	margin: 2px;
	padding: 2px;
	float: left;
	height: 0.7cm;
	width: 5cm;
	text-align: center;
	font-size: 18px;
}
#newsppic1 {
	margin: 1px;
	padding: 1px;
	float: left;
	height: 6cm;
	width: 8cm;
}
#committeebulletinbox1 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 15cm;
	width: 20.4cm;
	background-color: #FFFF77;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: scroll;
}
#election2010box1 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 15cm;
	width: 20.4cm;
	background-color: #FFFF77;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: scroll;
}
#industrystatisticsbox1 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 15cm;
	width: 20.4cm;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: scroll;
	background-color: #FFFF77;
}
#contactusbox1 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 15cm;
	width: 20.4cm;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: scroll;
	background-color: #FFFF77;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
fieldset {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#photogallerybox1 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 15cm;
	width: 20.4cm;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFF77;
	overflow: scroll;
}
#newsbanner1 {
	float: left;
	height: 0.8cm;
	width: 20.2cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	background-color: #FFFF00;
	color: #000099;
	text-decoration: blink;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 8px;
}
#box3 {
	float: left;
	height: 4.2cm;
	width: 4.2cm;
	margin-left: 7px;
	margin-right: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFF00;
	border-top-style: solid;
	border-right-style: solid;
	margin-bottom: 3px;
	margin-top: 5px;
}
#gallery1 {
	margin: 4px;
	padding: 4px;
	float: left;
	height: 6.5cm;
	width: 9.4cm;
}
#gallery2 {
	margin: 4px;
	padding: 4px;
	float: left;
	height: 6.5cm;
	width: 9.4cm;
}
#gallery3 {
	margin: 4px;
	padding: 4px;
	float: left;
	height: 6.5cm;
	width: 9.4cm;
	text-align: left;
}
#gallery4 {
	margin: 4px;
	padding: 4px;
	float: left;
	height: 6.5cm;
	width: 9.4cm;
}
#gallery5 {
	margin: 4px;
	padding: 4px;
	float: left;
	height: 6.5cm;
	width: 9.4cm;
}
#indexbox6 {
	margin: 2px;
	padding: 2px;
	float: left;
	height: 15cm;
	width: 14.6cm;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: scroll;
	background-color: #FFFF77;
}
#indexhead {
	margin: 1px;
	padding: 1px;
	float: left;
	height: 1cm;
	width: 13.8cm;
	text-align: center;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00C;
}
#indexh1 {
	margin: 1px;
	padding: 1px;
	float: left;
	height: 2cm;
	width: 13.8cm;
	font-size: 15px;
}
#indexh2 {
	margin: 1px;
	padding: 1px;
	float: left;
	height: 5cm;
	width: 7cm;
}
#indexh3 {
	margin: 1px;
	padding: 1px;
	float: left;
	height: 5cm;
	width: 6.7cm;
	font-size: 15px;
}
#indexh4 {
	margin: 1px;
	padding: 1px;
	float: left;
	height: 7cm;
	width: 13.8cm;
	font-size: 15px;
}
#indexh5 {
	margin: 1px;
	padding: 1px;
	float: left;
	height: 5cm;
	width: 7cm;
}
#indexh6 {
	margin: 1px;
	padding: 1px;
	float: left;
	height: 5cm;
	width: 6.7cm;
	font-size: 15px;
}
#indexh7 {
	margin: 1px;
	padding: 1px;
	float: left;
	height: 5cm;
	width: 6.9cm;
}
#indexh8 {
	margin: 1px;
	padding: 1px;
	float: left;
	height: 5cm;
	width: 6.9cm;
}
#indexh9 {
	margin: 1px;
	padding: 1px;
	float: left;
	height: 5cm;
	width: 6.8cm;
}
#indexh10 {
	margin: 1px;
	padding: 1px;
	float: left;
	height: 5cm;
	width: 7cm;
	font-size: 15px;
}
#indexh11 {
	margin: 1px;
	padding: 1px;
	float: left;
	height: 5cm;
	width: 6.8cm;
}
#indexh12 {
	margin: 2px;
	padding: 2px;
	float: left;
	height: 5cm;
	width: 7cm;
}
#indexh21 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 5cm;
	width: 6.8cm;
}
#indexh22 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 5cm;
	width: 6.9cm;
}
#indexh23 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 5.5cm;
	width: 13.9cm;
}
#indexh24 {
	padding: 1px;
	float: left;
	height: 5.4cm;
	width: 7.2cm;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#indexh25 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 5.4cm;
	width: 6.6cm;
}
#generalassemblyreportbox1 {
	margin: 4px;
	padding: 4px;
	float: left;
	height: 15cm;
	width: 20.4cm;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: scroll;
	background-color: #FFFF77;
}
#indexh29 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 2.6cm;
	width: 13.8cm;
}
#generalassemblyreport2 {
	margin: 4px;
	padding: 4px;
	float: left;
	height: 15cm;
	width: 20.4cm;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: scroll;
	background-color: #FFFF77;
}
#indexh33 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 3cm;
	width: 13.8cm;
}
#indexb1 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 2cm;
	width: 13.8cm;
	color: #00C;
	text-align: justify;
}
#indexb2 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 5.3cm;
	width: 7cm;
}
#indexb3 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 5.3cm;
	width: 6.6cm;
}
#indexb4 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 7cm;
	width: 13.8cm;
}
#indexb5 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 4cm;
	width: 13.8cm;
}
#indexb6 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 5.3cm;
	width: 6.6cm;
}
#indexb7 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 5.3cm;
	width: 7cm;
}
#indexb8 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 2cm;
	width: 13.8cm;
}
#indexb9 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 5.3cm;
	width: 7cm;
}
#indexb10 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 5.3cm;
	width: 6.7cm;
}
#indexb11 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 4.5cm;
	width: 13.8cm;
}
#indexb12 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 5.3cm;
	width: 7cm;
}
#indexb13 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 5.3cm;
	width: 6.7cm;
}
#indexb14 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 5.3cm;
	width: 6.6cm;
}
#indexb15 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 5.3cm;
	width: 7cm;
}
#indexb16 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: .5cm;
	width: 13.8cm;
	color: #00C;
}
#indexb17 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 2cm;
	width: 13.8cm;
}
#indexb18 {
	margin: 2px;
	padding: 1px;
	float: left;
	height: 15.3cm;
	width: 13.8cm;
}
#generalassemblyreport3box1 {
	margin: 4px;
	padding: 4px;
	float: left;
	height: 15cm;
	width: 20.4cm;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: scroll;
	background-color: #FFFF77;
}
