@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: 12px;
	color: #333;
}
.arial-12-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.dotted-line {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}


.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #338E56;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #308B53;
}
.arial-21-yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #FF9B0F;
}

.green-arial-16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4EAE73;
}

.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;
}

