@CHARSET "UTF-8";

.buttonAsLink {
	background: none;
	border: none;
	color: blue;
	font-family: Verdana,Geneva,sans-serif;
	text-decoration: none;
}

.buttonAsLink:hover {
	text-decoration: underline;
}

.noBorder, .noBorder tr, .noBorder th, .noBorder td {
	border: none;
}

table.hideLabelInTable tbody tr td label {
	display: none;
}