body,table
{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	margin: 0;
	color: #31387B;
}

p
{
	margin: 0;
	padding: 0;
}

.articlelist
{
	width: 228px;
	margin-left: 11px;
}
.articlelistinner
{
	padding-top: 10px;
	border-right: 1px solid #006DB5;
	border-bottom: 1px solid #006DB5;
}
.articlelistitem
{
	clear: left;
	width: 220px;
	margin-bottom: 0px;
}
.articlelistitem_inner,.articlelistitem_act
{
	margin-bottom: 8px;
	min-height: 40px;
	border: 1px solid #006DB5;
	cursor: pointer;
}
.articlelistitem_act
{
	background: #B5CBE7;
}
.articlelistitem_td
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	line-height: 16px;
  	font-size: 12px;
	color: #31489B;
	font-weight: bold;
}
.articlelistitem_td:hover
{
	text-decoration: underline;
}
.articlelistitem_img
{
	margin-left: 5px;
	margin-top: 5px;
}
.articlelistitem_a
{
	line-height: 16px;
  	font-size: 12px;
	color: #31489B;
	font-weight: bold;
	text-decoration: none;
}
.articlelistitem_a:hover
{
	text-decoration: underline;
}

.articlebox
{
	float: left;
	width: 470px;
	padding: 0;
	margin: 15px 0 0 0;
}
.articleinnerbox
{
	margin: 0 0 0 10px;
	padding: 0;
	color: #31387B;
}
.newstitle
{
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #31387B;
}
.newstext
{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #31387B;
}

.copyright
{
	clear: left;
	margin: 0 0 0 10px;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}


