@charset "utf-8";
/* dropsystem.co.uk*/
body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family:trebuchet ms;
	color:#666666;
	font-size:0.9em;
}
.reserved{
	font-weight:bold;
	color:#F74F2D;
}
.tableHeading{
	background-color:#F5EDDE;
}
.altRow{
	background-color:#F4F4F4;
}
.address{
	font-size:0.75em;
	color:#186987;
}
p{
/*	width:350px;*/
}
.thumb{
	padding:20px;
}
.errorMessage{
	color:#F74F2D;
	font-weight:bold;
}
.emailMessage{
	color:#009933;
	font-weight:bold;
}
.fieldError{
	background-color:#CEA250;
	color:#FFFFFF;
}
.fieldNormal{
	background-color:#ffffff;
}
a.nav:link {
	color:#186987;
	font-size:1em;
	text-decoration:underline;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
a.nav:hover {
	color:#79C9E8;
	font-size:1em;
	text-decoration:none;
	font-weight:bold;	
	font-family:Arial, Helvetica, sans-serif;
}
a.nav:visited {
	color:#186987;
	font-size:1em;
	text-decoration:underline;
	font-weight:bold;	
	font-family:Arial, Helvetica, sans-serif;
}
/*a.nav: hover, visited{
	color:#79C9E8;
	font-size:1em;
	text-decoration:none;
	font-weight:bold;	
	font-family:Arial, Helvetica, sans-serif;
}*/

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
}

.footer{
	color:#666666;
	font-size:0.8em;
}
h1{
	color:#CEA250;
}
h2{
	color:#186987;
}
a.navfooter:link {
	color:#186987;
	font-size:0.8em;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}
a.navfooter:hover {
	color:#79C9E8;
	font-size:0.8em;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
a.navfooter:visited {
	color:#186987;
	font-size:0.8em;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}