/*Change this if your page backgound isn't white.. */
/* $pageColour = #FFFFFF  */

/* 
	By placing the 'body', 'textarea', 'input', 'option', 'table' and 'select' tags 
	in this style sheet instead of the main style sheet allows 
	the text in the editor to display as it would in the web page
 */
body
{ 
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #000;
	font-weight : normal;
	font-size : 70%;
	margin : 0;
	padding : 0;
}

a:link, a:active, a:focus, a:visited{color : #000;}
a:hover{color : #f00;}

h1{font-size: 130%;}
h2{font-size: 120%;}
h3{font-size: 115%;}
h4{font-size: 112%;}
h5{font-size: 106%;}
h6{font-size: 103%;}

/** Optional : How acronyms and abbreviations should be highlighted - note the .abbr entry is used by the editor only for IE6 users and only  if ABBRs are styled differently to ACRONYMs **/
abbr{text-decoration : underline; color: #f00;}
acronym{text-decoration : underline; color: #00f;}

/** General Styles **/

/* $name='Heading' */ 
.heading{font-size: 130%; font-weight: bold;}

/* $name='Sub Heading' */ 
.subheading{font-size: 120%; color: #000; font-weight: bold;}


/* $style='Basic Heading' $value='ts1' */

/* $name='Table Style Basic Heading - General' $type='table' */
.ts1general{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal; color: #000000;
	background-color : #ffffff;
}

/* $name='Table Style Basic Heading - Top Left' $type='table' */
.ts1topleft{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #ffffff; font-weight: bold; color: #000000; padding: 5px;
}

/* $name='Table Style Basic Heading - Top Centre' $type='table' */
.ts1topcenter
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #ffffff; font-weight: bold; color: #000000; padding: 5px;
}

/* $name='Table Style Basic Heading - Top Right' $type='table' */
.ts1topright
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #ffffff; font-weight: bold; color: #000000; padding: 5px;
}

/* $name='Table Style Basic Heading - Middle Left' $type='table' */
.ts1middleleft{font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;}

/* $name='Table Style Basic Heading - Middle Centre' $type='table' */
.ts1middlecenter{font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;}

/* $name='Table Style Basic Heading - Middle Right' $type='table' */
.ts1middleright{font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;}

/* $name='Table Style Basic Heading - Bottom Left' $type='table' */
.ts1bottomleft{font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;}

/* $name='Table Style Basic Heading - Top Left' $type='table' */
.ts1bottomcenter{font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;}

/* $name='Table Style Basic Heading - Top Left' $type='table' */
.ts1bottomright{font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;}

/* $name='Table Style Basic Heading - Odd' $type='table' */
.ts1odd{background-color: #eee;}

/* $name='Table Style Basic Heading - Even' $type='table' */
.ts1even{background-color: #fff;}


/* $style='Automatic' $value='tg1' */

/* $name='Table Style Automatic - General' $type='table' */
.tg1general{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal; color: #FFFFFF;
	background-color:#ffffff;
	border : solid 1px #f1f0ff;
}

/* $name='Table Style Automatic - Top Left' $type='table' */
.tg1topleft{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #ffffff; font-weight: bold; color: #000000; padding: 5px;
	border : solid 1px #003399;
}

/* $name='Table Style Automatic - Top Centre' $type='table' */
.tg1topcenter
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #ffffff; font-weight: bold; color: #000000; padding: 5px;
	border : solid 1px #003399;
}

/* $name='Table Style Automatic - Top Right' $type='table' */
.tg1topright
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #ffffff; font-weight: bold; color: #000000; padding: 5px;
	border : solid 1px #003399;
}

/* $name='Table Style Automatic - Middle Left' $type='table' */
.tg1middleleft{font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal; color: #000000;}

/* $name='Table Style Automatic - Middle Centre' $type='table' */
.tg1middlecenter{font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal; color: #000000;}

/* $name='Table Style Automatic - Middle Right' $type='table' */
.tg1middleright{font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal; color: #000000;}

/* $name='Table Style Automatic - Bottom Left' $type='table' */
.tg1bottomleft{font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal; color: #000000;}

/* $name='Table Style Automatic - Top Left' $type='table' */
.tg1bottomcenter{font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal; color: #000000;}

/* $name='Table Style Automatic - Top Left' $type='table' */
.tg1bottomright{font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal; color: #000000;}

/* $name='Table Style Automatic - Odd' $type='table' */
.tg1odd{background-color: #ffffff;}

/* $name='Table Style Automatic - Even' $type='table' */
.tg1even{background-color: #ffffff;}
