.article_item {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #aaaaaa;
	border-style: solid;
}

ul.article_detail {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

.article_title {
	color: #666666;
	font-weight: bold;
	font-size: 13px;
}

.article_title_hover {
	color: #ffffff;
	font-weight: bold;
	background-color: #ff6600;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-top-style: solid;
	cursor: pointer;
}

.article_text {
	margin: 0 5px 0 5px;
	color: #666666;
	text-align: justify;
}

img.article_image {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}

ul.news_member_welcome {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.news_member_welcome_title {
	color: #666666;
	font-weight: bold;
	font-size: 13px;
}

.news_member_welcome_text {
	color: #666666;
	font-weight: normal;
}

.article_list_item {
	width: 680px;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: dashed;
}

.article_event_title {
	font-weight: bold;
	font-size: 11px;
}

ul.event_items {
	list-style-type: none;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
/*	border-top-width: 1px;
	border-top-color: #cccccc;
	border-top-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: dashed;	*/
	border-width: 1px;
        border-color: #cccccc;
        border-style: dashed;
	background-color: #f5f5f5;
}

ul.event_list_items {
	list-style-type: none;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.event_list_item {
	width: 680px;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: dashed;
}

.event_item {
	color: #666666;
}

