/* *****************************************************************
   Example Default CSS Style Sheet for Article Body text.
   
   Supports these options:
		font-family
		font-size (pt or %)
		color (#XXXXXX or the 16 basic colour names)
		font-weight: bold
		text-align (left, right, center)
		font-style: italic

	Additional parameters that should be provided in 
	slash/star comments, prefixed with $

	pageColour	- sets the editor background colour.
	name		- sets a 'friendly name' which the editor
	              uses in it's dialogue boxes for the next
				  class definition it comes to.

	default     - used preceeding name to set that style
	              to be the default for any new paras/tables
				  /cells.

	TABLE STYLES: There are two types of styles used to
	specifically control the appearance of tables. 
	
	tableBorder - sets the table's border colour
	tableCell   - sets a cell's colour

	The Flash Editor identifies these by checking if the first 
	part of a given style name starts with these words. So an
	actual example of this type of definition might look like 
	this:


	NOTE that to ensure any text appears correctly inside
	tables when you are using PERCENTAGE font sizes on your
	site, you should specify   font-size: 100%;  for each
	tableCell definition. Here is an example of this:


	EXAMPLES of all the above appear in this sample stylesheet.

	PT 18-6-2003
 ***************************************************************** */

body, BODY { 
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	text-align : left;
	color : #000000;
	font-weight : normal;
	font-size : 75%;
	margin : 0 0 0 0;
}

span.spandiv { display: block; }

/*Change this if your page backgound isn't white.. */
/* $pageColour = #FFFFFF  */

/** TEXT STYLES **/

/* $name='Heading' */ 
h1, H1, .Heading, .heading{font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-size: 150%; color: black; font-weight: bold; text-align: left;}

/* $name='Sub Heading' */ 
h2, H2, .SubHeading, .subheading{font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-size: 120%; color: black; font-weight: bold; text-align: left;}

