.list {
	padding-bottom: 10px;
}
.list h3 {
	padding : 10px 10px 6px 20px;
	
}
.list h3 a{
	color: #555;
}
.list .desc{
	padding : 10px 10px 6px 30px;
	color: #555555;
	text-align: justify;
}
.list .date{
	text-align: right;
	padding-right: 10px;
	color: #7f7f7f;
}
.list .more{
	text-align: right;
	margin-right: 10px;
	margin-left: 30px;
	background-image: url("www/a-more.gif");
	background-repeat: repeat-x;
	background-position: center center;
}
.list .more a{
	color: #007cc7;
	text-decoration: none;
	background-color: #f3f0dd;
	padding: 5px;
}
.list img{
	padding: 5px;
}
.content a{
	color: #194a92;
}
.content {
	padding: 5px;
	text-align: justify;
	
}
.content .label{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
}
.content img{
	padding: 5px;
}
.content ul {
	padding: 5px 5px 5px 20px;
}
.content ul li{
	padding: 2px;
	list-style-type: disc;
}
.content h4{
	padding: 10px 5px 5px 5px;
	color: #1b6602;
}
.content a.top {
	float: right;
	text-decoration: none;
}
.content a.top:hover {	
	text-decoration: underline;
}

.content p{
	padding-top: 5px;
	padding-bottom: 5px;
}
.content b,.content strong{
	font-weight: bold;
}
.content td{
	padding: 3px;
}

.pager {
	text-align: right;
	margin-right: 10px;
	color: #555;
}
.pager a{
	text-decoration : none;
	color: #555;
	padding: 3px;
}
.pager a:hover{
	text-decoration : underline;
}
.pager .current{
	color: #007CC7;
	text-decoration : underline;
}