/* *****************************************************************
   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 st

/*Change this if your page backgound isn't white.. */
/* $pageColour = #FFFFFF  */

.textbody {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; color: #000000}

.textsubHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	padding-bottom: -10px;
}

.featureHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	background: #CCCCCC;
	color: #666666;
	width: 100%;
	text-indent: 5pt;
	text-align: left;
	letter-spacing: .25em;
}

/** TEXT STYLES **/


/* $name='Heading' */ 

.Heading {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border-bottom: 1px solid #666666;
	color: #666666;
	letter-spacing: 0.1em;}
	
/* $name='Sub-heading - H1' */ 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	background: #CCCCCC;
	color: #666666;
	width: 100%;
	text-indent: 2pt;
	text-align: left;
	letter-spacing: .25em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	border-bottom: 1px solid #666666;
	color: #666666;
	letter-spacing: 0.1em;
}	
	
/* $name='Sub-heading - H3' */ 
h3 {
	font-size: 85%;
	color: #000099;
	background: #F2F2FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

/* $name='Sub-heading - H4' */ 
h4 {
	font-weight: bold;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
/* $name='Default Text Heading' */ 
.textheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	font-weight: bold;
}	

/* $name='Sub Heading A' */ 
.SubHeadingA{font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 100%; color: black; font-weight: bold; text-align: left;}

/* $default $name='Body Text'*/
/* Normal text - the class name will be used in the dialogues... */
.Normal{font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 75%; color: #000000; text-align: left;}

/* $name='Red Text - alert' */
.notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}

/* $name='Small Text' */
.sm {
	font-size: 80%;
	padding-bottom: 5px;
}

/* Bulleted List Style */
/* $name='Bulleted List' */
LI{font-family: '_CS_LI_',Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 100%; color: #000000;list-style-image: url(/images/common/li.gif);  }

/** TABLES **/

/* $default $name='Border A' */ .tableBorderA{ background: #999999; font-size: 100%;}
/* $name='Border B' */ .tableBorderB{ background: #9696DC; font-size: 100%;}
/* $name='Border C' */ .tableBorderC{ background: #FFFFFF; font-size: 100%;}

/* $default $name='Cell Colour A' */ .tableCellA{ background: #E5E5E5; font-size: 100%;}
/* $name='Cell Colour B' */ .tableCellB{ background: #CCCCFF; font-size: 100%;}
/* $name='Cell Colour C' */ .tableCellC{ background: #CCFFFF; font-size: 100%;}

/* $name='Yellow table header' */ .boxheader {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #FFFFCC;
	padding: 1px;
	font-size: 80%;
	border-bottom: 1px solid #FFCC33;
	border-right: 1px solid #FFCC33;
}
/* $name='Grey table header' */ .contentBox {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #F2F2FF;
	margin-bottom: 20px;
	padding: 5px;
	line-height: 100%;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	font-size: 90%;
	width: 80%;
}
/* $name='Simple grey table cell' */ .bggrey {

	background: #F2F2FF;
}

/* $name='Grey table cell, outline, extra spacing' */ .featurebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F2F2FF;
	padding: 5px;
	line-height: 120%;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 90%;
}

/* $name='Blue table cell' */ .searchBox {
	background: #CCCCFF;
	padding: 3px;
	border-bottom: 1px solid #000066;
	border-right: 1px solid #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

/* $name='Form text-grey bg, bold, right-aligned' */ .formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	background: #F2F2FF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-right: 15px;
	vertical-align: top;
}

/* $name='Table text' */ .tblTxt {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; color: #000000
}

/* $name='Box with white bg, black border' */ .newsBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#FAFCD9;
	padding: 5px;
	line-height: 120%;
	border-bottom: 1px solid #FFCC33;
	border-right: 1px solid #FFCC33;
	font-size: 90%;
}

/* $name='top of page link' */ .topLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: right;
	width: 90%;

}

/* $name='Tab header' */ .tabHeader {
	background: #FFFFCC url(index_files/tn_curve.gif) no-repeat right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px;
	font-size: 70%;
	border-bottom: 1px solid #FFCC33;
	width: 70%;
}


/* Set the TH tags to work with the wysiwyg in the editor */
TH{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	background: #F2F2FF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-right: 15px;
	padding-top:3px;
	vertical-align: top;}

input,select {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.submit {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}.bluTblHd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000066;
	background-color: #CCCCFF;
	padding-right: 5px;
	font-weight: bold;
	border-bottom:solid 1px #000066;
}

