abbr, acronym {
	border-bottom: #000;
	cursor: help;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}
b, strong { font-weight: bold; }
textarea { white-space: pre; }


/*	admin interface	*/
/*	classes for news expiry	*/
.notyet {
	color: #00F;
	font-weight: bold;
}
.waiting {
	color: #CCC;
	font-weight: bold;
}
.never {
	color: #090;
	font-weight: bold;
}
.today {
	color: #C06;
	font-weight: bold;
}
.expired {
	color: #F00;
	font-weight: bold;
}

.newsadminrows {
	border-bottom: #000;
	padding: 6px 0 4px 0;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}
.newsadminrow2 { font-size: 90%; } 


/*	visitor interface	*/
.mainnews {
	width:820px;
	margin:0px auto;
	display: block;
	
}

.newsitem {
	width: 400px;
	margin-left:10px;
	color:#000;
	float:left;
}

.newstitle {
	width: 100%;
	height:50px;
	background-image:url(top.png);
	background-repeat:no-repeat;
	float: left;
	padding-top:40px;
	text-align: left;
	font-weight: bold;
	text-indent: 55px;
	color:#599800;
}

.news_date {
	width:100%;
	float:left;
	margin-top:-30px;
	color:#fff;
	text-indent: 47px;
	font-size:9px;
	font-style:italic;
}

.newsbody {
	width:386px;	/* True width: 400px */
	background-color: #000;
	float:left;
	padding: 7px;
	padding-top:0px;
	color:#eee;
	}

.bottom {
	width:100%;
	background-image:url(bottom.png);
	background-repeat:no-repeat;
	float:left;
}

.newstopic {
	float: right;
	padding-right: 2px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

