body{
	background-color: #fff; /* ###background colour */
}

body, td, th, h6{
	color: #330000;
}

h1, h2, h3, h4, h5{
	color: #660000;
}

font.brown{
	color: #660000;
}

a{
	color: #660000;
}

a.frontpage_a{
	color: #660000;
	text-decoration: none;
}

p.frontpage_p{
	color: black;
	text-decoration: none;
}

p.underlined{
	text-decoration: underline;
}

a.hiddenLink_h4, a.hiddenLink_h3{
  color: #660000;
  text-decoration: none;
}

a.hiddenLink_normal{
  color: black;
  text-decoration: none;
}

a.hiddenLink_coloured{
  text-decoration: none;
}

a.hiddenLink_white{
  text-decoration: none;
  color: white;
}

a.hiddenLink_small{
  color: black;
  text-decoration: none;
  font-size:9px;
}

.popup{
	color: #660000;
	cursor: help;
	text-decoration: none
}

img.border_thin{
	border-style: solid;
	border-width: 0.1em;
	border-color: #7B6342;
}

img.border_medium_dark{
	border-style: solid;
	border-width: 0.2em;
	border-color: #770000 #820000 #880000 #720000;
}

img.border_none{
	border-style:none;
}

fieldset{
	border: #7B6342 solid 0.1em;
	width: 450px;
}

legend{
	color: #660000;
	border: #7B6342 solid 0.05em;
	padding: 2px 6px;
	background-color: #fff; /* ###background colour */
}

.button{
	border-color: #770000 #820000 #880000 #720000;
	background-color: #fff; /* ###background colour */
	color: #330000;
}

select{
	border-color: #770000 #820000 #880000 #720000;
	background-color: #fff; /* ###background colour */
	color: #330000;
}

