.filter {
	float:right;
	width:170px;
	list-style-type:none;
	margin:0; padding:0;
	font-size:11px;
	color:#333;
	background:url(/images/press-release-filter-bg.jpg) bottom left no-repeat;
	padding-bottom:5px;
	margin-left:10px;
}

.filter .lh {
	text-transform:uppercase;
	font-weight:bold;
	background:url(/images/press-release-filter-bg.jpg) top left no-repeat;
	padding:7px;
	height:auto;
}

.filter li a {
	color:#333;
	display:block;
	background:url(/images/press-release-filter-bg.jpg) top left no-repeat;
	background-position:0 -10px;
	height:20px; padding:0 7px;
}

.filter li a span {
	color:#333;
	display:block;
	padding-left:5px;
	padding-top:2px;
}

.filter li a.current
{
	background-position:0 -30px;
	text-decoration:none;
	font-weight:bold;
}

.filter li a:hover
{
	background-position:0 -30px;
	text-decoration:none;
	font-weight:bold;
}

.article .title
{
	font-weight:bold;
}

.article .date
{
	font-style:italic;	
}

.article .copy
{
	margin:10px 0;
}

.content-body .pagination a, .content-body .back a
{
	color:#333;
}

.back { padding:10px 0; }



