.newsitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535256;
	margin: 6px 0px;
	padding: 6px 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px #CCCCCC;
	vertical-align: top;
}
.newsitemtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535256;
	font-weight: bold;
	padding-bottom: 3px;
}
.editinfo {
	font-size: 80%;
	color: #999999;
	padding-top: 3px;
}

#newsarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.newsitem a:link {
	font-size: 12px;
	font-weight: normal;
	color: #990033;
}

.newsitem a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #CC6600;
}

.newsitem a:visited {
	font-size: 12px;
	font-weight: normal;
}
.newsitem a:active {
	font-size: 12px;
	font-weight: normal;
}
.backtotoplink {
	font-size: 10px;
	color: #999999;
	padding-top: 3px;
	text-align: right;
}
.backtotoplink a:link {
	font-size: 10px;
	text-decoration: none;
	color: #535256;
}
.backtotoplink a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #666600;
}
.backtotoplink a:hover {
	font-size: 10px;
	text-decoration: none;
	color: #C4D71C;
}
.backtotoplink a:active {
	font-size: 10px;
	text-decoration: none;
	color: #DCEB65;
}
