body, tbody
{
	font-family: "Lucida Sans Unicode", Tahoma, Arial;
	font-size: 11px;
	color:    #323A3F;
}
a {
	text-decoration: none;
}
a:hover {
	color: #57646C;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #ff0000;
}
.data_table {
	text-align: center;
	font-size: 10px;
}
.td_even {
	background-color: #969EA7;
}
.td_odd {
	background-color: #A7AEB2;
}
.td_title {
	font-weight: bold;
	background-color: #59676F;
	color: #FFFFFF;
}
.td_top {	font-weight: bold;
	background-color: #434E54;
	color: #FFFFFF;
	font-size: 12px;
}
.footer {
	color: #57646C;
	line-height: 11px;
	font-size: 9px;
}

