body {
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #00a2e8;
}
a:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #00a2e8;
}
button {
	font-size: 14px;
}
.tdradio {
	background-color: #ddeeff;
	padding:1px 5px;
	border-style:solid;
	border-width:2px;
	border-left-color:#838383;
	border-top-color:#838383;
	border-right-color:#e3e3e3;
	border-bottom-color:#e3e3e3;
}
table.center (
	margin-left:auto;
	margin-right:auto;
	max-width:700px;
	min-width:350px;
}