.evenComment {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-weight			: normal;
	line-height			: 14px;
	margin				: 0 0 0 0;
	height				: auto;
	border				: 0 #000000;
	z-index				: 2;
	background-color	: #FCFDFF;
	padding				: 3px 3px 3px 3px;
}

.oddComment {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-weight			: normal;
	line-height			: 14px;
	margin				: 0 0 0 0;
	height				: auto;
	border				: 0 #000000;
	z-index				: 2;
	background-color	: #BBD8FA;
	padding				: 3px 3px 3px 3px;
}
