.employees_table {
	width: 484px;
	border: 0px none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 
}

.employees_even {
	color: #3f403a; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 130%;
	background: #C7C5B9;
}

.employees_odd {
	color: #3f403a; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 130%; 
	background: #ABA89B;
	}

.employees_img {
	width: 100px;
	margin: 10px;
}

.employees_info {
	color: #3f403a; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 130%;
}
