.boxHead {
	text-align: right;
}

.contentPanel {
	color: #aaaaaa;
	background-color: #aaaaaa;
	height: 3px;
}

.newshead {
	font-weight: bold;	
	text-decoration: none;
	float: left;
}

.newsdate {
	font-weight: normal;	
	text-decoration: none;
	float: right;
}

.newshead span {
	text-decoration: none;
	color: #000;
}

.newshead span:HOVER {
	text-decoration: underline;
}

.newstags {
	font-weight: normal;
	font-size: 10px;
	float: left;	
}
.newsnormal {
	float: none;
	clear: both;
	font-weight: normal;
}

.newsnormal a {
	color: #000	;
	clear: both;
	
}
.newsdivide {
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	border: 1px dashed;
	width: 80%;
	
}

div.clear {
	clear: both;
}
