#hp-artBox {
	position: absolute;
	left: 29px;
	width: 901px;
	height: 203px;
	/*background: url('/images/hp_topArtBk.png') no-repeat 0px 0px;*/
}
.hpTitle {
	font: bold 16px 'Times New Roman',Roman,serif;
	color: #63864e;
}
.hpGrayBtn {
	width: 165px;
	padding-top: 3px;
	height: 19px;
	background: url('/images/hpGrayBtn.png') no-repeat top center;
	font: bold 12px Arial,Helvetica,sans-serif;
	text-align: center;
	cursor: default;
}
.hpGrayBtn a {
	color: #3a7530;
	text-decoration: none;
	cursor: pointer;
}
.hpGrayBtn a:hover {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.hpGreenBtn {
	width: 165px;
	padding-top: 3px;
	height: 19px;
	background: url('/images/hpGreenBtn.png') no-repeat top center;
	font: bold 12px Arial,Helvetica,sans-serif;
	text-align: center;
	cursor: default;
}
.hpGreenBtn a {
	color: white;
	text-decoration: none;
	cursor: pointer;
}
.hpGreenBtn a:hover {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
