/* Amended by Dave Yeomans December 2008 */

body{
margin:0px;
font-family: tahoma;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 16px;
font-style: italic;
}

h3 {
font-size: 16px;
color: #B40000;
}


.style1 {color: #FFFFFF;
		font-family: tahoma;
		font-size: 11px} /* white for left main menu options*/

.style2 {color: #B40000; /* dark red */
		font-size: 11px}


.style3 {color: #333333;  /* light black */
		 font-size: 19px;
		 font-weight: bold}
		 	
.style4 {color: #333333; /* light black for index page phrase and phone header  */
		 font-size: 15px;
		 font-weight: bold;
		 font-style: italic;
		 horizontal-align: middle;}
		 
.style5 {color: #B40000; /* dark red date */
		font-size: 9px;
		font-weight: bold}
		

.style7 {color: #7A0007; /* HIPS box red */
		font-size: 10px;}  
		

.style9 {color: #B40000;  /* dark red  top header - solicitors */
		font-size: 15px;
		font-family: times;
		font-weight: bold;}
		
.style10 {color: #333333; /* light black top header - EW */
		font-size: 30px;
		font-family: times;
		font-weight: bold;}

.style11 {color: #ABAEAF;}  /* grey as in logo W */

.style12 {font-size: 16px;  /* ligher black for page titles */
		font-weight: bold;
		color: #333333}

		
.style14 {color: #B40000;
		font-size: 10px;} /* dark red */

.style15 {color: #B40000; /* dark red */
		font-size: 13px}



/* text colour & style of links (except footer because footer has span class defined in href!)*/
a 		{
	color: #FFFFFF;   /* white */
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.black {
 	color: #000000;
 	}
a.darkred {
	color: #B40000; /* dark red */
	}
a.purple {
	color: #640064;
	} 	
a.white { #FFFFFF;
	}


.maintable {
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background-color:#FFFFFF;
}


/* top navigation menu */
.topbg {
	background-image: url('images/topbg.gif');
}
.topnav {
	font-size: 11px;
	color: #FFFFFF;
}
a.topnav {
	color: #FFFFFF;
}


/* footer */

td.footer {
background-color: #9B8479; /* silver-grey */
}

a.footer {
	color: #FFFFFF; /* white text in footer a link */
} 

.footer {
	color: #FFFFFF; /* white text in footer */
	font-size: 11px;
} 


/* Left column text */
.leftcoltext {
margin: 25px 15px 10px 10px;
}


.leftcoltextheader {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif;
}

.leftcoltextcontent {
	font-family: sans-serif;
	font-size: 11px;
	color: #666666;
}

.leftcoltextcontentinv {
	font-family: sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}



/* main centre section text */
.maincontent {
font-size: 13px;
font-family: sans-serif
color: #000000;  /* was #333333 */
margin: 5px 5px 0px 5px;
}