/* $name='Sub Heading Purple' */ 
.SubHeadingPurple, .subheadingpurple{font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-size: 75%; color: #990099; font-weight: bold; text-align: left;}

/* $name='Sub Heading Lite' */ 
h3, H3, .SubHeadingLite, .subheadinglite{font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-size: 70%; color: black; font-weight: bold; text-align: left;}

/* $name='Sub Heading Lite White' */ 
.SubHeadingLiteWhite, .subheadinglitewhite{font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-size: 70%; color: white; font-weight: bold; text-align: left;}

/* $name='Sub Heading Lite Purple' */ 
.SubHeadingLitePurple, .subheadinglitepurple{font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-size: 70%; color: #990099; font-weight: bold; text-align: left;}

/* $default $name='Body Text'*/
/* Normal text - the class name will be used in the dialogues... */
.Normal, .normal{font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; color: black; text-align: left; /*font-size: 75%;*/ }

/* $name='Body Text White'*/
/* Normal text white - the class name will be used in the dialogues... */
.NormalWhite, .normalwhite{font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; color: white; text-align: left; /*font-size: 70%;*/ }

/* $name='Body Text Right'*/
/* Normal text right aligned - the class name will be used in the dialogues... */
.NormalRight, .normalright{font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; color: black; text-align: right; /*font-size: 75%;*/ }

/* $name='Body Text Centre'*/
/* Normal text centre aligned - the class name will be used in the dialogues... */
.NormalCentre, .normalcentre{font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; color: black; text-align: center; /*font-size: 75%;*/ }

/* $name='Body Intro'*/
/* Version of the introtext style for use in the body */
.IntroText, .introtext{font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; color: black; text-align: left; font-weight: bold; }
	
/* $name='Blue Text' */
.BlueText, .bluetext{font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; color: #333399; text-align: left; font-size: 100%; }

/* $name='Grey Text' */
.GreyText, .greytext{font-family : 'Helvetica Roman', Helvetica, Arial, Geneva, sans-serif; color: #666666; text-align: left; font-size: 100%; }

/* $name='Logo Green Text' */
.LogoGreenText, .logogreentext{font-family : 'Helvetica Roman', Helvetica, Arial, Geneva, sans-serif; color: #00A885; text-align: left; font-size: 100%; }

/* $name='Logo Blue Text' */
.LogoBlueText, .logobluetext{font-family : 'Helvetica Roman', Helvetica, Arial, Geneva, sans-serif; color: #0058A6; text-align: left; font-size: 100%; }

/* $name='Pure Blue Text' */
.PureBlueText, .purebluetext{font-family : 'Helvetica Roman', Helvetica, Arial, Geneva, sans-serif; color: #659AD2; text-align: left; font-size: 100%; }

/* $name='Pure Green Text' */
.PureGreenText, .puregreentext{font-family : 'Helvetica Roman', Helvetica, Arial, Geneva, sans-serif; color: #79AD37; text-align: left; font-size: 100%; }

/* $name='Pure BlueGreen Text' */
.PureBlueGreenText, .purebluegreentext{font-family : 'Helvetica Roman', Helvetica, Arial, Geneva, sans-serif; color: #199091; text-align: left; font-size: 100%; }

/* Bulleted List Style */
/* $name='Bulleted List' */
LI,li {font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; color: #000000; text-align : justify; /*font-size: 75%;*/ padding-right: 15px; }

/* $name='Bulleted List - Table' */
UL.tableCellList, ul.tableCellList, .tableCellList { left: 0; padding: 0 15px 0 0; text-align: left; }

/** TABLES **/

/* $default $name='Border' */ .tableBorder{ background-color: #000000; font-size: 130%;}

/* $name='Cell White - Top Left' */ .tableCellWhiteTL { background-color: #FFFFFF; color: #000000; padding: 0px; border-bottom: 2px solid; }
/* $name='Cell White - Top Centre' */ .tableCellWhiteTC { background-color: #FFFFFF; color: #000000; padding: 0px; border-bottom: 2px solid; border-left: 2px solid; }
/* $name='Cell White - Top Right' */ .tableCellWhiteTR { background-color: #FFFFFF; color: #000000; padding: 0px; border-bottom: 2px solid; border-left: 2px solid; }
/* $name='Cell White - Middle Left' */ .tableCellWhiteML { background-color: #FFFFFF; color: #000000; padding: 0px; border-bottom: 2px solid; }
/* $name='Cell White - Middle Centre' */ .tableCellWhiteMC { background-color: #FFFFFF; color: #000000; padding: 0px; border-bottom: 2px solid; border-left: 2px solid; }
/* $name='Cell White - Middle Right' */ .tableCellWhiteMR { background-color: #FFFFFF; color: #000000; padding: 0px; border-bottom: 2px solid; border-left: 2px solid; }
/* $name='Cell White - Bottom Left' */ .tableCellWhiteBL { background-color: #FFFFFF; color: #000000; padding: 0px; }
/* $name='Cell White - Bottom Centre' */ .tableCellWhiteBC { background-color: #FFFFFF; color: #000000; padding: 0px; border-left: 2px solid; }
/* $name='Cell White - Bottom Right' */ .tableCellWhiteBR { background-color: #FFFFFF; color: #000000; padding: 0px; border-left: 2px solid; }

/* $name='Cell Mid Blue - Top Left' */ .tableCellMBlueTL { background-color: #6666CC; color: #000000; padding: 0px; border-bottom: 2px solid; }
/* $name='Cell Mid Blue - Top Centre' */ .tableCellMBlueTC { background-color: #6666CC; color: #000000; padding: 0px; border-bottom: 2px solid; border-left: 2px solid; }
/* $name='Cell Mid Blue - Top Right' */ .tableCellMBlueTR { background-color: #6666CC; color: #000000; padding: 0px; border-bottom: 2px solid; border-left: 2px solid; }
/* $name='Cell Mid Blue - Middle Left' */ .tableCellMBlueML { background-color: #6666CC; color: #000000; padding: 0px; border-bottom: 2px solid; }
/* $name='Cell Mid Blue - Middle Centre' */ .tableCellMBlueMC { background-color: #6666CC; color: #000000; padding: 0px; border-bottom: 2px solid; border-left: 2px solid; }
/* $name='Cell Mid Blue - Middle Right' */ .tableCellMBlueMR { background-color: #6666CC; color: #000000; padding: 0px; border-bottom: 2px solid; border-left: 2px solid; }
/* $name='Cell Mid Blue - Bottom Left' */ .tableCellMBlueBL { background-color: #6666CC; color: #000000; padding: 0px; }
/* $name='Cell Mid Blue - Bottom Centre' */ .tableCellMBlueBC { background-color: #6666CC; color: #000000; padding: 0px; border-left: 2px solid; }
/* $name='Cell Mid Blue - Bottom Right' */ .tableCellMBlueBR { background-color: #6666CC; color: #000000; padding: 0px; border-left: 2px solid; }

/* $name='Cell Dark Blue - Top Left' */ .tableCellDBlueTL { background-color: #003399; color: #000000; padding: 0px; border-bottom: 2px solid; }
/* $name='Cell Dark Blue - Top Centre' */ .tableCellDBlueTC { background-color: #003399; color: #000000; padding: 0px; border-bottom: 2px solid; border-left: 2px solid; }
/* $name='Cell Dark Blue - Top Right' */ .tableCellDBlueTR { background-color: #003399; color: #000000; padding: 0px; border-bottom: 2px solid; border-left: 2px solid; }
/* $name='Cell Dark Blue - Middle Left' */ .tableCellDBlueML { background-color: #003399; color: #000000; padding: 0px; border-bottom: 2px solid; }
/* $name='Cell Dark Blue - Middle Centre' */ .tableCellDBlueMC { background-color: #003399; color: #000000; padding: 0px; border-bottom: 2px solid; border-left: 2px solid; }
/* $name='Cell Dark Blue - Middle Right' */ .tableCellDBlueMR { background-color: #003399; color: #000000; padding: 0px; border-bottom: 2px solid; border-left: 2px solid; }
/* $name='Cell Dark Blue - Bottom Left' */ .tableCellDBlueBL { background-color: #003399; color: #000000; padding: 0px; }
/* $name='Cell Dark Blue - Bottom Centre' */ .tableCellDBlueBC { background-color: #003399; color: #000000; padding: 0px; border-left: 2px solid; }
/* $name='Cell Dark Blue - Bottom Right' */ .tableCellDBlueBR { background-color: #003399; color: #000000; padding: 0px; border-left: 2px solid; }

/* $name='Cell Grey - Top Left' */ .tableCellGreyTL { background-color: #F0F0F0; color: #000000; padding: 0px; border-bottom: 2px solid; }
/* $name='Cell Grey - Top Centre' */ .tableCellGreyTC { background-color: #F0F0F0; color: #000000; padding: 0px; border-bottom: 2px solid; border-left: 2px solid; }
/* $name='Cell Grey - Top Right' */ .tableCellGreyTR { background-color: #F0F0F0; color: #000000; padding: 0px; border-bottom: 2px solid; border-left: 2px solid; }
/* $name='Cell Grey - Middle Left' */ .tableCellGreyML { background-color: #F0F0F0; color: #000000; padding: 0px; border-bottom: 2px solid; }
/* $name='Cell Grey - Middle Centre' */ .tableCellGreyMC { background-color: #F0F0F0; color: #000000; padding: 0px; border-bottom: 2px solid; border-left: 2px solid; }
/* $name='Cell Grey - Middle Right' */ .tableCellGreyMR { background-color: #F0F0F0; color: #000000; padding: 0px; border-bottom: 2px solid; border-left: 2px solid; }
/* $name='Cell Grey - Bottom Left' */ .tableCellGreyBL { background-color: #F0F0F0; color: #000000; padding: 0px; }
/* $name='Cell Grey - Bottom Centre' */ .tableCellGreyBC { background-color: #F0F0F0; color: #000000; padding: 0px; border-left: 2px solid; }
/* $name='Cell Grey - Bottom Right' */ .tableCellGreyBR { background-color: #F0F0F0; color: #000000; padding: 0px; border-left: 2px solid; }

/** FCKEditor Table Automatic Format Styles **/

/* $style='Basic Heading' $value='ts1' */

/* $name='Table Style Basic Heading - General' */
.ts1general{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal; color: #000000;
}

/* $name='Table Style Basic Heading - Top Left' */
.ts1topleft{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	background-color: #660099; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Basic Heading - Top Centre' */
.ts1topcenter
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	background-color: #660099; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Basic Heading - Top Right' */
.ts1topright
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	background-color: #660099; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Basic Heading - Middle Left' */
.ts1middleleft
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Basic Heading - Middle Centre' */
.ts1middlecenter
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Basic Heading - Middle Right' */
.ts1middleright
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Basic Heading - Bottom Left' */
.ts1bottomleft
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Basic Heading - Top Left' */
.ts1bottomcenter
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Basic Heading - Top Left' */
.ts1bottomright
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Basic Heading - Odd' */
.ts1odd
{
	background-color: #eeeeee;
}

/* $name='Table Style Basic Heading - Even' */
.ts1even
{
	background-color: #eeeeee;
}

/* $style='Heading - with stripe' $value='ts2' */

/* $name='Table Style Heading - with stripe - General' */
.ts2general{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal; color: #000000;
}

/* $name='Table Style Heading - with stripe - Top Left' */
.ts2topleft{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	background-color: #660099; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading - with stripe - Top Centre' */
.ts2topcenter
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	background-color: #660099; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading - with stripe - Top Right' */
.ts2topright
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	background-color: #660099; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading - with stripe - Middle Left' */
.ts2middleleft
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading - with stripe - Middle Centre' */
.ts2middlecenter
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading - with stripe - Middle Right' */
.ts2middleright
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading - with stripe - Bottom Left' */
.ts2bottomleft
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading - with stripe - Top Left' */
.ts2bottomcenter
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading - with stripe - Top Left' */
.ts2bottomright
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading - with stripe - Odd' */
.ts2odd
{
	background-color: #ffffff;
}

/* $name='Table Style Heading - with stripe - Even' */
.ts2even
{
	background-color: #eeeeee;
}


/* $style='Heading and Side - with stripe' $value='ts3' */

/* $name='Table Style Heading and Side - with stripe - General' */
.ts3general{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal; color: #000000;
}

/* $name='Table Style Heading and Side - with stripe - Top Left' */
.ts3topleft{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	background-color: #660099; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and Side - with stripe - Top Centre' */
.ts3topcenter
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	background-color: #9966cc; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and Side - with stripe - Top Right' */
.ts3topright
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	background-color: #9966cc; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and Side - with stripe - Middle Left' */
.ts3middleleft
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
	background-color: #eeeade; font-weight: bold; color: #000000; padding: 5px;
}

/* $name='Table Style Heading and Side - with stripe - Middle Centre' */
.ts3middlecenter
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading and Side - with stripe - Middle Right' */
.ts3middleright
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading and Side - with stripe - Bottom Left' */
.ts3bottomleft
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
	background-color: #eeeade; font-weight: bold; color: #000000; padding: 5px;
}

/* $name='Table Style Heading and Side - with stripe - Top Left' */
.ts3bottomcenter
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading and Side - with stripe - Top Left' */
.ts3bottomright
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading and Side - with stripe - Odd' */
.ts3odd
{
	background-color: #ffffff;
}

/* $name='Table Style Heading and Side - with stripe- Even' */
.ts3even
{
	background-color: #eeeeee;
}

/* $style='Heading and side with totals' $value='ts4' */

/* $name='Table Style Heading and side with totals - General' */
.ts4general{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal; color: #000000;
}

/* $name='Table Style Heading and side with totals - Top Left' */
.ts4topleft{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	background-color: #660099; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and side with totals - Top Centre' */
.ts4topcenter
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	background-color: #ffffcc; font-weight: bold; color: #000000; padding: 5px;
}

/* $name='Table Style Heading and side with totals - Top Right' */
.ts4topright
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	background-color: #eeeade; font-weight: bold; color: #000000; padding: 5px;
}

/* $name='Table Style Heading and side with totals - Middle Left' */
.ts4middleleft
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
	background-color: #9966cc; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and side with totals - Middle Centre' */
.ts4middlecenter
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading and side with totals - Middle Right' */
.ts4middleright
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
	background-color: #cccccc; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and side with totals - Bottom Left' */
.ts4bottomleft
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
	background-color: #666666; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and side with totals - Top Left' */
.ts4bottomcenter
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
	background-color: #666666; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and side with totals - Top Left' */
.ts4bottomright
{
	font-family : Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif; font-weight: normal;
	background-color: #666666; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and side with totals - Odd' */
.ts4odd
{
	background-color: #ffffff;
}

/* $name='Table Style Heading and side with totals - Even' */
.ts4even
{
	background-color: #ffffff;
}

/* $style='General 1' $value='tg1' */

/* $name='Table Style General 1 - General' */
.tg1general
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	padding: 0px;
	border: 2px solid #000000;
}

/* $name='Table Style General 1 - Top Left' */
.tg1topleft
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	color: #000000;
	padding: 0px;
	border-bottom: 2px solid #000000;
}

/* $name='Table Style General 1 - Top Centre' */
.tg1topcenter
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	color: #000000;
	padding: 0px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

/* $name='Table Style General 1 - Top Right' */
.tg1topright
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	color: #000000;
	padding: 0px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

/* $name='Table Style General 1 - Middle Left' */
.tg1middleleft
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	padding: 0px;
	border-bottom: 2px solid #000000;
}

/* $name='Table Style General 1 - Middle Centre' */
.tg1middlecenter
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	padding: 0px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

/* $name='Table Style General 1 - Middle Right' */
.tg1middleright
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	padding: 0px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

/* $name='Table Style General 1 - Bottom Left' */
.tg1bottomleft
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	padding: 0px;
}

/* $name='Table Style General 1 - Bottom Centre' */
.tg1bottomcenter
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	padding: 0px;
	border-left: 2px solid #000000;
}

/* $name='Table Style General 1 - Bottom Right' */
.tg1bottomright
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	padding: 0px;
	border-left: 2px solid #000000;
}

/* $name='Table Style General 1 - Odd' */
.tg1odd
{
	padding: 0px;
	background-color: #FFFFFF;
}

/* $name='Table Style General 1 - Even' */
.tg1even
{
	padding: 0px;
	background-color: #FFFFFF;
}

/* $style='General 2' $value='tg2' */

/* $name='Table Style General 2 - General' */
.tg2general
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
}

/* $name='Table Style General 2 - Top Left' */
.tg2topleft
{
	background-color: #FFFFFF;
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	color: #000000;
	padding: 0px;
}

/* $name='Table Style General 2 - Top Centre' */
.tg2topcenter
{
	background-color: #FFFFFF;
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	color: #000000;
	padding: 0px;
}

/* $name='Table Style General 2 - Top Right' */
.tg2topright
{
	background-color: #FFFFFF;
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
	color: #000000;
	padding: 0px;
}

/* $name='Table Style General 2 - Middle Left' */
.tg2middleleft
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
}

/* $name='Table Style General 2 - Middle Centre' */
.tg2middlecenter
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
}

/* $name='Table Style General 2 - Middle Right' */
.tg2middleright
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
}

/* $name='Table Style General 2 - Bottom Left' */
.tg2bottomleft
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
}

/* $name='Table Style General 2 - Bottom Centre' */
.tg2bottomcenter
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
}

/* $name='Table Style General 2 - Bottom Right' */
.tg2bottomright
{
	font: 100% Arial, 'Helvetica Roman', Helvetica, Geneva, sans-serif;
}

/* $name='Table Style General 2 - Odd' */
.tg2odd
{
	background-color: #FFFFFF;
}

/* $name='Table Style General 2 - Even' */
.tg2even
{
	background-color: #FFFFFF;
}

/* $style='General 3' $value='tg3' */

/* $name='Table Style General 3 - General' */
.tg3general
{
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

/* $name='Table Style General 3 - Top Left' */
.tg3topleft
{
	background-color: #FFEEBA;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 3 - Top Centre' */
.tg3topcenter
{
	background-color: #FFEEBA;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 3 - Top Right' */
.tg3topright
{
	background-color: #FFEEBA;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 3 - Middle Left' */
.tg3middleleft
{
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

/* $name='Table Style General 3 - Middle Centre' */
.tg3middlecenter
{
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

/* $name='Table Style General 3 - Middle Right' */
.tg3middleright
{
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

/* $name='Table Style General 3 - Bottom Left' */
.tg3bottomleft
{
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

/* $name='Table Style General 3 - Bottom Centre' */
.tg3bottomcenter
{
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

/* $name='Table Style General 3 - Bottom Right' */
.tg3bottomright
{
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

/* $name='Table Style General 3 - Odd' */
.tg3odd
{
	background-color: #F6F6F6;
}

/* $name='Table Style General 3 - Even' */
.tg3even
{
	background-color: #FFFFFF;
}

/* $style='General 4' $value='tg4' */

/* $name='Table Style General 4 - General' */
.tg4general
{
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

/* $name='Table Style General 4 - Top Left' */
.tg4topleft
{
	background-color: #3D66B5;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 4 - Top Centre' */
.tg4topcenter
{
	background-color: #3D66B5;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

/* $name='Table Style General 4 - Top Right' */
.tg4topright
{
	background-color: #3D66B5;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

/* $name='Table Style General 4 - Middle Left' */
.tg4middleleft
{
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	background-color: #E9EEF4;
	color: #004A84;
	font-weight: bold;
}

/* $name='Table Style General 4 - Middle Centre' */
.tg4middlecenter
{
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	background-color: #E9EEF4;
	color: #004A84;
	text-align: center;
}

/* $name='Table Style General 4 - Middle Right' */
.tg4middleright
{
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	background-color: #E9EEF4;
	color: #004A84;
	text-align: center;
}

/* $name='Table Style General 4 - Bottom Left' */
.tg4bottomleft
{
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	background-color: #E9EEF4;
	color: #004A84;
	font-weight: bold;
}

/* $name='Table Style General 4 - Bottom Centre' */
.tg4bottomcenter
{
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	background-color: #E9EEF4;
	color: #004A84;
	text-align: center;
}

/* $name='Table Style General 4 - Bottom Right' */
.tg4bottomright
{
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	background-color: #E9EEF4;
	color: #004A84;
	text-align: center;
}

