body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a {
	text-decoration:none;	
	color: #7F632C;
}

a:hover {
	text-decoration: underline;
}

table.master {
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

td.contactInfo {
	background-image: url(images/contact-info_bg.png);
	background-repeat: no-repeat;
	width: 222px;
	padding-left: 8px;
	padding-top: 10px;
	vertical-align: top;
}

table.copy {
	width: 767px;
	margin-top: 20px;
}

td.privateTitle {
	background-image: url(images/private-works_title.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 256px;
	margin-bottom: 10px;
}

td.privateCopy {
	background: #f2f1f1;
	font-size: 8pt;
	padding: 15px;
	vertical-align: top;
}

td.publicTitle {
	background-image: url(images/public-works_title.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 256px;
}

td.publicCopy {
	background: #f2f1f1;
	font-size: 8pt;
	padding: 15px;
	vertical-align: top;
}

td.materialsTitle {
	background-image: url(images/materials_title.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 255px;
}

td.materialsCopy {
	background: #f2f1f1;
	font-size: 8pt;
	padding: 15px;
	vertical-align: top;
}