﻿#content ul {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}
#content li p {
	color: #5487d3;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
}
#content li a {
	color: #5487d3;
	text-decoration: none;
}
.newswrapper h2,
.newswrapper h3 {
	display: none;
}
#content li p {
	border-bottom: solid 2px #cbcbcb;
	font-size: 14px;
	font-weight: bold;
	color: #cbcbcb;
	line-height: 22px;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
}
.newswrapper span.subtitle {
	display: none;
}
.newswrapper span.releasedate {
	font-weight: normal;
}
.newswrapper span.releasedate:before {
	content: "| ";
}
.newswrapper span.description {
	display: inline-block;
	color: #333;
	font-size: 12px;
}
.newswrapper a.more {
	font-size: 12px;
}
.newswrapper a.more:before {
	content: "\00BB"; /* double arrow */
	content: "\203A \203A     ";
	font-family: Arial;
	font-size: 14px;
	color: #ffd02b;
	letter-spacing: -1px;
	/*font-weight: bold;*/
}
#content .newswrapper a:hover {
	color: #feb700;
}
