/* Article style 1*/
.cbox1_top {
	background: url(../img/cbox1_top.gif) repeat-x;
	height: 5px;
	margin-top: 2px;
}
	.cbox1_top_left {
		background: url(../img/cbox1_top_left.gif) no-repeat;
		height: 5px;
		width: 5px;
	}
	.cbox1_top_right {
		background: url(../img/cbox1_top_right.gif) no-repeat;
		height: 5px;
		width: 5px;
	}
.cbox1_outer {
	background: url(../img/cbox1_bg.gif) repeat-x #e2e2e2;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #8c9aa5;
	border-right: 1px solid #8c9aa5;
}
.cbox1_content {
	background: url(../img/cbox1_bg.gif) repeat-x #e2e2e2;
	padding: 0px 10px 5px 0px;
}
	.cbox1_content img{
		margin-right:10px;
	}
	.cbox1_content .list_item {
		border-bottom: 1px solid #cccccc;
		margin-bottom: 5px;
		padding: 10px;
	}
	.cbox1_content .list_item img {
		border: 4px solid #ffffff;
		margin: 0px 10px 10px 0px;
	}
	.cbox1_content .row1 {
		background-color: #e0e0e0;
	}
	.cbox1_content .row2 {
		background-color: #efefef;
	}
	.cbox1_content .item {
		float: left;
		width: 180px;
		height: 180px;
		text-align: center;
	}
		.cbox1_content .item a.title, .cbox1_content .item a.title:hover {
			font-weight: bold;
			color: #990000;
			text-decoration: none;
		}
		.cbox1_content .item a.title:hover {
			text-decoration: underline;
		}
		.cbox1_content .item img {
			border: 4px solid #f5f5f5;
		}
	.cbox1_content ul {
		margin-left: 20px;
	}
	.cbox1_content h1 {
		color: #004076;
		font-size: 22px;
		font-weight: normal;
		margin: 0px 0px 10px 0px;
	}
	.cbox1_content h2 {
		color: #004076;
		font-size: 14px;
		font-weight: normal;
		margin: 0px 0px 10px 0px;
		border-bottom: 1px solid #004076;
	}
	.cbox1_content h3 {
		color: #004076;
		font-size: 11px;
		font-weight: bold;
		margin: 10px 0px 10px 0px;
	}
.cbox1_bottom {
	background: url(../img/cbox1_bottom.gif) repeat-x;
	height: 5px;
	padding-bottom: 8px;
}
	.cbox1_bottom_left {
		background: url(../img/cbox1_bottom_left.gif) no-repeat;
		height: 5px;
		width: 5px;
	}
	.cbox1_bottom_right {
		background: url(../img/cbox1_bottom_right.gif) no-repeat;
		height: 5px;
		width: 5px;
	}

/* Article style 2*/
.cbox2_top {
	background: url(../img/cbox2_top.gif) no-repeat;
	width: 319px;
	height: 10px;
}
.cbox2_content {
	background: url(../img/cbox2_bg.gif) repeat-x #e1e1e1;
	width: 297px;
	padding: 0px 10px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	min-height: 160px;
	*height: 160px;
	_height: 160px;
	color: #385166;
}
	.cbox2_content h1 {
		color: #0061af;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.cbox2_content h2 {
		color: #920d12;
		font-size: 15px;
		font-weight: normal;
		margin-bottom: 0px;
	}
		.cbox2_content h2 a, .cbox2_content h2 a:hover {
			color: #920d12;
			font-size: 15px;
			font-weight: normal;
		}
.cbox2_bottom {
	background: url(../img/cbox2_bottom.gif) no-repeat;
	width: 319px;
	height: 10px;
}

/* News style*/
.news img {
	margin: 0px 10px 10px 0px;
	border: 5px solid #f5f5f5;
}
.news h1 {
	color: #b90007;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.news h1 a,
.news h1 a:hover{
	color: #b90007;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	text-decoration:none;
}
.news .read_more{
	text-align:right;
	padding-bottom:7px;
}
	.news .read_more a{
		font-size:11px;
		color: #aa0000;
	}

.news .date {
	color: #adadad;
}
.news a.title, .news a.title:hover {
	color: #036d8c;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.news a.title:hover {
	text-decoration: underline;
}
.news a.more, .news a.more:hover {
	color: #aa0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.news a.more:hover {
	text-decoration: underline;
}
.news .description {
	color: #1f1f1f;
	padding-bottom: 3px;
}
a.comment, a.comment:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.comment:hover {
	text-decoration: underline;
}
.faq_short a, .faq_short a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.faq_short a:hover {
	text-decoration: underline;
}
.faq_detail h1 {
	color: #004076;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}
.notice {
	background-color: #FFFF99;
	border: 1px solid #666666;
	font-weight: bold;
	color:#FF0000;
	padding: 5px;
}
.hide {
	display:none;
	overflow:hidden;
}
ul li,ol li {
	margin-left:20px;
}