@charset "utf-8";
#apDiv1 a:hover {
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	color: #5D3205;
}

#apDiv1 a {
	font-family: "Bookman Old Style";
	font-size: 14px;
	font-weight: bold;
	color: #FF8603;
	text-decoration: none;
	display: block;
	height: 18px;
	width: 170px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

