#newstitle {
	clear: both;
	height: 24px;
	margin-bottom: 20px;
	padding-top: 8px;
	text-align: center;
	font-size: large;
	font-weight: bold;
	color: #D9F0CB;
	background-color: #1D4F28;
}

#newsbody {
/*	width: 720;*/
	background-image: url("/images/background.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

#newsbodynone {
}

#newsconts {
}

#newsmenu {
	float: left;
	width: 140px;
}

.index {
	padding-top: 4px;
	padding-left: 4px;
	font-size: small;
	color: #1D4F28;
/*	width: 132px;*/
}

#newsmain {
	margin-left: 140px;
/*	width: 580px;*/
}

.title {
	padding-top: 4px;
	padding-left: 4px;
/*	width: 572px;*/
	font-weight: bold;
	color: #1D4F28;
}

.note {
	padding-top: 12px;
	padding-left: 4px;
	font-size: small;
/*	width: 572px;*/
}

/*
.note a {
	display: block;
	margin-top: 12px;
	margin-left: 4px;
	text-decoration: none;
}

.note a:hover {
	background: #EFB04C;
}
*/

#newsterm {
	clear: both;
/*	width: 720px;*/
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #D9F0CB;
	border-width: 2px;
	border-top-style: dotted;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

