.button
{
	background: ##f7f7f7;
	border: 1px solid #4C77B6;
	color: #000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	padding: 2px;
	vertical-align: middle;
	margin: 5px;
}
body center table {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.noBorder {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

