.list_table {
	border: 1px solid #0099CC;
}

.list_table tr {
	height: 20px;
	vertical-align: middle;
}

.list_table_row0 {
	background-color: #FFFFFF;
}

.list_table_row0:hover {
	background-color: #FFFF66;
}

.list_table_row1 {
	background-color: #CCFFFF;
}

.list_table_row1:hover {
	background-color: #FFFF66;
}

.list_table th {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.7em;
	color: #000000;
	text-align: left;
}

.list_table td {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
}

.list_table a {
	font-size: 1em;
	text-decoration: none;
	color: #0099CC;
}

.list_table a:hover {
	text-decoration: underline;
}
