/* Body declaration added by John Marshall 02/08/07  */

body {
margin:0px;
padding:0px;
font-size: 12px; /* changed from 1em to 12px by John Marshall on 26/09/07 */
color:#000000;
font-family: Arial, Helvetica, sans-serif;
}

p
{
font:normal 12px Arial, Helvetica, sans-serif; /* p style added by John Marshall 26/09/07 as font was too small in Firefox */
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

h1 {
	color: #FF6633;
	font-size: large;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
h2 {
	font-size: medium;
	color: #FF6633;
	bottom: 0px;

}
h3 {
	font-size: 1.2em;
	font-weight:bold;
	color: #000000;
	bottom: 0px;

}
.image {
	border: 1px solid #666666;
}

.NavBar {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF6633;
	list-style-type: none;
	height: 30px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	white-space: nowrap;
	text-indent: 0pt;
	margin: 0px;
	font-weight: bold;
}

li {
	list-style-type: square;
	border-top: medium solid #FFFFFF;
	border-right: medium none #FFFFFF;
	border-bottom: medium solid #FFFFFF;
	border-left: medium none #FFFFFF;
	font:normal 12px Arial, Helvetica, sans-serif; /*  added by John Marshall 26/09/07 as font was too small in Firefox */
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
}
a:visited {
	color: #000000;
}
a {
	text-decoration: none;
}
.links {
	text-decoration: underline;
}

.highlight
{
	background-color:#fff;
	border:1px solid #666;
	padding:10px; width:60%;
}
.highlight a:link {color:#F76D25;}