.article_list {
	width: 90%;
}

.article_list h1{
	padding: 0px;
	margin: 0px;	
}

.article_list h1 a{
	font: bold 12px Tahoma;
	color: #484848;
	text-decoration: none;
	text-transform: uppercase;	
}
.article_list .summary { 
	color: #101010;
	font: normal 12px/16px Tahoma;
	margin-top: 5px;
}

.article_list_category{
	font: bold 14px Tahoma;
	color: #474747;
	padding-left: 20px;
	margin-bottom: 20px;
	height: 25px;
	background: url(../images/article_list.gif) bottom left no-repeat;
}

.article .text, .article td {
	font: normal 12px/17px Tahoma;
	color: #262626;
}

.article .text li{
	margin: 0px;
	list-style: none;
	background: url(../images/li_bullet.gif) left 6px no-repeat;
	padding-left: 16px;
	line-height: 20px;
}
.article a{
	color: #D81414;
	
}
.article a:hover{
	text-decoration: none;
}

.article .title{
	font: bold 14px Tahoma;
	color: #464646;
}

.article .author {
	font: normal 11px Tahoma;
	color: #808080;
}

.more_article_list h1{
	font: bold 12px Tahoma;
	padding: 0px;
	margin: 0px;
}
.more_article_list a{
	font: normal 11px Tahoma;
	display: block;
	text-decoration: none;
	margin: 5px 0px;
	color: #303030;
}