/* CSS Document */

.titlefield{ /*CSS for RSS title link in general*/
	text-decoration: none;
	width: 320px;
	color: #333333;
	text-align: left;
}

.labelfield{ /*CSS for label field in general*/
	color:#696758;
	font-size: 9px;
	width: 320px;
}

.datefield{ /*CSS for date field in general*/
	font-size: 10px;
	margin-top: 0px;
	clear: right;
	float: left;
	width: 100%;
}
#rsspt{
	width: 320px;
	height: 110px;
	text-align: left;
	font-size: 12px;
}
#rsspt p{
/
margin-top: 0
	padding: 0px;
	clear: both;
	float: left;
	margin: 0px;
}
