/* CSS Document */
body {
	background-color: #cecece;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 29px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.mainfont {
	font-family: arial, helvetica, times;
	font-size: 12px;
	color: #333333;
}
.SubTitles {
	font-family: arial, helvetica, times;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.subContractors {
	font-family: arial, helvetica, times;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.subContractors2 {
	font-family: helvetica, times;
	font-size: 13px;
	color: #1d3f54;
	font-weight: bold;
}
.footer {
	font-family: arial, helvetica, times;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.graybox {
	background: #eaeaea;
	border: 2px solid #afafaf;
}
.photobox {
	border: 4px solid #d5d5d5;
}
td.indent {
	padding: 8px;
}
td.footer {
	padding: 8px;
}
a:link { color: #004b7a; text-decoration: none; }
a:active { color: #004b7a; text-decoration: none; }
a:visited { color: #004b7a; text-decoration: none; }
a:hover { color: #004b7a; text-decoration: underline; }

.padding {
	padding-left: 27px;
}