
<style type="text/css">

body {
background-image:url(Tile.jpg);
background-color:#FFFFFF;}

/* HeadingA is the blue heading for most pages */
.HeadingA {
	color: #000066;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.SmallHeading {font-family: Arial, Helvetica, sans-serif;font-size: 14px; font-weight: bold; }

/* Body Text is the main font for all basic text */
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.NormalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* bull is used for bullet point bulls to make them red */
.bull {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FF0000;
}
.BullText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
/* News title is the new heading on the main page */
.NewsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
		overflow:hidden;
}

.WhiteHeadingSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color:#FFFFFF;
}
/* Link bar background colouring etc for print version pages*/

#link1{
	display: block;
	text-decoration: none;
	font:Arial, Helvetica, sans-serif;
	color:#666666;
	background: #CCCCCC;
	padding: 5px;
	border:#8C8CFF 1px solid;
	border-bottom: 0;
	overflow:hidden;
}


.SmallItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	font-style:italic;
}


/* WARNING: The ul (unorganised list) styles, li styles, and dropmenudivs are for the drop down menus on all pages. Without these, the menus won't work!!!! */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #8C8CFF;
	font:Arial, Helvetica, sans-serif;
	overflow:hidden;
	}
ul li {
	position: relative;
	overflow:hidden;
	}
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	overflow:hidden;
	}
ul li a {
	display: block;
	text-decoration: none;
	font:Arial, Helvetica, sans-serif;
	color:#666666;
	background: #fff;
	padding: 5px;
	border:#8C8CFF 1px solid;
	border-bottom: 0;
	overflow:hidden;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; 	overflow:hidden;}
* html ul li a { height: 1%; 	overflow:hidden;}
/* End */
li:hover ul, li.over ul { 
	display: block; 	overflow:hidden;}



#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
	overflow:hidden;
}

#dropmenudiv a{
background-color:#999999;
color:#FFFFFF;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
	overflow:hidden;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: lightgrey;
color:#333333;
	overflow:hidden;
}


/* This style controls the colour of the drop down menus and can be changed */
.style1:hover{
background-color: lightgrey;
color:#333333;
	overflow:hidden;
}

/* The MainTable position holds the page in the top left corner of the screen. If removed, the table could be centered, but would have a */
/* gap at the top of the page */
#MainTable{
}


.TextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	color:#CCCCCC;
}

.SmallTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-decoration:none;
	color:#CCCCCC;
}
.NotationText{font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

/* The styles below are for the links page table named TABLINK */
table#TABLINK td#MainText { padding:3; border:inset 3px } 

  //table#TABLINK tr#ROW3 td { border-bottom:outset 3px }
  //table#TABLINK tr#ROW2 td { border-bottom:outset 3px}
  table#TABLINK tr#ROW1 td { border-bottom:outset 3px}
  table#TABLINK tr#ROWHEADER td { border-bottom:outset 3px}
  table#HEADERINSET tr#INSETHEADER td { border:none}
  table#TABLINK td#CELL11 { border:outset 2px }
  table#TABLINK td#CELL12 { border:outset 2px }  
  table#TABLINK td#CELL13 { border:outset 2px }
  table#TABLINK td#CELL14 { border:outset 2px }
  table#TABLINK td#CELL15 { border:outset 2px }    
  table#TABLINK td#CELL21 { border-bottom:outset 2px}  
  table#TABLINK td#CELL22 { border-bottom:outset 2px}  
  table#TABLINK td#CELL23 { border-bottom:outset 2px}  
  table#TABLINK td#CELL24 { border-bottom:outset 2px}  
  table#TABLINK td#CELL25 { border-bottom:outset 2px}  
 
  table#TABLINK td#CELL31 { border-bottom:outset 2px} 
  table#TABLINK td#CELL32 { border-bottom:outset 2px} 
  table#TABLINK td#CELL33 { border-bottom:outset 2px} 
  table#TABLINK td#CELL34 { border-bottom:outset 2px} 
  table#TABLINK td#CELL35 { border-bottom:outset 2px} 



table#TAB1 { position:absolute; top:"0";} 