/*General Body format*/
body {
	background-color: #F0F0F0;
}

/*General Paragraph format*/
p{
	font-family: Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, sans-serif;
	font-size: 90%;
	text-align: justify;
}

/*repeat font formating on lists*/
li{
	font-family: Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, sans-serif;
	font-size: 90%;
}

/*Header format*/
h1{
	font-family: Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
}

/*Format for general links*/

/*links formatted Company colours*/
a:link {
	color: #900158;
	text-decoration: none;
	}
/*visited links formatted maroon*/
a:visited {
	color: #800000;
	text-decoration: none;
	}
/*moused over links formatted blue and underlined*/
a:hover {
	color: #0000FF;
	text-decoration: underline;
	}

/*Format for page anchors*/
a.pageanchor:link {
	color: #900158;
	}
a.pageanchor:hover {
	color: #900158;
	text-decoration: none
	}
	
/*Format for links in the navigation bar - white with no decoration*/

a.navlink:link {
	color: #FFFFFF;
	font-size: 90%;
	}
a.navlink:visited {
	font-size: 90%;
	color: #FFFFFF;
	}
/*Add an underline to show when link is selected*/
a.navlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

/*Format for link to the credit page - black with no decoration*/

a.creditlink:link {
	color: #000000;
	font-size: 70%;
	}
a.creditlink:visited {
	font-size: 70%;
	color: #000000;
	}
/*Add an underline to show when link is selected*/
a.creditlink:hover {
	color: #000000;
	text-decoration: underline;
	}


/*Format for the main table*/  
.table0 {
	width: 1024px;
	height: 768px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 0px;
	background-color: #FFFFFF;
}

/*format for the navigation bar table*/
.table1 {
	width: 256px;
	height: 600px;
	border-style: solid;
	border-width: 0px;
}

/*format for the content table*/
.table2 {
	width: 768px;
	height: 824px;
	border-style: solid;
	border-width: 0px;
	border-left-width: 2px;
	border-left-color: #900158;
	table-layout:  fixed;
	}

/*format for the content area*/

td.celltext0 {
	vertical-align: top;
	padding-left: 12px;
	padding-right: 10px;
}

/*Corporate colour scheme - A kind of maroon with white text on backgrounds*/
.AbbeyColour { color: #900158 }
.AbbeyBGColour { 
	background-color: #900158;
	color: #FFFFFF;
	 }

