@charset "utf-8";
/* CSS Document */

.evenRow {
	background-color: #EEE;
}

.oddRow {
	background-color: #FFF;
}
