#newsdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 3px 5px;
	clear: both;
	top: -15px;
	width: 100px;
	background-color: #A23052;
	text-align: center;
	z-index: 2;
	left: -10px;
	float: none;
	position: relative;
	display: block;
}
#newspg {
	padding: 5px 10px 5px 20px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	z-index: 1;
	width: 600px;
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}
#newspg:hover {
	background-color: #FFFFEE;
}
#newsimg {
	border: 1px solid #000000;
}
#newssmallimg {
	display: inline;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	border: 1px solid #000000;
}
#more {
	font-size: 10px;
	float: right;
	font-weight: bold;
	padding: 2px;
	margin-top: 10px;
}
