/***************** Article style 1 **************/
.headline1 h1 {
	background-color: #f4f4f4;
	margin: 0px;
	padding: 10px;
	color: #757575;
	font-size: 16px;
}
	.headline1 h1 a, .headline1 h1 a:hover {
		color: #757575;
		font-size: 16px;
	}
.content1 {
	background-color: #f4f4f4;
	color: #7e7e7e;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	min-height: 150px;
}
	.content1 img {
		margin: 10px 10px 10px 0px;
	}
	.content1 h2 {
		color: #757575;
		font-size: 12px;
	}
	.content1 h5 {
		color: #757575;
		font-size: 12px;
	}
	.content1 h3 {
		color: #757575;
		font-size: 10px;
	}
	.content1 .nclass img {
		margin: 0px;
	}
	.content1 li {
		margin: 0px 0px 0px 20px;
	}
/************************************************/

/***************** Article style 2 **************/
.headline2 h1 {
	background-color: #e2e0e1;
	margin: 0px;
	padding: 10px;
	color: #444444;
	font-size: 20px;
	font-weight: normal;
}
	.headline2 h1 a, .headline2 h1 a:hover {
		color: #444444;
		font-size: 20px;
		font-weight: normal;
	}
.content2 {
	background-color: #e2e0e1;
	color: #8b8b8b;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}
	.content2 .nws{
	}
		.content2 .nws a, .content2 .nws a:hover {
			color: #464646;
			text-decoration: none;
			font-size: 15px;
			font-weight: normal;
		}
		.content2 .nws a:hover {
			text-decoration: underline;
		}
		.content2 .nws .date {
			font-size: 10px;
			color: #ffffff;
		}
/************************************************/

/***************** Article style 3 **************/
.content3 {
	background: url(img/cbox3_bg.gif) repeat-x #d4d4d4;
	color: #000000;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}
	.content3 h1 {
		margin: 0px;
		padding: 10px 0px;
		font-size: 14px;
		color: #727272;
		font-weight: bold;
		letter-spacing: -0.3px;
	}
	.content3 h2 {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		font-size: 11px;
		font-weight: normal;
		color: #2e81c3;
	}
/************************************************/
.boardItem {
	float: left;
	width: 50%;
}