@charset "UTF-8";
/* CSS Document */

.pageLinkBox {
	margin: 2px;
	float: left;
	height: 238px;
	width: 230px;
	overflow: hidden;
}
.pageLinkName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.pageLinkImage {
	height: 184px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.InkSubOutLine {
	width: 949px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-left: 3px;
	background-color: #FFF;
	clear: both;
}


