Body{
	Background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: justify;
}
tr, td, p, ul {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	text-align: justify;
}
.tree-left {
	text-align: left;
	font-size: 12px;
	}
.tree-right {
	text-align: right;
	font-size: 12px;
	}
.background {
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #F8F3CD;
	height: 406px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #FF9933;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: left;
}
.engineer-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: center;
}
.border {
	border: 1px solid black;
}
.address {
	background: #ff9933;
}
.right {
	float: right;
	max-width: 130px;
	min-width: 130px;
	min-height: 400px;
	border-left: 1px solid #F8F3CD;
	border-bottom: 1px solid #F8F3CD;
	padding-left: 10px;
}
.required {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
.bold {
	font-weight: bold;
	font-style: italic;
}
.hand {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9933;
	font-weight: bold;
	text-decoration: underline;
}
.box-right {
	padding: 6px;
	border: 0px;
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: black;
	text-align: center;
}
.box-left {
	padding: 6px;
	border: 0px;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: black;
	text-align: center;
}
