 
/*
	Copyright (c) 2005 Reactive Media
	www.reactive.com

	homepage stylesheet
*/
table, td {
	/*border: 1px solid red;*/
	}
body {
	margin: 0;
	padding: 10px;
	font-family: arial, sans-serif;
	}

h1, h2 {
	margin: 0;
	padding: 0;
	}

h3 {
	color: #007AC3;
	font-size: 95%;
	}

h4 {
	font-size: 75%;
	margin: 0;
	}

h4 a {
	text-decoration: underline;
	}
	
img {
	border: none;
	}

table.centreCol ul {
	font-size: 75%;
	}

label {
	font-size: 75%;
	font-weight: bold;
	}

/* Search form */
input.search {
	border: solid 1px #C4C8D0;
	}

/* Centre column */

/* Breadcrumbs */

td.breadcrumbs {
	font-size: 70%;
	padding: 0;
	}

td.breadcrumbs a {
	text-decoration: underline;
	}

table.centreCol td {
	padding-bottom: 10px;
	}
table.centreCol td p {
	margin: 0;
	font-size: 75%;
	}

/* News image */
td.newsImage img {
	border:  1px solid #000;
	}
	
/* Links */

a {
	color: #000;
	}

a:active {
	text-decoration: underline;
	color: #007AC3;
	}

a:hover {
	text-decoration: underline;
	}

/* Global navigation */
p.globalNav {
	margin: 0;
	}

p.globalNav a {
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	}

p.globalNav a:hover {
	text-decoration: underline;
	}

/* Left nav */
td.leftNav {
	font-size: 75%;
	}
	
td.leftNav a {
	text-decoration: none;
	}
	
td.leftNav a:hover {
	text-decoration: underline;
	}

/* Right nav links */
p.rightNav {
	margin: 0;
	}

p.rightNav a {
	font-size: 70%;
	text-decoration: none;
	}

p.rightNav a:hover {
	text-decoration: underline;
	}
	
/* Contact us */
p.contactUs {
	font-size: 70%;
	}
	
/* Footer nav links */
p.footerNav {
	margin: 0;
	}

p.footerNav a {
	font-weight: bold;
	font-size: 70%;
	text-decoration: none;
	}

p.footerNav a:hover {
	text-decoration: underline;
	}
	
/* Footer type */
p.footer {
	margin: 0;
	font-size: 70%;
	}
	
