body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* background-image: none can be used which is better than delete because it preserves the css structure*/ 
body {
	background-image: url(../imgsrc/background3aN.jpg);
	background-repeat: repeat;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

/* Sets the list stuff for inside context nav, and means you can't use an ordered list without farting around some more */


#ContextNav ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
	color: #FFFFFF;
}

#ContextNav li {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	margin-bottom: 4px;
	background-color:#00ff00;
	color: #FFFFFF;
}

/* This doesn't work in IE - safari, firefox, chrome, but no ie */
#ContextNav a {
	text-decoration: none;
	color:#FFFFFF
}

#ContextNav ul a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#ContextNav ul a:hover {
	text-decoration: underline ;
	color: #FFFFFF;
}

#ContextNav ul a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* Context Nav specific done */

a:link {
	text-decoration:none;
}
a:hover {
	text-decoration: underline ;
}
a:active {
	text-decoration: none;
}

/* the next four set up the basic navigation colours and boundaries to tweak for different sites */

.navcolourDark {
	background-color:#00FF00;
}
.navcolourLight {
	background-color:#DDFED8;
	border-bottom:1px solid #00FF00;
}
.bodycell {
	background:url(../imgsrc/opacity85.png);
	background-repeat:repeat;
	border-left:1px solid #00FF00;
	border-right:1px solid #00FF00;
	border-bottom:1px solid #00FF00;		
}
.copyrightrow{
	background:url(../imgsrc/opacity85.png);
	background-repeat:repeat;
}
/* done */

.siteheading {
	color: #FFFFFF;
}
.siteheading a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.siteheading a:visited {
	text-decoration: none;
	color:#FFFFFF
}
.siteheading a:hover {
	text-decoration: underline ;
}

.copyright {
	font-size: 9px;
}
.DateFormat {
	font-size:9px;
	color:#000000;
}