@charset "UTF-8";
/* CSS Document */
table.articles {
	width:100%;
	margin:1em 0 1em 0;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
}
table.articles td {
	height:4em;
	padding:0.5em;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}
div.topPic {
	background:url(../images/press-articles-top-pic.jpg) no-repeat;
}
div.botPic {
	background:url(../images/press-articles-bot-pic.jpg) no-repeat;
}