@charset "utf-8";
.whitebox {
	background-image: url(images/devon-commercial-heating.png);
	background-repeat: repeat-y;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8A8889;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #FF0000;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.smallgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.greybox {
	border: 1px solid #999999;
}
