table.List .LastPost {
	width:180px;
}

table.List {
	color:#565656;
	width:100%;
	border-collapse:collapse;
}

table.List thead {
	font-weight:bold;
	color:white;
	font-style:italic;
	background-color:maroon;
}

table.List thead a {
	color:white;
}

table.List thead td.first {
	border-left:solid maroon 1px;
}

table.List thead td.last {
	border-right:solid maroon 1px;
}

table.List td {
	padding:3px;
	border-bottom:solid #DFDFDF 1px;
}

table.List a {
	text-decoration:none;
}

table.List a:hover {
	text-decoration:underline;
}

table.List .col_1 {
	background-color:#E5E5E5;
	text-align:center;
}

table.List colgroup.first {
	border-left:solid #DFDFDF 1px;
}

table.List colgroup.last {
	border-right:solid #DFDFDF 1px;
}

table.List .col_2 {
	background-color:#F5F5F5;
}
