@charset "UTF-8";
/* CSS Document */

/* Table row colors */

table tr.odd td {
	background-color: #f2f2f2;
}

table tr.even td {
	background-color: #e6e6e6;
}

.bold {
	font-weight: bold;
}
