.chromestyle{
width: 100%;
font-weight: bold;
color:#000000;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #OOOOOO;
	width: 100%;
	background-color:#AD8394;
	/* USE THIS IF YOU WANT AM IMAGE * background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 2px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #OOOOOO;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background-color:#BCBEC0;
color:#000000;
text-decoration:none;
/*  background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}



.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color:#BCBEC0;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a:link{color:#782857;
       background:transparent;
	   text-decoration:none;
	   font-family:arial;
	   font-size:12px;
	   font-weight:bold;}

.dropmenudiv a:visited{color:#000000;
       background:transparent;
	   text-decoration:none;
	   font-family:arial;
	   font-size:12px;
	   font-weight:bold;}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#FFFFFF;
color:#000000;
}





/* TABLE CSS HERE FOR MAIN PAGES*/

table.servicesT
{
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #782857;
	width: 850px;
	background-color: #fafafa;
	border: 1px #B2E2FA solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
	padding:5px;
}


table.servicesT td.servHd
{
	border-bottom: 2px solid #6699CC;
	background-color: #BEC8D1;
	border: 1px #B2E2FA solid;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #782857;
}

table.servicesT Th
{
	background-color:#782857;
	text-align:center;
	font-family:Arial;
	font-weight:bold;
	font-size: 12px;
	color:#AD8394;
	border:thin;
	border: 1px #B2E2FA solid;
}


table.servicesT td
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #782857;
	text-align: center;
	padding-left: 3px;
	padding-top:3px;
	border:1px #B2E2FA solid;
} 
.servBodL { border-left: 1px dotted #CEDCEA; } 

p
{color: black;
font-family: Arial;
font-size:12px;}
	 
/*CONTENT TEXT */
.content {font-family:Arial;
		  font-size:12px;
		  color:#000000;
		  font-weight:bold}
		  
		  
/*PANEL TEXT LEFT HAND SIDE */		  
.panelheading {font-family:Arial;
			font-size:12px;
			color:#000000;
			font-weight:bold;
			text-decoration:underline;
			font-weight:bold;
					}		  
		 
/*PANEL TEXT LEFT HAND SIDE */		  
.paneltext {
	font-family:Arial;
	font-size:12px;
	color:#BCBEC0;
	font-weight:bold
}
		 
/*CONTENT HEADINGS*/
.heading{
	color:#000000;
	background:transparent;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:blink;
}
	   
/*CONTENT HEADINGS*/
.heading1{color:#000000;
       background:transparent;
	   font-family:Arial;
	   font-size:14px;
	   font-weight:bold;
	   text-decoration:underline;}
			 
/* CHANGES HYPERLINK COLOUR */



a:link{color:#000000;
       background:transparent;
	   text-decoration:underline;
	   font-family:Arial;
	   font-size:12px;
	   font-weight:bold;}

a:visited{color:#333333;
	      background:transparent;
		  text-decoration:underline;
		  font-family:Arial;
	   	  font-size:12px;
	   	  font-weight:bold;}

a:hover{
	color:#646B86;
	background:transparent;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
		
			  
/* LINKS WITHIN CONTENT */

.contentlink {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #DAFFEE;
	text-decoration: underline;
	background:none
}

.visitedcontentlink {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color:#FAEAA7
}
	   

.hovercontentlink {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FAEAA7;
	text-decoration: blink;
	background-color: DAFEEE;
}




.clause {
	font-family: Arial;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
.notice {
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-decoration: blink;
}
