.tableheader {
	font-weight: bold;
	background-color: #99CCFF;

}
.tablerowA {
	background-color: #FFFFDD;
	font-size: small;
}
.tablerowB {
	background-color: #D4D4D4;
	font-size: small;
}
a {
	color: #0000CC;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	
}

/* Sortable tables */
table.sortable a.sortheader {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}
.test {
	background-color: #99FF99;
}
a.navigation:hover {
	background-color: #eee;
	color:#000000;
	text-decoration:none;
}

