#articles_content {
	padding: 0;
}
.box {
}
#articles_content a:link, #articles_content a:visited, #articles_content a:active {
	color: #444;
	text-decoration: none;
}
#articles_content a:hover {
	color: #444;
	text-decoration: underline;
}
.boxhighlight
{
	color: #C30;
	font-weight: bold;
	text-decoration: underline;
}
.box_header_wrapper {
	position: relative;
	background: #222 url(/articles/images/scroll_background.jpg) top center no-repeat;
	min-height: 24px;
}
.box_header {
	position: relative;
	background: transparent url(/articles/images/box_top_bg.jpg) top left repeat-x;
	min-height: 24px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
}
.box_tl {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/articles/images/box_tl.jpg) top left no-repeat;
	width: 8px;
	min-height: 29px;
}
.box_tr {
	position: absolute;
	top: 0;
	right: 0;
	background: url(/articles/images/box_tr.jpg) top left no-repeat;
	width: 8px;
	min-height: 29px;
}
.box_content {
	position: relative;
	background: #FFFFFF url(/articles/images/box_left.jpg) top left repeat-y;
	border-right: 1px solid #4F4F4F;
	padding: 2px 8px 0 8px;
	color: #000;
}
.box_content ul, .box_content p {
	margin-bottom: 0;
}
.box_footer {
	position: relative;
	background: #FFFFFF url(/articles/images/box_footer.jpg) top left repeat-x;
	height: 9px;
}
.box_bl {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/articles/images/box_bl.jpg) top left no-repeat;
	width: 8px;
	height: 8px;
}
.box_br {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/articles/images/box_br.jpg) top left no-repeat;
	width: 8px;
	height: 8px;
}