a:link {
	color: #0000FF;
} /* for unvisited links */

a:visited {
	color: #800080;
} /* for visited links */

a:active {
	color: #FF0066;
} /* when link is clicked */

a:hover {
	color: #66FF00;
} /* when mouse is over link */

body{
	background: white;
	background-image: url(images2/bkheader.jpg);
	background-repeat: repeat-x;
	color: black;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h1 {
	color: black;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	color: red;
	background: white;
	font-size: 1.3em;
}

p, li {
	color: #000000;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

.btcontent {
	background-image: url(images2/bkcontent9.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

strong.red {
	font-weight: bold;
	color: red;
	background: white;
}

.menu	{
	background: #FFCC66;
	border: 0.4em #FFFFFF solid;
	font-weight: bold;
	font-size: 0.8em;
	padding-left: 0.3em;
	padding-right: 0.1em;
	padding-top: 0.1em;
	padding-bottom: 0.3em;
} /* beige menu box text and colour separating each */

.menu_on	{
	background: #FFCC66;
	color: red;
	border: 0.4em #FFFFFF solid;
	font-weight: bold;
	font-size: 0.8em;
	padding-left: 0.3em;
	padding-right: 0.1em;
	padding-top: 0.1em;
	padding-bottom: 0.3em;
} /* menu box text for CURRENT page */

