@charset "utf-8";
/* CSS Document */

div#years ul {
	float: none;
	clear: both;
}

div#years ul li {
	display: block;
	float: left;
	list-style: none;
	background-image: none;
	border-left: 1px solid #0066cc;
	margin: 0;
	padding: 0px 8px;
}

div#years ul li.last {
	border-right: 1px solid #0066cc;
}

div#newsBox {
	clear: both;
}

div#newsBox table#tblNews { margin-bottom: 20px;}

div#newsBox table#tblNews td {
	border-bottom: 1px dashed #CCCCCC;
	padding: 10px 7px;
	text-align: left;
	vertical-align: top;
}

div#newsBox table#tblNews td.icon { padding-top: 12px;}
