body {
	background-color: #336699;
}
#body {
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 95%;
	margin: 30px; padding 10px;
	display: inline;
	white-space: nowrap;
	clear: both;
	text-align: center;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #336699;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: none;
	color: #5588BB;
}
table.tdata {
margin: auto;
}
td.data, th.data {
	text-align: left;
	white-space: normal;
}
td.data_right, th.data_right {
	text-align: right;
}

.error {
	color: #ff0000;
}
