.port .style1 {
	color: #933013;
	font-weight: bold;
	font-size:10px;
}

.port {
	margin: 10px 5px 0 5px;
	padding: 5px;
	overflow: auto;
	text-align:center;
}
.port h2 {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-align:center;
}
.port h3 {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
	line-height:2em;
}
.port .label {
	padding: 10px 0 0 0;
	margin: 0px auto;
	width:464px;
	height:136px;
	background:url(../images/default/label.png) no-repeat left top;
}
.port p {
	margin:0;
	padding:0;
	color:#401205;
}

.port hr {
	clear: right;
	margin:5px auto;
	padding:0px;
	background-color:#401205;
	border:0px;
	height:1px;
	width:80%;
	text-align:center;
}

.port .desc {
	width:350px;
	margin:0 auto;
}

.port a:link{
	text-decoration:none;
	color:#401205;
	font-weight:bold;
}

.port a:visited{
	text-decoration:none;
	color:#401205;
	font-weight:bold;
}

.port a:hover{
	text-decoration:underline;
	color:#333333;
	font-weight:bold;
}
.port a:active{
	text-decoration:underline;
	color:#333333;
	font-weight:bold;
}

.port img{
	border:0;
	clear:both;
}
a.catPort {
	line-height:2.5em;
	margin:0 2px;
	text-decoration:none;
	color:#401205;
}
a.catPort :hover{
	background-color:#F4F4F4;
	text-decoration:none;
}

.paging{
	display:block;
	padding:5px;
	margin:2px;
	background-color:#617F9B;
	border:solid 2px #1E2E46;
	background-color:#1E2E46;
	color:white;
	float:left;
	font-weight:bold;
}

a.paging,a.paging:link,a.paging:visited{
	display:block;
	padding:5px;
	margin:2px;
	background-color:#617F9B;
	color:white;
	text-decoration:none;
	border:solid 2px #1E2E46;
	float:left;
	font-weight:bold;
}

a.paging:hover,a.paging:active{
	display:block;
	background-color:#1E2E46;
	color:white;
	text-decoration:none;
	border:solid 2px #1E2E46;
	padding:5px;
	margin:2px;
	float:left;
}
