html {
	overflow-y: scroll;
}

body {
	color: Silver;
	font: 9px arial;
}

body,
form {
	margin: 0px 0px 0px 0px;
}

table {
	empty-cells: show;
}

td, th {
	text-align: left;
}

img {
	border: none;
	margin: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a,
a:active,
a:hover,
a:visited {
	color: Black;
}

div.block {
	clear: both;
}

.Tdb_error {
	padding: 10px 0px 5px 0px;
	font-weight: bold;
	color: red;
}