@charset "UTF-8";
.newsfeed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color:#999999;
}
.news h1
{
	margin-top:40px;
	padding: 5px 0px;
	font-size:18px;
	letter-spacing:-1px;
	color:#000000;
	border-top:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
}
.news p
{
	color:#666;
	font-size:12px;
	margin: 15px 0px;
	padding: 0px;
}
.news .content
{
	margin: 10px 0px;
}
.news .newsfooter
{
	border-top:1px dotted #DEDEDE;
	border-bottom:0px dotted #999999;
	margin: 10px 0px;
	margin-bottom:5px;
	background-color:#FFFFFF;
}
.news .newsfooter p
{
	font-size:10px;
	margin: 5px 0px;
}
.news .newsfooter a
{
	color:#069;
	text-decoration:none;
}
.news .newsfooter a:hover
{
	color:#666;
	text-decoration:underline;
}

