@charset "utf-8";
/* CSS Document */

.hide {
	display:none;
}

h1.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#3f0707;
	font-weight:normal;
	margin-bottom:17px;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#3f0707;
	line-height:17px;
	margin-bottom:17px;
}

a {
	font: 12px/17px Verdana, Geneva, sans-serif;
	color:#3f0707;
	text-decoration: underline;
}

a:hover {
	font: 12px/17px Verdana, Geneva, sans-serif;
	color:#3f0707;
	text-decoration: none;
}	

p.first-paragraph {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#21420b;
	text-transform:uppercase;
	line-height:17px;
	margin-bottom:17px;
}


#footer p, #footer a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#e6d9c6;
	text-decoration:none;
}

.changeColour {
	color:#2c5412;
}