/* CSS Document */

	.Head {
		position: relative;
		display: block;
		right: 0px;
		margin-top: 10px;
		font-size: 30px;
		color: #1C1714;
		text-align: right;
		width: 100%;
	}
	
	.SubHead {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #182664;
		text-decoration: none;
	}
	
	.Normal {
		margin-left: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		text-align: justify;
		line-height: 30px;
	}
	
	.NormalTextBox {
		margin-top: 0px;
		margin-bottom: 15px;
		border-color: #182664;
		border-width: 1px;
		line-height: 20px;
	}
	
	a:link {
		color: #000000;
		text-decoration: underline;
	}

	a:visited {
		color: #000000;
		text-decoration: underline;
	}

	a:hover {
		color: #C86A22;
		text-decoration: underline;
	}
	
	.article {
		position: relative;
		display: block;
		top: 10px;
	}
	
	.article h3 {
		font-family: Arial, Helvetica, sans-serif;
		color: #FF4B2C;
		font-size: 14px;
		font-weight: bold;
	}
	
	.article h5 {
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 30px;
		font-weight: lighter;
		width: 100%;
		margin-top: 0px;
		text-align: right;
		display: block;
		position: relative;
		right: 0px;
		height: 40px;
	}
	
	.article p {
		margin-left: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		text-align: justify;
		line-height: 18px;
	}
	
	.latestCrane {
		width: 233px;
		height: 175px;
		background-color: #1C1714;
	}
	
	.craneTop {
		width: 233px;
		height: 25px;
		position: relative;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		line-height: 25px;
		text-align: center;
	}
	
	.craneTop a:link {
		color: #FFFFFF;
		text-decoration: underline;
	}

	.craneTop a:visited {
		color: #FFFFFF;
		text-decoration: underline;
	}

	.craneTop a:hover {
		color: #C86A22;
		text-decoration: underline;
	}
	
	.craneImg {
		width: 233px;
		height: 150px;

	}
	
/* form classes */
	table.psFormTbl {
		width: 450px;
	}
	
	table.aquagasTbl {
		width: 450px;
	}
	
/* container print styles */

/* cranes for sale style */

.craneList {
	width: 800px;
	height: 110px;
	position: relative;
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}

.imageBox {
	width: 155px;
	height: 110px;
	position: absolute;
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #181612;
	text-align: right;
	padding: 0px;
}

.textBox {
	width: 635px;
	height: 71px;
	position: absolute;
	display: block;
	margin-top: 0px;
	margin-left: 155px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 13px;
}

.textBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 13px;
}

.textBox a:link {
	color: #000000;
	text-decoration: underline;
	margin-top: 0px;
}
.textBox a:visited {
	color: #000000;
	text-decoration: underline;
}
.textBox a:hover {
	color: #B7863C;
	text-decoration: underline;
}

.linkRight {
	width: 100%;
	text-align: right;
}

.titleBox {
	width: 645px;
	height: 39px;
	position: absolute;
	display: block;
	margin-top: 71px;
	margin-left: 155px;
	background-color: #181612;
	text-align: right;
	line-height: 39px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	padding: 0px;
}

/* end of crane for sale style */

@media print {
	.Head {
		font-family: "Times New Roman", Times, serif;
		font-size: 20pt;
		color: #FFCC00;
		text-decoration: none;
	}
	
	.Normal {
		text-align: justify;
		line-height:14pt;
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
		color: #000000;
		text-decoration: none;
	}
}