BODY, body
{
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif; 
	margin : 0; 
	font-weight : normal; 
	font-size : 80%;
}

a 
{
	color: #336699;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/*Change this if your page backgound isn't white.. */
/* $pageColour = #FFFFFF  */

/** TEXT STYLES **/
/* $name='Heading' */ 
H1, h1, .Heading
{
	font-size: 120%;
	color: #336699;
	font-weight: bold;
	text-align: left;
}

/* $name='Sub Heading' */ 
H2, h2, .SubHeading
{
	font-size : 100%;
	color: #336699;
	font-weight: bold;
	text-align: left;
}

/* $name='Sub Heading Lite' */ 
H3, h3, .SubHeadingLite
{
	font-size: 100%;
	color: Gray;
	font-weight: bold;
	text-align: left;
}

/* $default $name ='Body Text' */
/* Normal text - the class name will be used in the dialogues... */
.Normal
{
	color: black;
	text-align: left;
}

/* Bulleted List Style */
/* $name='Bulleted List square' */
LI, li
{
	text-align: left;

}	

.centre div{
margin: auto;
border: solid 1px #000000;
	
}

/** TABLES **/




/* $name='Border B' */ .tableBorderB{
	border-width: 2px;
	border-style: solid;
	background-color: #ffffff;
	border-color: #cccccc;
}




/* $name='Cell Colour blue' */ .tableCellB{
	background-color: #edf1f8;
	font-size: 90%;



/* $name='table colour blue' */ .table
{
	background-color: #edf1f8;
	border-style: solid;
	border: Silver;
}





/*
	ActiveX editor table styles
*/

