@charset "utf-8";
/* CSS Document */
body{
	font-size	:12px;
	color: #333;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
}
table#graph {
  border: 1px solid #666666;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
	margin-top:10px;
 }

table#graph th, table#graph td {
	padding:3px;
	border: 1px solid #999999;
}
