/* 
	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;
	padding : 0;
	font-weight : normal; 
	font-size: 75%;
	color : #000000;
}

.printonly{display : none;}

/**********************************************************************/

/*Change this if your page backgound isn't white.. */
/* $pageColour = #FFFFFF  */


/* $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: #336699; font-size: 100%;}
/* $name='Cell Grey' */ .tableCellGrey{ background-color: #ccc; font-size: 100%;}
/* $name='Labour' */ 
.tableCellLabour{ background-color : #ff0000; font-size: 100%; color : #ffffff; }
/* $name='Liberal' */ 
.tableCellLiberal{ background-color:#0000ff ; 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 : xx-small;}

/* $name='Table Style General 1 - Top Left' $type='table' */
.tg1topleft
{
	background-color: #336699;
	font-size : x-small;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 1 - Top Centre' $type='table' */
.tg1topcenter
{
	background-color: #336699;
	font-size : x-small;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 1 - Top Right' $type='table' */
.tg1topright
{
	background-color: #336699;
	font-size : x-small;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 1 - Middle Left' $type='table' */
.tg1middleleft
{
	font-size : x-small;
}

/* $name='Table Style General 1 - Middle Centre' $type='table' */
.tg1middlecenter
{
	font-size : x-small;
}

/* $name='Table Style General 1 - Middle Right' $type='table' */
.tg1middleright
{
	font-size : x-small;
}

/* $name='Table Style General 1 - Bottom Left' $type='table' */
.tg1bottomleft
{
	font-size : x-small;
}

/* $name='Table Style General 1 - Top Left' $type='table' */
.tg1bottomcenter
{
	font-size : x-small;
}

/* $name='Table Style General 1 - Top Left' $type='table' */
.tg1bottomright
{
	font-size : x-small;
}

/* $name='Table Style General 1 - Odd' $type='table' */
.tg1odd
{
	background-color: #d9d9d9;
}

/* $name='Table Style General 1 - Even' $type='table' */
.tg1even
{
	background-color: #f4f4ff;
}

/* $name='Table big border purple' */
.tbpurple
{ 	height: 700px ;
	vertical-align : top ;
	 }

.tbpurple td {
	vertical-align : top;
	border : solid 50px #6B5AA5 ; 
	background : no-repeat fixed url(../../media/image/n/q/Safe-and-Sound-Bg3-flipped-.jpg) ;
	background-position: bottom left; }

