table.list {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
caption {
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
	color: #000;
}
th.list, td.list {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 0.5 em;
	color: #333;
}
.blank {
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.heading {
	font-weight: bold;
	color: #FFF;
	background-color: #900;
}

th {
	text-align: left;
	text-transform: uppercase;
	color: #FFF;
}
thead th, tfoot th, tfoot td {
	background-color: #000;
}
tbody th {
	color: #333;

}
tbody th.list, td.list {
	background-color:#D0E1EE;
	color: #333;
}
tbody.list tr:hover td, tbody.list tr:hover th {
	background-color: #FFF;
}
tr.odd td, tr.odd th {
	background-color: #E1ECF4;
	color: #333;
}
tbody a {
	color: #333;
}
tbody a:visited {
	color: #333;
}
tbody a:hover {
	color: #333;
}
tbody a:active {
	color: #333;
}
a.white:link {
	color: #FFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFF;
	text-decoration: none;
}
a.white:active {
	color: #FFF;
	text-decoration: none;
}
a.heading {
	color: #666;
	text-decoration: none;
}
