body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 20px;
	background-color: white;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a	{
	z-index: 30;
}

.seriftext {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table {
	border: 0px;
}

td.space {
	width: 10px;
}

tr.odd {
	height: 21px;
	background-color: #F1E9C6;
}


tr.even {
	height: 21px;
	background-color: #FFFFFF;
}

tr.evenselect {
	height: 21px;
	background-color: #FFFFFF;
	cursor: pointer;
}

tr.evenselect:hover {
	background-color: #CC949B;
}

tr.oddselect {
	height: 21px;
	background-color: #F1E9C6;
	cursor: pointer;
}

tr.oddselect:hover {
	background-color: #CC949B;
}	