body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #707376;
}
a:visited {
	color: #707376;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #707376;
} 
.btnEdit {
	background-image: url(sys/images/image_edit.png);
	width: 16px;
	height: 16px;
	border: 0px;
	text-indent: -1000em;
	cursor: pointer;
}
.btnDelete {
	background-image: url(sys/images/cross.png);
	width: 16px;
	height: 16px;
	border: 0px;
	text-indent: -1000em;
	cursor: pointer;
}
