@charset "utf-8";
/* CSS Document */

#zendbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	list-style-type: none;
}
.odd {
	background-color: #CCC;
}
.even {
	background-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

