/* colours used through the site
	dark blue	()		#
	med blue	()	#
	light blue	() 	#
	light grey	()	#
	medium grey ()		#
*/



/* main body text for the site */
.body
{
	font-size: 8pt;
	color: RGB();  
	font-family: Verdana;
	text-align: justify;
	line-height: 14pt;
}

.bodyItalicCentre
{
	font-size: 8pt;
	color: RGB();  
	font-family: Verdana;
	text-align:center;
	line-height: 14pt;
}

/* main body text for the site */
.bodyQuotes
{
	font-size: 8pt;
	font-style:italic;
	color: RGB();  
	font-family: Verdana;
	text-align: justify;
	line-height: 14pt;
}


/* main page headings for each page  */
.pageHeadings
{
	font-weight: bold;
	font-size: 18pt;
	font-style: italic;
	font-family: Arial;
}


/* bullet points headings */
.bulletHeadings
{

}

/* bullet points used on each relevant page */
.bullets
{
	font-size: 8pt;
	color: RGB();
	font-family: Verdana;
	list-style-type: square;
}

/* main containing table for each page  */
.tblMainTable
{
	width: 760px;
}

.webdesign
{
	font-size: 7pt;
	font-family: Verdana;
}


	