.list-main { 
	clear: both; 
	float: left; 
	width: 548px; 
	padding: 6px;
	margin: 6px 0 0 12px; 
	border: 1px solid #ccc; 
	border-radius: 5px !important; 
		-webkit-border-radius: 5px !important; 
		-moz-border-radius: 5px  !important;
}
.list-main a { 
	text-decoration: none;
	color: #000000; 
}
.list-main:hover { 
   	text-decoration: none;
	cursor: pointer; 
	background-image:url(../imgs/bg_div.png); 
	background-repeat:repeat-x; 
	background-position:bottom; 
}
.list-com { 
	clear: both; 
	float: left; 
	width: auto; 
	margin: 24px 8px 3px 16px; 
	padding: 6px;
}
.list-year { 
	clear: both; 
	float: left; 
	background-color: #088aba; 
	color: white; 
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 12px; 
	padding: 3px 8px 4px 6px; 
	border-radius: 5px !important; 
		-webkit-border-radius: 5px !important; 
		-moz-border-radius: 5px  !important;
}
.list-year:first-child {
	margin-top: 4px;
}
.list-entry  { 
	float: left; 
	width: 509px; 
	line-height: 16px;
}
.list-pdf { 
	float: right; 
	text-align:center; 
	width: 30px; 
	padding: 0 0 0 6px; 
	border-left: 1px solid #ccc; 
}
.first-line  { 
	font-size: 1.0em; 
	font-weight: bold; }
.second-line { 
	font-size: 1.0em; 
	font-weight: bold; }
.third-line  { 
	font-size: 0.9em;
}
.fourth-line { 
	font-size: 0.9em;
}