/* 
	BODY and P items have no commented name above them
	so that they don't show in the editor's drop-down menu 
*/

BODY, body
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
	margin : 0; 
	font-weight : normal; 
	font-size: small;
}

.printonly{display : none;}

/**********************************************************************/

/*Change this if your page backgound isn't white.. */
/* $pageColour = #FFFFFF  */

/** TEXT STYLES **/

/* $name='Heading 1 (H1)' */ 
h1, H1, .heading1{font-size: 1.3em ; color: #007e3a; 	background-color: transparent ; font-weight: bold ; text-align: left; padding : 12px 0 5px 0; margin : 0;}

/* $name='Heading 2 (H2)' */ 
h2, H2, .heading2{font-size: 1.1em; color: #000 ; font-weight: bold; text-align: left ; margin : 0px ; padding : 0px; }

/* $name='Heading 3 (H3)' */ 
h3, H3, .heading3{color: #73AD31; font-weight: bold; font-size : 1em;}

/* $name='Heading 4 (H4)' */ 
h4, H4, .heading4{color: #000000; font-weight: bold; font-size : 110%;}

/* $name='Heading 5 (H5)' */ 
h5, H5, .heading5{color: #000000; font-weight: bold; font-size: 105%;}

/* $name='Heading 6 (H6)' */ 
h6, H6, .heading6{color: #000000; font-weight: bold; font-size : 100%;}


/* $default $name='Body Text'*/
/* Normal text - the class name will be used in the dialogues... */
.normal{color: #000000; text-align: left;}

/* Bulleted List Style  - NOTE This is only required if using the Flash editor. */
/* $name='Bulleted List' */
li, LI{color: #000000; text-align : justify;}


/** TABLES **/

/* $default $name='Border' */ .tableBorder{ background-color: #9999CC; font-size: 100%;}

/* $default $name='Cell White' */ .tableCellWhite{ background-color: #FFFFFF; font-size: 100%;}
/* $name='Cell Mid Blue' */ .tableCellMdBlue{ background-color: #6666CC; font-size: 100%;}
/* $name='Cell Dark Blue' */ .tableCellDkBlue{ background-color: #003399; font-size: 100%;}
/* $name='Cell Grey' */ .tableCellGrey{ background-color: #F0F0F0; font-size: 100%;}

/** FCKEditor Table Automatic Format Styles **/

/* $style='Basic Heading' $value='ts1' */

/* $name='Table Style Basic Heading - General' $type='table' */
.ts1general{font-weight: normal; color: #000000;}

/* $name='Table Style Basic Heading - Top Left' $type='table' */
.ts1topleft{background-color: #336699; font-weight: bold; color: #ffffff; padding: 5px;}

/* $name='Table Style Basic Heading - Top Centre' $type='table' */
.ts1topcenter{background-color: #336699; font-weight: bold; color: #ffffff; padding: 5px;}

/* $name='Table Style Basic Heading - Top Right' $type='table' */
.ts1topright{background-color: #336699; font-weight: bold; color: #ffffff; padding: 5px;}

/* $name='Table Style Basic Heading - Middle Left' $type='table' */
.ts1middleleft{font-weight: normal;}

/* $name='Table Style Basic Heading - Middle Centre' $type='table' */
.ts1middlecenter{font-weight: normal;}

/* $name='Table Style Basic Heading - Middle Right' $type='table' */
.ts1middleright{font-weight: normal;}

/* $name='Table Style Basic Heading - Bottom Left' $type='table' */
.ts1bottomleft{font-weight: normal;}

/* $name='Table Style Basic Heading - Top Left' $type='table' */
.ts1bottomcenter{font-weight: normal;}

/* $name='Table Style Basic Heading - Top Left' $type='table' */
.ts1bottomright{font-weight: normal;}

/* $name='Table Style Basic Heading - Odd' $type='table' */
.ts1odd{background-color: #d9d9d9;}

/* $name='Table Style Basic Heading - Even' $type='table' */
.ts1even{background-color: #f4f4ff;}


/* $style='General 1' $value='tg1' */

/* $name='Table Style General 1 - General' $type='table' */
.tg1general
{font-size : 11px;}

/* $name='Table Style General 1 - Top Left' $type='table' */
.tg1topleft
{
	background-color: #336699;
	font-size : 11px;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 1 - Top Centre' $type='table' */
.tg1topcenter
{
	background-color: #336699;
	font-size : 11px;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 1 - Top Right' $type='table' */
.tg1topright
{
	background-color: #336699;
	font-size : 11px;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 1 - Middle Left' $type='table' */
.tg1middleleft
{
	font-size : 11px;
}

/* $name='Table Style General 1 - Middle Centre' $type='table' */
.tg1middlecenter
{
	font-size : 11px;
}

/* $name='Table Style General 1 - Middle Right' $type='table' */
.tg1middleright
{
	font-size : 11px;
}

/* $name='Table Style General 1 - Bottom Left' $type='table' */
.tg1bottomleft
{
	font-size : 11px;
}

/* $name='Table Style General 1 - Top Left' $type='table' */
.tg1bottomcenter
{
	font-size : 11px;
}

/* $name='Table Style General 1 - Top Left' $type='table' */
.tg1bottomright
{
	font-size : 11px;
}

/* $name='Table Style General 1 - Odd' $type='table' */
.tg1odd
{
	background-color: #d9d9d9;
}

/* $name='Table Style General 1 - Even' $type='table' */
.tg1even
{
	background-color: #f4f4ff;
}