/* news css */
#newsList {
	width: 620px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
}
#newsList .point {
	vertical-align: middle;
	width: 20px;
	text-align: center;
	float: left;
	height: 12px;
	padding-top: 5px;
}


#newsList .title {
	width: 420px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
	height: 20px;
	text-align: left;
}
#newsList .date {
	margin-left: 20px;
	width: 130px;
	float: left;
}
#newsList .newsLine {
	clear: both;
	width: 590px;
	margin-left: 5px;
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}

#newsList a:link {
	color: #333;
	text-decoration: none;
}
#newsList a:hover {
	color: #B50802;
	text-decoration: none;
}
#pageListNum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-transform: capitalize;
	color: #666666;
	width: 500px;
	margin-left: 30px;
}
#pageListNum a:link {
	color: #666666;
	text-decoration: none;
}
#pageListNum a:hover {
	color: #B50802;
}
#newsDisp {
	width: 620px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
}
#newsDisp .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #B50802;
	text-align: center;
	margin-bottom: 20px;
}
#newsDisp .owner {
	width: 300px;
	margin-top: 20px;
	color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#newsDisp .date {
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-top: 20px;
}
h3 {
	width: 500px;
	font-size: 12px;
	color: #333;
	line-height: 30px;
	text-transform: capitalize;
	text-align: center;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
