

tbody tr.odd th, tbody tr.odd td {
	background-color: #F4F4F4;
	border-bottom: 2px solid #BBBBBB;
}
tbody tr.odd2 th, tbody tr.odd2 td {
	background-color: #f4fcff;
	border-bottom: 2px solid #b8dcea;
}
table a:link, table a:visited, table a:active {
	background-color: transparent;
	color: #666666;
	text-decoration: none;
}

table a:hover {
	background: transparent;
	color: #000080;
	text-decoration: underline;
}