.article-title {
	text-align: center;
}
.article-category {
	margin: 5px 0 5px 5px;
	float: left;
	width: 356px;
	background: url(../images/article-cbg.gif) center top repeat-x;
	border: 1px solid #DDDDDD;
}
.article-category h3 {
	margin-top: 15px;
	font-size: 14px;
	color: #6B99EE;
	font-family: Helvetica, Arial;
	border-bottom: 1px dotted #999999;
	height: 20px;
	padding-left: 5px;
}
.article-category ul {
	height: 100px;
	margin-top: 5px;
}
.article-category ul li {
	background: url(../images/icon_topic.gif) left top no-repeat;
	margin-left: 5px;
	list-style: none;
	padding-left: 20px;
	height: 20px;
}
.article-category div {
	background: url(../images/doublearrows.gif) 267px 1px no-repeat;
	padding-right: 8px;
	text-align: right;
	margin-bottom: 5px;
}

.article-list {
	margin: 10px 5px 2px 5px;
}
.article-list h3 {
	background: url(../images/icon_topic.gif) left top no-repeat;
	border-bottom: 1px dotted #999999;
	height: 20px;
	padding-left: 20px;
}
.article-list p {
	padding-left: 20px;
}


.article {
	padding-left: 10px;
	padding-right: 10px;
}
.article .author {
	margin-top: 7px;
	margin-bottom: 15px;
	padding-left: 18px;
	font-size: 10px;
	color: #333333;
	border-bottom: 1px dotted #999999;
	/* background: url(../images/pix.gif) left top no-repeat; */
}
.article .text {
	margin-bottom: 5px;
}
.article hr {
	height: 1px;
	margin: 0;
}
.article-page {
	margin-top: 20px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}
