/* CSS Document */

#newsitem {
	margin-bottom:10px;
}

#newstitle {
	font-size:14px;
	color:#cc0066;
	font-weight:bold;
	width:85%;
}

#newsdate {
	font-size:12px;
	color:#060;
	font-weight:bold;
	float:right;
}

#newstext {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:8px;
	margin-bottom:25px;
	min-height:120px;
}

#newspic img{
	float:right;
	border-top-color:#f9f;
	border-left-color:#f9f;
	border-bottom-color:#CC0066;
	border-right-color:#CC0066;
	border-width:1px;
	border-style:solid;
	margin-left:15px;
	margin-bottom:8px;
	margin-top:8px;
}
